[
  {
    "path": ".gitignore",
    "content": "dataset/X_train.pkl\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# FX Reinforcement Learning Playground\n\nThis repository contains an open challenge for a Portfolio Balancing AI in Forex.\n\nThe state of the FX market is represented via 512 features in X_train and X_test.\n\nThese 512 features summarizes the price-actions of 10+1 assets in past 10 days.\n\nHourly log returns of assets during train & test periods are in y_train and y_test.\n\nWhy use my features as environment summary? because they're performing well!\n\n# Participation into the Forex RL Challenge\n**example.py** contains an implementation, which balances a long-short FX portfolio.\n\nUp to 2x leverage is allowed. Your objective is to outperform following risk metrics.\n\nPlease send me your saved model so that I can test it on a blind set for the contest.\n\nI will list results from challengers here by sorting them using the industry-standard\n\nrisk measures including (but not limited to) the Calmar, Sortino, Omega ratio(s), etc.\n\n# Test results of example_cpu.py available here:\nMax. Drawdown: 7.74% \nSortino Ratio: 9.30x\n\nSharpe Ratio: 3.35x \nStability: 90.31% \n\nTail Ratio: 3.67x \nValue at Risk: -0.94%\n\n# Daily Portfolio Balances\n![](graphs/portfolio_weights.png)\n# Annual Cumulative Return\n![](graphs/cumulative_return.png)\n# Weekly Portfolio Log Return\n![](graphs/weekly_returns.png)\n\n# How you can get rich out of this?\nIf you obtain successful results and you want to use your RL model for live-trading,\n\nyou can contact me for subscribing to a real-time feed of the environment summary.\n\nYour objective results here can also attract business opportunities such as job offers.\n\n\n# If you are interested in academics:\nAre you an academician? Use FX RL challenge to experiment with it in your publication.\n\nYou won't need to worry about the right feature extraction, as I already did that for you.\n\nFixed input for challengers will allow a clear benchmarking of RL methods developed.\n\nBelow is a survey paper about reinforcement learning applications in financial markets.\n\nhttps://www.statistik.rw.fau.de/files/2018/10/12-2018.pdf\n\n# Sponsorships and Hackhathons\n\nPlease, contact me if you would like to sponsor the FX RL challenge; or organize a local\n\nmeetup, workshop or Hackathon where RL practitioners can participate to this challenge. \n\n# Bonus: Example Implementation\nPyTorch implementation of Multi-processed training of a shared model where batches\n\nare divided across processes. Looking for a person to contribute a TensorFlow version.\n\nMulti-threaded implementation of Augmented Random Search method is also available!\n\nRun the GPU version and then post-train with the CPU version (ARS) to get best results.\n\n# Bonus: Autoencoder Interpretation\n\nPyTorch implementation of Variational Autoencoder (VAE) provided in the repository\n\ndemonstrates that features has great ability of capturing the right direction for the\n\nmajority of the extreme movements of the AUD (left) and NZD (right) assets, which\n\nis the key to the success of the portfolio balancing policy that has been converged.\n\n![](graphs/autoencoder.png)\n"
  },
  {
    "path": "adamw.py",
    "content": "import math\nimport torch\nfrom torch.optim.optimizer import Optimizer\n\nclass AdamW(Optimizer):\n    def __init__(self, params, lr=1e-4, betas=(0.9, 0.999), eps=1e-5, weight_decay=1e-5, hypergrad=0, partial=1):\n        if not 0.0 <= betas[0] < 1.0:\n            raise ValueError(\"Invalid beta parameter at index 0: {}\".format(betas[0]))\n        if not 0.0 <= betas[1] < 1.0:\n            raise ValueError(\"Invalid beta parameter at index 1: {}\".format(betas[1]))\n        defaults = dict(lr=lr, betas=betas, eps=eps, weight_decay=weight_decay, hypergrad=hypergrad, partial=partial)\n        super().__init__(params, defaults)\n    def step(self, closure=None):\n        loss = None\n        if closure is not None:\n            loss = closure()\n        for group in self.param_groups:\n            for p in group['params']:\n                if p.grad is None:\n                    continue\n                grad = p.grad.data\n                if grad.is_sparse:\n                    raise RuntimeError('Adam does not support sparse gradients, please consider SparseAdam instead')\n                state = self.state[p]\n                if len(state) == 0:\n                    state['step'] = 0\n                    state['exp_avg'] = torch.zeros_like(p.data)\n                    state['exp_avg_sq'] = torch.zeros_like(p.data)\n                exp_avg, exp_avg_sq = state['exp_avg'], state['exp_avg_sq']\n                beta1, beta2 = group['betas']\n                state['step'] += 1\n\n                if group['hypergrad'] > 0 and state['step'] > 1:\n                    prev_bias_correction1 = 1 - beta1 ** (state['step'] - 1)\n                    prev_bias_correction2 = 1 - beta2 ** (state['step'] - 1)\n                    h = torch.dot(grad.view(-1), torch.div(exp_avg, exp_avg_sq.sqrt().add_(group['eps'])).view(-1)) * math.sqrt(prev_bias_correction2) / prev_bias_correction1\n                    group['lr'] += group['hypergrad'] * h\n\n                exp_avg.mul_(beta1).add_(1 - beta1, grad)\n                exp_avg_sq.mul_(beta2).addcmul_(1 - beta2, grad, grad)\n                denom = exp_avg_sq.sqrt().add_(group['eps'])\n                bias_correction1 = 1 - beta1 ** state['step']\n                bias_correction2 = 1 - beta2 ** state['step']\n                step_size = group['lr'] * math.sqrt(bias_correction2) / bias_correction1\n\n                if group['weight_decay'] != 0:\n                    decayed_weights = torch.mul(p.data, group['weight_decay'])\n                    p.data.addcdiv_(-step_size, exp_avg, denom**group['partial'])\n                    p.data.sub_(decayed_weights)\n                else:\n                    p.data.addcdiv_(-step_size, exp_avg, denom**group['partial'])\n\n        return loss\n"
  },
  {
    "path": "autoencoder.py",
    "content": "import matplotlib\nmatplotlib.use('Agg')\nimport numpy as np\nimport pandas as pd\nimport matplotlib.pyplot as plt\nimport torch\nimport torch.nn as nn\nimport torch.nn.functional as F\nimport torch.optim as optim\nfrom torch.autograd import Variable\nfrom torchvision import datasets\nimport os, time, pdb, math, random\nimport _pickle as cPickle\n\nos.environ[\"CUDA_VISIBLE_DEVICES\"] = '0'\ntorch.manual_seed(0)\ntorch.cuda.manual_seed(0)\ntorch.backends.cudnn.deterministic = True\ntorch.backends.cudnn.benchmark = True\n\nroot = '/home/kamer/Desktop/fx/'\nwith open(root+'dataset/y_train.pkl', 'rb') as f: y_train = cPickle.load(f)\nwith open(root+'dataset/y_test.pkl', 'rb') as f: y_test = cPickle.load(f)\nwith open(root+'dataset/X_train.pkl', 'rb') as f: X_train = cPickle.load(f)\nwith open(root+'dataset/X_test.pkl', 'rb') as f: X_test = cPickle.load(f)\ntrain_dataset = torch.utils.data.TensorDataset(X_train)\ntrain_loader = torch.utils.data.DataLoader(train_dataset,\n    batch_size = len(train_dataset), shuffle = True)\naud = y_test[:, 0]\naud -= np.mean(aud)\nnzd = y_test[:, 3]\nnzd -= np.mean(nzd)\n\nclass GELU(nn.Module):\n    def forward(self, x):\n        return 0.5 * x * (1 + torch.tanh(math.sqrt(2 / math.pi) * (x + 0.044715 * torch.pow(x, 3))))\n\nclass VAE(nn.Module):\n    def __init__(self):\n        super(VAE, self).__init__()\n        self.fc0 = nn.Linear(512, 256)\n        self.fc1 = nn.Linear(256, 128)\n        self.fc21 = nn.Linear(128, 2)\n        self.fc22 = nn.Linear(128, 2)\n        self.fc3 = nn.Linear(2, 128)\n        self.fc4 = nn.Linear(128, 256)\n        self.fc5 = nn.Linear(256, 512)\n        self.gelu = GELU()\n    def encode(self, x):\n        h1 = self.gelu(self.fc0(x))\n        h2 = self.gelu(self.fc1(h1))\n        return self.fc21(h2), self.fc22(h2)\n    def reparametrize(self, mu, logvar):\n        std = logvar.mul(0.5).exp_()\n        if torch.cuda.is_available():\n            eps = torch.cuda.FloatTensor(std.size()).normal_()\n        else:\n            eps = torch.FloatTensor(std.size()).normal_()\n        eps = Variable(eps)\n        return eps.mul(std).add_(mu)\n    def decode(self, z):\n        h3 = self.gelu(self.fc3(z))\n        h4 = self.gelu(self.fc4(h3))\n        return torch.sigmoid(self.fc5(h4))\n    def forward(self, x):\n        mu, logvar = self.encode(x)\n        z = self.reparametrize(mu, logvar)\n        return self.decode(z), mu, logvar\n\nmodel = VAE()\nif torch.cuda.is_available(): model.cuda()\noptimizer = optim.Adam(model.parameters(), lr=1e-2)\nreconstruction_function = nn.MSELoss(size_average=False)\ndef loss_function(recon_x, x, mu, logvar):\n    BCE = reconstruction_function(recon_x, x)\n    KLD_element = mu.pow(2).add_(logvar.exp()).mul_(-1).add_(1).add_(logvar)\n    return BCE + torch.sum(KLD_element).mul_(-0.5)\n\nfor epoch in range(500):\n    model.train()\n    train_loss = 0\n    for batch_idx, data in enumerate(train_loader):\n        if torch.cuda.is_available():\n            data = data[0].cuda()\n        optimizer.zero_grad()\n        recon_batch, mu, logvar = model(data)\n        loss = loss_function(recon_batch, data, mu, logvar)\n        loss.backward()\n        train_loss += loss.item()\n        optimizer.step()\n    print('====> Epoch: {} Average loss: {:.4f}'.format(\n        epoch, train_loss / len(train_loader.dataset)))\n\nmus = model(X_test.cuda())[1]\nfeat = mus.cpu().detach().numpy()\nplt.figure(figsize=(24, 12))\nmus = np.concatenate([feat, aud.reshape(-1, 1)], axis=1)\npd.DataFrame(mus, columns=['x', 'y', 'c']).plot.scatter(\nx='x', y='c', c='c', colormap='seismic', s=0.1, ylim=(-0.02, 0.02))\nplt.savefig(root+'graphs/vae_aud')\nplt.close()\nplt.figure(figsize=(24, 12))\nmus = np.concatenate([feat, nzd.reshape(-1, 1)], axis=1)\npd.DataFrame(mus, columns=['x', 'y', 'c']).plot.scatter(\nx='x', y='c', c='c', colormap='seismic', s=0.1, ylim=(-0.02, 0.02))\nplt.savefig(root+'graphs/vae_nzd')\nplt.close()\n"
  },
  {
    "path": "example_cpu.py",
    "content": "# https://github.com/kayuksel/forex-rl-challenge\nroot = '/home/kamer/Videos/fx/'\nfrom past.builtins import execfile\nexecfile('shared.py')\n\n# Constants defining the neural network and multiprocessing\nNo_Channels = len(assets)\nNo_Features = 512 + No_Channels\n# No. processes, reduce this if it doesnt fit to your GPU!!!\nNo_Proccess = 1\nepochs = 50\n\n# Transaction cost that is utilized for commission expenses\ncost = 0.0004\n# Function for calculating risk-measures and plotting results\nSTEP_SIZE = 0.01\n\n# Go through assigned batches for each process to calculate\n# the reward that occurs from agent's portfolio decisions\ndef calculate_reward(model, loader, index, risk = True, policy = None, plot = False):\n    epoch_weights = []\n    last_action = torch.ones(No_Channels).to('cpu')\n    last_action /= float(No_Channels)\n    total_reward, pos_reward = 0.0, 0.0\n    pos_count = 0\n\n    for i, (features, rewards) in enumerate(loader):\n        features = features.view(-1).to('cpu')\n        rewards = rewards.float().to('cpu')\n        # Feed the last action back to the model as an input\n        state = torch.cat([features, last_action]).double()\n        # Get a new action from the model given current state\n        action = model.forward(state, policy) if torch.is_tensor(policy) else model.forward(state)\n        # Tanh activation is utilized for long/short portfolio\n        weights = torch.tanh(action[:-1])\n        # Up to 2x leverage is allowed for each action (position)\n        certain = 0.5 + torch.sigmoid(action[-1]) / 2.0\n        # Absolute portfolio value should sum to one x leverage\n        weights = weights / (weights.abs().sum() * certain)\n        # Calculate the transaction cost due to portfolio change\n        reward = (weights.double() - last_action.double()).abs().sum() * cost\n        # Calculate portfolio return relative to the market itself\n        reward -= (weights.double() * rewards.double()).sum() #- rewards.abs().mean()\n        # Calculate portfolio return relative to the last weights\n        reward += (last_action.double() * rewards.double()).sum()\n        # Save the current action to employ it for the next step\n        last_action = weights.float()\n        # Save the action history to measure and plot afterwards\n        epoch_weights.append(weights.detach().cpu().numpy())\n        if len(epoch_weights) == 1: continue\n        # Future-work: risk-sensitive rl using exponential utility\n        total_reward = total_reward + (reward.abs() if risk else reward)\n        if reward > 0:\n            pos_reward = pos_reward + reward\n            pos_count += 1\n    total_reward = total_reward / len(loader)\n    pos_reward = pos_reward / pos_count\n    return total_reward, pos_reward, epoch_weights\n\n#worker for multithreading\ndef worker(q_policies, q_results, calc_reward_args):\n    while True:\n        data = q_policies.get()\n        if data is None:\n            #print('Worker Exiting')\n            q_policies.task_done()\n            break\n        policy_d = data[0]\n        delta_for_policy = data[1]\n        #print('Worker recieved work - Starting Calculation')\n        total_reward, pos_reward, _ = calculate_reward(calc_reward_args[0],calc_reward_args[1],\n                                                    calc_reward_args[2], calc_reward_args[3],\n                                                    policy_d)\n        train_reward = total_reward / pos_reward if calc_reward_args[3] else total_reward\n        \n        q_results.put([train_reward.item(), delta_for_policy, data[2]])\n        q_policies.task_done()\n\n#biggest changes to the train algo\ndef train(model, index, risk = True):\n    # Calculate the average reward for the batches of this process\n    n_process = 24\n    step_size = STEP_SIZE\n    num_best_deltas = n_process // 2\n    deltas = model.genDeltas()\n    policy = model.weights\n    if (len(deltas) < num_best_deltas): raise ValueError('Number of usable deltas less than total amount of deltas')\n    q_Deltas_Policies = JoinableQueue()\n    q_Rewards = Queue(maxsize=len(deltas)*2)\n    \n    procs = []\n    #rollout policies with noise and calculate reward\n    for i in range(n_process):\n        calculate_reward_args = [model, train_loader, index, risk]\n        p = Process(target = worker, args=(q_Deltas_Policies, q_Rewards, calculate_reward_args,))\n        p.start()\n        procs.append(p)\n    \n    for idx, delta in enumerate(deltas):\n        polPlus = policy + delta\n        polMinus = policy - delta\n        q_Deltas_Policies.put([polPlus,idx, 0])\n        q_Deltas_Policies.put([polMinus,idx, 1])\n\n    for i in range(n_process): q_Deltas_Policies.put(None)\n    q_Deltas_Policies.join()\n\n    r = []\n    for d in range(len(deltas)*2):\n        [rew, d, sign] = q_Rewards.get()\n        r.append([rew,d, sign])\n    \n    deltaDF = pd.DataFrame(columns=['Rewards', 'Deltas', 'PlusMinus'])\n    for i in range(len(r)): deltaDF.loc[i] = [r[i][x] for x in range(3)]\n\n    rewardStd = deltaDF['Rewards'].std()\n    groupedDeltas = deltaDF.groupby('Deltas', as_index=True).sum()\n    delta_reward_policy = torch.zeros_like(policy)\n    \n    #calculate the policy update step\n    for idx, row in deltaDF.groupby('Deltas').sum().iterrows():\n        if idx > num_best_deltas: break\n        plus = deltaDF.loc[(deltaDF['Deltas'] == idx) & (deltaDF['PlusMinus'] == 0), 'Rewards'].values\n        minus = deltaDF.loc[(deltaDF['Deltas'] == idx) & (deltaDF['PlusMinus'] == 1), 'Rewards'].values\n        delta_reward_policy += (plus[0]-minus[0]) * deltas[int(idx)]\n\n    #apply the update step to the policy\n    return policy + (step_size / (num_best_deltas*rewardStd)) * delta_reward_policy\n\nclass ARSModel():\n    def __init__(self, numFeatures, NumChannels, preload):\n        self.feats = numFeatures\n        self.chnls = NumChannels\n        self.weights = torch.zeros(self.feats, self.chnls+1).to('cpu')\n        self.weights[:,:] = torch.Tensor(preload.T)[:,:self.chnls+1]\n        self.numDeltas = 36\n        self.std = 0.5\n        self.noiseStd = torch.tensor(self.std, dtype = torch.float64).to('cpu')\n\n    def genDeltas(self):\n        deltas = torch.randn(self.numDeltas, self.feats, self.chnls+1).to('cpu')\n        return deltas * self.noiseStd.float()\n\n    def forward(self, state, policy = None):\n        if torch.is_tensor(policy): return torch.matmul(state.double(), policy.double())\n        return torch.matmul(state.double(), self.weights.double())\n\nbest_reward = 1.0\n\nif __name__ == '__main__':\n\n    with open(root+'models/weights.pkl', 'rb') as f: weights = cPickle.load(f)\n    model = ARSModel(No_Features, No_Channels, weights)\n    #_, _, epoch_weights = calculate_reward(model, test_loader, No_Proccess+1, risk=True)\n    #plot_function(epoch_weights)\n\n    for epoch in range(epochs):\n        start_time = time.time()\n        n_policy = train(model, 0)\n        total_reward, pos_reward, epoch_weights = calculate_reward(\n            model, test_loader, No_Proccess+1, risk=True, policy=n_policy)\n        test_reward = pos_reward / total_reward\n        model.weights = n_policy\n\n        end_time = time.time()\n        threadtime = end_time-start_time\n        ttime = threadtime * (epochs-1-epoch)\n        h = int(ttime/(60*60))\n        m = int((ttime - h*60*60)/60)\n        s = int((ttime-h*60*60-m*60))\n        print('Epoch {} took {} seconds. Time remaining {}h:{}m:{}s'.format(epoch+1, int(threadtime), h,m,s))\n        STEP_SIZE *= 0.995\n        print('Step size decreased to {}'.format(STEP_SIZE))\n\n        if test_reward > best_reward: continue\n        best_reward = test_reward\n\n        weight_names = root+'models/policy_weights'\n        np.save(weight_names, n_policy.numpy()) \n        plot_function(epoch_weights)\n"
  },
  {
    "path": "example_gpu.py",
    "content": "# https://github.com/kayuksel/forex-rl-challenge\nroot = '/home/kamer/Videos/fx/'\nfrom past.builtins import execfile\nexecfile('shared.py')\n\n# Constants defining the neural network and multiprocessing\nNo_Features = 512\nNo_Channels = len(assets)\n# No. processes, reduce this if it doesnt fit to your GPU!!!\nNo_Proccess = 8\nepochs = 100\n# Transaction cost that is utilized for commission expenses\ncost = 0.0004\n\n# Go through assigned batches for each process to calculate\n# the reward that occurs from agent's portfolio decisions\n'''\nAction is a vector which consists of the distribution of portolio weights to the assets, \nand the leverage up to 2x. Since that we have a long-short portfolio, the absolute sum of\nthe portfolio weights should sum to one (If it was a long-only portfolio, it would have\nonly positive values which would sum to one). That's why we first give the model output \nto the tanh and then normalize the resulting vector with the sum of its absolute values.\n'''\ndef calculate_reward(model, loader, index, risk = 1.0, skip = None):\n    epoch_weights = []\n    last_action = torch.ones(No_Channels).cuda()\n    last_action /= float(No_Channels)\n    total_reward, pos_reward = 0.0, 0.0\n    pos_count = 0\n\n    for i, (features, rewards) in enumerate(loader):\n        if skip is not None and skip[i]: continue\n        features = features.view(-1).cuda(non_blocking=True)\n        rewards = rewards.float().cuda(non_blocking=True)\n        # Feed the last action back to the model as an input\n        state = torch.cat([features, last_action])\n        # Get a new action from the model given current state\n        action = model(state)\n        # Tanh activation is utilized for long/short portfolio\n        weights = torch.tanh(action[:-1])\n        # Up to 2x leverage is allowed for each action (position)\n        certain = 0.5 + torch.sigmoid(action[-1]) / 2.0\n        # Absolute portfolio value should sum to one x leverage\n        weights = weights / (weights.abs().sum() * certain)\n        # Calculate the transaction cost due to portfolio change\n        reward = (weights - last_action).abs().sum() * cost\n        # Calculate portfolio return relative to the market itself\n        reward -= (weights * rewards).sum() #- rewards.abs().mean()\n        # Calculate portfolio return relative to the last weights\n        reward += (last_action * rewards).sum()\n        # Save the current action to employ it for the next step\n        last_action = weights\n        # Save the action history to measure and plot afterwards\n        epoch_weights.append(weights.detach().cpu().numpy())\n        # Do not sum the reward concluded from the first action\n        if len(epoch_weights) == 1: continue\n        # Future-work: risk-sensitive rl using exponential utility\n        total_reward = total_reward + (reward.abs() if risk else reward)\n        if reward > 0:\n            pos_reward = pos_reward + reward**risk\n            pos_count += 1\n        torch.cuda.empty_cache()\n    # Calculate the average reward for the non-skipped batches\n    skipped = 0 if skip is None else sum(skip)\n    total_reward = total_reward / (len(loader) - skipped)\n    pos_reward = pos_reward.pow(1/risk) / pos_count\n    if skip is None: plot_function(epoch_weights)\n    return total_reward, pos_reward\n\n'''\nReward at each time step, is the sum of element-wise multiplication of \nportfolio weights and asset returns (minus the transaction cost, which\nis the absolute sum of portfolio weight differences times the commission.\n'''\ndef train(model, optimizer, index, risk = 1.0):\n    # Risk-sensitivity disabled if the risk factor is less than 1.0\n    if risk < 1.0: risk = 0.0\n    # Mark the batches that are going to be skipped in this process\n    skip = [(i // (len(train_loader)//No_Proccess)) != index for i in range(len(train_loader))]\n    # Calculate the average reward for the batches of this process\n    total_reward, pos_reward = calculate_reward(model, train_loader, index, risk, skip)\n    train_reward = pos_reward / total_reward if risk else total_reward\n    #print('train %f' % -train_reward.item())\n    # Perform an optimizer on the shared model with calculated loss\n    optimizer.zero_grad()\n    train_reward.backward()\n    #nn.utils.clip_grad_norm_(model.parameters(), max_grad)\n    optimizer.step()\n    torch.cuda.empty_cache()\n\nbest_reward = 1.0\n\nif __name__ == '__main__':\n    # A simple linear layer is employed as an example model for you\n    model = nn.Linear(No_Features + No_Channels, No_Channels+1, bias = False).cuda().share_memory()\n\n    # Define the optimizer that will be utilized by all processes\n    optimizer = AdamW(params = model.parameters(), lr = 1e-3,\n    eps = 5e-3, weight_decay = 1e-5, hypergrad = 1e-3, partial = 2/3)\n    for epoch in range(epochs):\n        model.train(True)\n        # For each epoch start all of the processes to update model\n        processes = []\n        for i in range(No_Proccess):\n            p = mp.Process(target=train, args=(model, optimizer, i))\n            p.start()\n            processes.append(p)\n        for p in processes: p.join()\n        # After all of processes are done, evaluate model on test set\n        model.eval()\n\n        total_reward, pos_reward = calculate_reward(model, test_loader, No_Proccess+1)\n        test_reward = pos_reward / total_reward\n\n        if test_reward > best_reward: continue\n        best_reward = test_reward\n        lin_weights = model.weight.data.detach().cpu().numpy()\n        with open(root+'models/weights.pkl', 'wb') as f:\n            cPickle.dump(lin_weights, f)\n        # Save best model for participating into the competition\n        torch.save(model.state_dict(), root+'models/model.pt')\n"
  },
  {
    "path": "outputs/hourly_returns.csv",
    "content": ",0\n2018-01-01 00:00:00,0.0005848508245244429\n2018-01-01 01:00:00,0.0008345336553621889\n2018-01-01 02:00:00,0.0003168668620411769\n2018-01-01 03:00:00,0.0006887981387708208\n2018-01-01 04:00:00,-0.00032800158441577984\n2018-01-01 05:00:00,-6.011208648340979e-05\n2018-01-01 06:00:00,0.0011996161842481707\n2018-01-01 07:00:00,9.771310802528167e-06\n2018-01-01 08:00:00,-0.002141640087746956\n2018-01-01 09:00:00,-0.0005694571441095854\n2018-01-01 10:00:00,0.000773868218498969\n2018-01-01 11:00:00,0.00018812463113405465\n2018-01-01 12:00:00,-0.0015363637783181862\n2018-01-01 13:00:00,-0.00014346775092724076\n2018-01-01 14:00:00,-1.999480971726432e-05\n2018-01-01 15:00:00,0.006916722855114094\n2018-01-01 16:00:00,-0.00017112384068189597\n2018-01-01 17:00:00,-0.020209269977461634\n2018-01-01 18:00:00,-0.00035886019037311236\n2018-01-01 19:00:00,0.0005774263004542251\n2018-01-01 20:00:00,0.0002386492415614042\n2018-01-01 21:00:00,0.0005099226414704221\n2018-01-01 22:00:00,0.000304159635176723\n2018-01-01 23:00:00,0.00018964077328295775\n2018-01-02 00:00:00,-0.0004973458593868827\n2018-01-02 01:00:00,-0.0003785284802612665\n2018-01-02 02:00:00,0.00011839810640939463\n2018-01-02 03:00:00,-0.00010627281627927597\n2018-01-02 04:00:00,-8.841262628857022e-05\n2018-01-02 05:00:00,-0.0003865639291866826\n2018-01-02 06:00:00,0.00036203312568974767\n2018-01-02 07:00:00,1.7304633437130116e-05\n2018-01-02 08:00:00,-0.0005285565767056425\n2018-01-02 09:00:00,0.00016564622741822605\n2018-01-02 10:00:00,-7.134650304800484e-06\n2018-01-02 11:00:00,0.0007063814402156963\n2018-01-02 12:00:00,0.0009021743467859926\n2018-01-02 13:00:00,0.002555750988590393\n2018-01-02 14:00:00,6.65588251014951e-05\n2018-01-02 15:00:00,0.0011787485848287883\n2018-01-02 16:00:00,0.0007183842184791979\n2018-01-02 17:00:00,0.0236482716639009\n2018-01-02 18:00:00,-0.00033841646919804025\n2018-01-02 19:00:00,0.0003737965441812902\n2018-01-02 20:00:00,-0.0005364683412249128\n2018-01-02 21:00:00,0.0005108237705806905\n2018-01-02 22:00:00,-0.0003694390149751005\n2018-01-02 23:00:00,-0.0007278556418677774\n2018-01-03 00:00:00,0.0009217456913632574\n2018-01-03 01:00:00,-2.490826196924599e-05\n2018-01-03 02:00:00,0.00036965076792186706\n2018-01-03 03:00:00,2.7535071666965693e-05\n2018-01-03 04:00:00,0.000327279824168948\n2018-01-03 05:00:00,0.00018876678348311016\n2018-01-03 06:00:00,-4.614551843200449e-05\n2018-01-03 07:00:00,0.00032280909702325284\n2018-01-03 08:00:00,0.0010816227849242779\n2018-01-03 09:00:00,2.089407778212416e-05\n2018-01-03 10:00:00,0.0004282853507301365\n2018-01-03 11:00:00,-0.00014036975972125856\n2018-01-03 12:00:00,-0.0003871423551539462\n2018-01-03 13:00:00,-0.00010538893877569526\n2018-01-03 14:00:00,-0.001489369731405855\n2018-01-03 15:00:00,-0.0010283544755499841\n2018-01-03 16:00:00,0.00046761827151737656\n2018-01-03 17:00:00,-0.0007644637443174664\n2018-01-03 18:00:00,4.840357784916564e-05\n2018-01-03 19:00:00,0.00033869495903018687\n2018-01-03 20:00:00,-0.0008558942505128864\n2018-01-03 21:00:00,7.16941772844954e-06\n2018-01-03 22:00:00,0.0006893637609660969\n2018-01-03 23:00:00,-0.0007156342476426571\n2018-01-04 00:00:00,-0.0002538391477257552\n2018-01-04 01:00:00,-0.0007648575813260554\n2018-01-04 02:00:00,-0.0005884457418456639\n2018-01-04 03:00:00,-0.00015123276721828226\n2018-01-04 04:00:00,-0.0005116413064721517\n2018-01-04 05:00:00,-3.299510150819354e-05\n2018-01-04 06:00:00,8.750219660351646e-05\n2018-01-04 07:00:00,0.00014451126396520012\n2018-01-04 08:00:00,-1.149242142669828e-05\n2018-01-04 09:00:00,5.459313426551105e-05\n2018-01-04 10:00:00,-0.00017798223872967189\n2018-01-04 11:00:00,-0.00020763854256241333\n2018-01-04 12:00:00,3.3410535470785686e-05\n2018-01-04 13:00:00,0.0005297218233453439\n2018-01-04 14:00:00,0.015623813949178203\n2018-01-04 15:00:00,-0.0007288907505703713\n2018-01-04 16:00:00,0.0015817968788237483\n2018-01-04 17:00:00,-0.0002913108330964622\n2018-01-04 18:00:00,0.0007818441644589876\n2018-01-04 19:00:00,3.0542625218557834e-05\n2018-01-04 20:00:00,-2.4988772460050594e-05\n2018-01-04 21:00:00,-6.666757191888683e-05\n2018-01-04 22:00:00,0.00014638768406765332\n2018-01-04 23:00:00,-0.0003021076528581096\n2018-01-05 00:00:00,2.0555837741105343e-05\n2018-01-05 01:00:00,-0.0006099204145709487\n2018-01-05 02:00:00,0.0004335516731523566\n2018-01-05 03:00:00,-0.0012400519084052196\n2018-01-05 04:00:00,7.85558095725321e-05\n2018-01-05 05:00:00,0.0007386041216659447\n2018-01-05 06:00:00,0.0003758645695041255\n2018-01-05 07:00:00,-4.200418742784372e-05\n2018-01-05 08:00:00,0.00015387868036737432\n2018-01-05 09:00:00,0.0001394793754402683\n2018-01-05 10:00:00,-0.0003383231128219742\n2018-01-05 11:00:00,0.0015613422074816424\n2018-01-05 12:00:00,0.0012172732831702154\n2018-01-05 13:00:00,-0.00016134113753298412\n2018-01-05 14:00:00,-0.0012562406168648646\n2018-01-05 15:00:00,0.0002329683023354598\n2018-01-05 16:00:00,0.0005408727762734312\n2018-01-05 17:00:00,-0.0006233841399513575\n2018-01-05 18:00:00,0.0005868868100504555\n2018-01-05 19:00:00,0.00012914879189761822\n2018-01-05 20:00:00,0.0001068212566760755\n2018-01-05 21:00:00,0.0003485514735545157\n2018-01-05 22:00:00,3.035185348468582e-05\n2018-01-05 23:00:00,-0.0005302426292398934\n2018-01-06 00:00:00,-7.553908188341752e-05\n2018-01-06 01:00:00,-0.001406626974160586\n2018-01-06 02:00:00,0.0006218384565168198\n2018-01-06 03:00:00,0.0004741606483679866\n2018-01-06 04:00:00,0.0003695948568031718\n2018-01-06 05:00:00,-0.00026104281909782945\n2018-01-06 06:00:00,9.408421710032687e-05\n2018-01-06 07:00:00,-0.00021195937020653376\n2018-01-06 08:00:00,4.2993281650707476e-05\n2018-01-06 09:00:00,-0.00017130143962771827\n2018-01-06 10:00:00,-0.0012744064433354311\n2018-01-06 11:00:00,0.014773081797109781\n2018-01-06 12:00:00,6.16335273316913e-06\n2018-01-06 13:00:00,0.0023058184769170604\n2018-01-06 14:00:00,0.0010699465504882188\n2018-01-06 15:00:00,-0.00012415319173521432\n2018-01-06 16:00:00,0.0012448199606063144\n2018-01-06 17:00:00,-0.0015222008680190668\n2018-01-06 18:00:00,-0.0012978187710167286\n2018-01-06 19:00:00,0.001108771269306141\n2018-01-06 20:00:00,-0.0007638511553253551\n2018-01-06 21:00:00,0.0017675432368013228\n2018-01-06 22:00:00,-0.0007625684435528559\n2018-01-06 23:00:00,-0.0009881179257899227\n2018-01-07 00:00:00,-0.0013782676062580276\n2018-01-07 01:00:00,-0.0010416755813182884\n2018-01-07 02:00:00,0.000407268742230064\n2018-01-07 03:00:00,-0.00044035123823481763\n2018-01-07 04:00:00,5.2838944968939325e-05\n2018-01-07 05:00:00,-0.00047987547310405896\n2018-01-07 06:00:00,-0.00026628338891171227\n2018-01-07 07:00:00,2.5299448700274367e-06\n2018-01-07 08:00:00,0.004334057115892893\n2018-01-07 09:00:00,-0.0006951203441443026\n2018-01-07 10:00:00,-3.949735280573936e-05\n2018-01-07 11:00:00,0.0008738012202808832\n2018-01-07 12:00:00,-0.00015443168163462246\n2018-01-07 13:00:00,-0.0008922549531315271\n2018-01-07 14:00:00,0.000534357841136815\n2018-01-07 15:00:00,0.00030866545729852035\n2018-01-07 16:00:00,7.417090919861535e-05\n2018-01-07 17:00:00,0.0001231627226100732\n2018-01-07 18:00:00,-0.0008461103920470775\n2018-01-07 19:00:00,-0.00016129281527656956\n2018-01-07 20:00:00,-7.556285141767664e-05\n2018-01-07 21:00:00,0.0001691097708124407\n2018-01-07 22:00:00,-0.0003358494366645016\n2018-01-07 23:00:00,0.0006066684161171829\n2018-01-08 00:00:00,0.0005013134503196221\n2018-01-08 01:00:00,0.00021877574445795773\n2018-01-08 02:00:00,-0.0005246623676207959\n2018-01-08 03:00:00,-0.0002859199021030632\n2018-01-08 04:00:00,-0.004579991552973515\n2018-01-08 05:00:00,-0.0008729515072901653\n2018-01-08 06:00:00,-0.0007585778645433535\n2018-01-08 07:00:00,0.0014863843383157356\n2018-01-08 08:00:00,0.014892445733134519\n2018-01-08 09:00:00,0.0005817879022557193\n2018-01-08 10:00:00,-0.0017279814299051765\n2018-01-08 11:00:00,0.00020776644074576095\n2018-01-08 12:00:00,-0.00019073063683301998\n2018-01-08 13:00:00,-1.4275346501189533e-05\n2018-01-08 14:00:00,-0.00021026033521015725\n2018-01-08 15:00:00,-0.001036996334814237\n2018-01-08 16:00:00,0.00024142949661028226\n2018-01-08 17:00:00,0.0006870988486182662\n2018-01-08 18:00:00,-0.00027671816100042996\n2018-01-08 19:00:00,-0.0003709584756589546\n2018-01-08 20:00:00,-5.934604697176857e-05\n2018-01-08 21:00:00,-0.0015042936153322113\n2018-01-08 22:00:00,-0.00017153065004166102\n2018-01-08 23:00:00,0.0002668659491186237\n2018-01-09 00:00:00,7.38924915346602e-06\n2018-01-09 01:00:00,-0.00028364215322128805\n2018-01-09 02:00:00,-2.5188983934696492e-05\n2018-01-09 03:00:00,-0.0017614063865762641\n2018-01-09 04:00:00,-0.000689358510761357\n2018-01-09 05:00:00,0.0008355068496410682\n2018-01-09 06:00:00,-0.0007459661897027384\n2018-01-09 07:00:00,0.00025271534404743007\n2018-01-09 08:00:00,0.0007004093150141064\n2018-01-09 09:00:00,-0.0004460394559401235\n2018-01-09 10:00:00,0.0013202628280047273\n2018-01-09 11:00:00,-0.00026041963854781577\n2018-01-09 12:00:00,-0.0005924800469352415\n2018-01-09 13:00:00,0.002235757052434688\n2018-01-09 14:00:00,0.000487740441042379\n2018-01-09 15:00:00,0.00034794031267720724\n2018-01-09 16:00:00,-0.00048637953735334764\n2018-01-09 17:00:00,0.0004989816915884723\n2018-01-09 18:00:00,0.0009520118561121199\n2018-01-09 19:00:00,-0.000179578499114546\n2018-01-09 20:00:00,-0.0014937543340260914\n2018-01-09 21:00:00,0.00071899906820898\n2018-01-09 22:00:00,0.00015222755903727888\n2018-01-09 23:00:00,0.0014421473772980385\n2018-01-10 00:00:00,-0.0017735800755521282\n2018-01-10 01:00:00,0.0013146554385991618\n2018-01-10 02:00:00,0.0006494527178332694\n2018-01-10 03:00:00,-0.0004313617251704571\n2018-01-10 04:00:00,-0.0005790499026617327\n2018-01-10 05:00:00,-0.000691824014899862\n2018-01-10 06:00:00,-0.0008008222603140182\n2018-01-10 07:00:00,-0.0009905954978160756\n2018-01-10 08:00:00,0.0010689759646305716\n2018-01-10 09:00:00,-0.000747147938305788\n2018-01-10 10:00:00,0.0006092129666201288\n2018-01-10 11:00:00,0.0013858507329257838\n2018-01-10 12:00:00,0.00014015541979694402\n2018-01-10 13:00:00,0.0020439380516791977\n2018-01-10 14:00:00,-0.0013335315869081462\n2018-01-10 15:00:00,0.0008956303841547667\n2018-01-10 16:00:00,0.0001309149371313458\n2018-01-10 17:00:00,0.0005073308419349849\n2018-01-10 18:00:00,0.004868739035695924\n2018-01-10 19:00:00,0.00027380718970303436\n2018-01-10 20:00:00,0.00022740062970729247\n2018-01-10 21:00:00,-0.00014889360912193135\n2018-01-10 22:00:00,0.0004113003745628803\n2018-01-10 23:00:00,0.0007795258055986015\n2018-01-11 00:00:00,-0.000952180624826749\n2018-01-11 01:00:00,2.6279088162829207e-05\n2018-01-11 02:00:00,0.00046014620647821466\n2018-01-11 03:00:00,-0.000880195654341053\n2018-01-11 04:00:00,0.0008001826973905107\n2018-01-11 05:00:00,-0.00018944646688155535\n2018-01-11 06:00:00,0.0003903606007879651\n2018-01-11 07:00:00,-0.0009282167392249149\n2018-01-11 08:00:00,0.0009210526317217762\n2018-01-11 09:00:00,-0.0009102897256376612\n2018-01-11 10:00:00,-0.00021451734754508145\n2018-01-11 11:00:00,-0.00045014041595167645\n2018-01-11 12:00:00,0.0005899834579855231\n2018-01-11 13:00:00,-0.0009211943602454135\n2018-01-11 14:00:00,-0.0020104899694123393\n2018-01-11 15:00:00,0.0003168570005556195\n2018-01-11 16:00:00,0.0008421566588060107\n2018-01-11 17:00:00,-0.0011338918597816091\n2018-01-11 18:00:00,-0.000688603397937239\n2018-01-11 19:00:00,-0.0014942864339664353\n2018-01-11 20:00:00,-0.0004508885607110162\n2018-01-11 21:00:00,0.0001413752051654355\n2018-01-11 22:00:00,-0.001127677096887134\n2018-01-11 23:00:00,-0.002587959016168182\n2018-01-12 00:00:00,-0.002976923074576283\n2018-01-12 01:00:00,-0.0011682308638165954\n2018-01-12 02:00:00,-0.00012549352025773675\n2018-01-12 03:00:00,-0.00030447175193875205\n2018-01-12 04:00:00,0.0006375078451009473\n2018-01-12 05:00:00,-0.0009994545377653543\n2018-01-12 06:00:00,0.0011802525926121034\n2018-01-12 07:00:00,-0.0017635923832398617\n2018-01-12 08:00:00,0.0005283002037421756\n2018-01-12 09:00:00,-0.0017419741545223\n2018-01-12 10:00:00,-0.0001495441218511677\n2018-01-12 11:00:00,0.0005871776249817098\n2018-01-12 12:00:00,0.00024976763714899515\n2018-01-12 13:00:00,-9.59190831849423e-05\n2018-01-12 14:00:00,0.0015794031193366173\n2018-01-12 15:00:00,0.001171678469875697\n2018-01-12 16:00:00,0.001433490113896662\n2018-01-12 17:00:00,-0.00169356278862586\n2018-01-12 18:00:00,0.0013902292082286086\n2018-01-12 19:00:00,-0.0015004778992950573\n2018-01-12 20:00:00,0.0009184917476265167\n2018-01-12 21:00:00,-0.0008758029095172586\n2018-01-12 22:00:00,0.0008132192567148579\n2018-01-12 23:00:00,0.0007856468492701008\n2018-01-13 00:00:00,0.00013677115750621187\n2018-01-13 01:00:00,0.0013573697604037417\n2018-01-13 02:00:00,0.0012643323200261002\n2018-01-13 03:00:00,-0.0007300206098173497\n2018-01-13 04:00:00,-2.4484204221743775e-05\n2018-01-13 05:00:00,0.0008364794234228582\n2018-01-13 06:00:00,-0.0012602827752370028\n2018-01-13 07:00:00,-0.0006281725161087694\n2018-01-13 08:00:00,0.00097728401296018\n2018-01-13 09:00:00,-0.0009029189188824486\n2018-01-13 10:00:00,-0.0010332329601923096\n2018-01-13 11:00:00,0.00037935684623457\n2018-01-13 12:00:00,-0.00015993034347486915\n2018-01-13 13:00:00,-0.0028553781584328285\n2018-01-13 14:00:00,-0.0014161099381368777\n2018-01-13 15:00:00,5.175501929458301e-05\n2018-01-13 16:00:00,-0.00041494383136248295\n2018-01-13 17:00:00,0.0007826185468651972\n2018-01-13 18:00:00,-0.00041607401442608094\n2018-01-13 19:00:00,0.0005652313667042471\n2018-01-13 20:00:00,-1.3560557664902604e-06\n2018-01-13 21:00:00,-0.0011362350903066564\n2018-01-13 22:00:00,-5.044195856274051e-05\n2018-01-13 23:00:00,0.0009968036859257453\n2018-01-14 00:00:00,0.0004800192653919067\n2018-01-14 01:00:00,0.0004101188924443618\n2018-01-14 02:00:00,-0.0001996233670816913\n2018-01-14 03:00:00,-0.0005473082322235874\n2018-01-14 04:00:00,-0.00016216006185385058\n2018-01-14 05:00:00,-0.0002884833853132355\n2018-01-14 06:00:00,0.00026818520373686884\n2018-01-14 07:00:00,-1.8790513697696432e-05\n2018-01-14 08:00:00,0.0005659363266269035\n2018-01-14 09:00:00,0.00015049247184798756\n2018-01-14 10:00:00,0.00010305786409248009\n2018-01-14 11:00:00,0.0001294535673735118\n2018-01-14 12:00:00,-7.072242260725678e-05\n2018-01-14 13:00:00,-0.0009181128860334244\n2018-01-14 14:00:00,-0.0001883609723086695\n2018-01-14 15:00:00,-0.0011858452783232842\n2018-01-14 16:00:00,-0.0002530555458132407\n2018-01-14 17:00:00,0.00015703650056328312\n2018-01-14 18:00:00,0.0006169915343335026\n2018-01-14 19:00:00,1.7918224372751556e-06\n2018-01-14 20:00:00,-0.0005286896351657983\n2018-01-14 21:00:00,0.0005424021250721792\n2018-01-14 22:00:00,9.38678454139121e-06\n2018-01-14 23:00:00,-0.00012596253222390134\n2018-01-15 00:00:00,-0.00023379070628486506\n2018-01-15 01:00:00,0.00018904728498248658\n2018-01-15 02:00:00,-0.00010448118193298192\n2018-01-15 03:00:00,-0.0005003216027335711\n2018-01-15 04:00:00,0.0005665165260587324\n2018-01-15 05:00:00,0.00029803654351831115\n2018-01-15 06:00:00,-0.0004762540840226528\n2018-01-15 07:00:00,0.00013945982903565705\n2018-01-15 08:00:00,0.0003001454935356285\n2018-01-15 09:00:00,0.0004571767164924363\n2018-01-15 10:00:00,0.0009441185025170842\n2018-01-15 11:00:00,0.0005950647265356895\n2018-01-15 12:00:00,0.0012623525360157739\n2018-01-15 13:00:00,5.7079640535997825e-05\n2018-01-15 14:00:00,0.00015131640268781874\n2018-01-15 15:00:00,-0.0003713024643804982\n2018-01-15 16:00:00,-0.0005072853583668632\n2018-01-15 17:00:00,-0.000229737363752524\n2018-01-15 18:00:00,0.00010040188462331468\n2018-01-15 19:00:00,5.512384873753043e-06\n2018-01-15 20:00:00,0.0004023071120937726\n2018-01-15 21:00:00,0.00013163281938054295\n2018-01-15 22:00:00,0.00017854537376432855\n2018-01-15 23:00:00,-7.906393773713288e-05\n2018-01-16 00:00:00,-7.966671827628038e-05\n2018-01-16 01:00:00,-3.5592541201253565e-05\n2018-01-16 02:00:00,-3.6174662120588073e-06\n2018-01-16 03:00:00,0.0007548408043361709\n2018-01-16 04:00:00,0.00016470093611608446\n2018-01-16 05:00:00,-0.0004167048824725633\n2018-01-16 06:00:00,0.00026012779737972656\n2018-01-16 07:00:00,0.00026021306980338407\n2018-01-16 08:00:00,-5.581345856971719e-06\n2018-01-16 09:00:00,0.0002856271927490397\n2018-01-16 10:00:00,5.2372270851806565e-05\n2018-01-16 11:00:00,0.00022500755118802528\n2018-01-16 12:00:00,0.0001526278302486197\n2018-01-16 13:00:00,-0.0001668902612759146\n2018-01-16 14:00:00,0.00029604690786423605\n2018-01-16 15:00:00,0.0001382965427946852\n2018-01-16 16:00:00,-0.0003519984743443884\n2018-01-16 17:00:00,0.0001935535327590088\n2018-01-16 18:00:00,5.2567062401356624e-05\n2018-01-16 19:00:00,-3.7527858979898083e-05\n2018-01-16 20:00:00,-1.8698217754440337e-05\n2018-01-16 21:00:00,0.00019652012999448368\n2018-01-16 22:00:00,0.00021933033478162945\n2018-01-16 23:00:00,-0.0002668255231118844\n2018-01-17 00:00:00,0.0001692448805305159\n2018-01-17 01:00:00,-0.00017357766465769892\n2018-01-17 02:00:00,9.310664357644672e-05\n2018-01-17 03:00:00,-0.00030531034745073506\n2018-01-17 04:00:00,4.759723569366708e-05\n2018-01-17 05:00:00,0.0002941115792372436\n2018-01-17 06:00:00,-0.0005493807922989451\n2018-01-17 07:00:00,-1.8832599656519405e-05\n2018-01-17 08:00:00,-4.01461935876313e-05\n2018-01-17 09:00:00,-0.0008748028519443956\n2018-01-17 10:00:00,0.0004953528293277848\n2018-01-17 11:00:00,0.0002845821752395192\n2018-01-17 12:00:00,-0.00012538273774491266\n2018-01-17 13:00:00,0.00019240255932098473\n2018-01-17 14:00:00,-0.0001314988328250495\n2018-01-17 15:00:00,0.00022669999042100527\n2018-01-17 16:00:00,-0.00010766915364562764\n2018-01-17 17:00:00,0.00017360312578923524\n2018-01-17 18:00:00,0.00024361473319189648\n2018-01-17 19:00:00,0.00018576056361765248\n2018-01-17 20:00:00,-5.867862140427691e-05\n2018-01-17 21:00:00,-0.00021898202949450113\n2018-01-17 22:00:00,-8.980584601252778e-06\n2018-01-17 23:00:00,0.00018934051423147262\n2018-01-18 00:00:00,-4.0881136272623574e-05\n2018-01-18 01:00:00,0.00023906037114577943\n2018-01-18 02:00:00,-0.0003208896720376572\n2018-01-18 03:00:00,0.00023801592646944807\n2018-01-18 04:00:00,-0.0005765736447169755\n2018-01-18 05:00:00,-0.0002180003775868821\n2018-01-18 06:00:00,0.00030210844661750826\n2018-01-18 07:00:00,0.00026217645098861443\n2018-01-18 08:00:00,-0.00016778837132623906\n2018-01-18 09:00:00,0.00027425585069470185\n2018-01-18 10:00:00,-0.00012482225963131755\n2018-01-18 11:00:00,-0.0004838426141756236\n2018-01-18 12:00:00,6.757549349065989e-05\n2018-01-18 13:00:00,-5.972350496984968e-05\n2018-01-18 14:00:00,0.000455847929483613\n2018-01-18 15:00:00,-3.176926937177407e-05\n2018-01-18 16:00:00,-0.0003665952826527288\n2018-01-18 17:00:00,-0.00020476574100455671\n2018-01-18 18:00:00,0.0003131284308624157\n2018-01-18 19:00:00,-0.00023715977208726809\n2018-01-18 20:00:00,6.567120846325204e-06\n2018-01-18 21:00:00,0.0001662947972452419\n2018-01-18 22:00:00,0.00021868801479891625\n2018-01-18 23:00:00,-0.00024147281417347366\n2018-01-19 00:00:00,0.0004660857636240614\n2018-01-19 01:00:00,-0.00023068172033988263\n2018-01-19 02:00:00,9.893271480612054e-05\n2018-01-19 03:00:00,-0.00026704400602445445\n2018-01-19 04:00:00,0.00010079138231704988\n2018-01-19 05:00:00,0.0002918875688499247\n2018-01-19 06:00:00,-0.0002484856423229\n2018-01-19 07:00:00,0.0004491688420486613\n2018-01-19 08:00:00,6.370187049573e-05\n2018-01-19 09:00:00,-0.00046429747090188613\n2018-01-19 10:00:00,5.5716267215261874e-05\n2018-01-19 11:00:00,0.0001418374763156589\n2018-01-19 12:00:00,0.00028385390213173654\n2018-01-19 13:00:00,-0.00019509794536903116\n2018-01-19 14:00:00,5.9793625286943224e-05\n2018-01-19 15:00:00,0.00035780826418170216\n2018-01-19 16:00:00,0.00013368089065721745\n2018-01-19 17:00:00,0.0002165061958623281\n2018-01-19 18:00:00,0.0003124393794693577\n2018-01-19 19:00:00,-0.0004204674174446113\n2018-01-19 20:00:00,-6.514615371468982e-05\n2018-01-19 21:00:00,-0.0009816643228843277\n2018-01-19 22:00:00,-0.000891100574016835\n2018-01-19 23:00:00,4.963059381548744e-05\n2018-01-20 00:00:00,0.0004020673671653255\n2018-01-20 01:00:00,-0.00021708967030097722\n2018-01-20 02:00:00,0.00020135241544923238\n2018-01-20 03:00:00,0.00044912823054046896\n2018-01-20 04:00:00,0.00013429761635109957\n2018-01-20 05:00:00,3.760224309617734e-05\n2018-01-20 06:00:00,-0.0006333022969825959\n2018-01-20 07:00:00,0.0001984193797354961\n2018-01-20 08:00:00,-0.001388562334469643\n2018-01-20 09:00:00,-0.0001811388099760158\n2018-01-20 10:00:00,-0.00012663369117785087\n2018-01-20 11:00:00,-0.0002871977886258013\n2018-01-20 12:00:00,-0.00015663876295334938\n2018-01-20 13:00:00,0.0007987516606753922\n2018-01-20 14:00:00,0.00016688557078596187\n2018-01-20 15:00:00,0.0006404745967906077\n2018-01-20 16:00:00,0.0005081548809440985\n2018-01-20 17:00:00,-1.655077815065575e-05\n2018-01-20 18:00:00,9.810550809547721e-06\n2018-01-20 19:00:00,0.0003680939363363406\n2018-01-20 20:00:00,5.022313930377432e-05\n2018-01-20 21:00:00,-0.00025028131856882186\n2018-01-20 22:00:00,-0.0008687931598704507\n2018-01-20 23:00:00,0.0004704232631080413\n2018-01-21 00:00:00,0.00015319241992600325\n2018-01-21 01:00:00,0.0011203056646630427\n2018-01-21 02:00:00,-0.00047800358746638593\n2018-01-21 03:00:00,-0.0007844854196170202\n2018-01-21 04:00:00,0.0006155644219012678\n2018-01-21 05:00:00,0.00016444122210663965\n2018-01-21 06:00:00,-0.00022484578726530874\n2018-01-21 07:00:00,-0.00027166659366501574\n2018-01-21 08:00:00,0.00022665372661438024\n2018-01-21 09:00:00,6.207935703031749e-05\n2018-01-21 10:00:00,-0.00021543924927302913\n2018-01-21 11:00:00,5.472241431444913e-05\n2018-01-21 12:00:00,4.4836315619444814e-05\n2018-01-21 13:00:00,0.000304732265633748\n2018-01-21 14:00:00,-0.0003149596827157375\n2018-01-21 15:00:00,-0.00013546901677907207\n2018-01-21 16:00:00,0.00044004488504249334\n2018-01-21 17:00:00,0.00027395013788381566\n2018-01-21 18:00:00,-0.00025228016318909507\n2018-01-21 19:00:00,0.0002029012719774446\n2018-01-21 20:00:00,7.091233824442165e-05\n2018-01-21 21:00:00,-0.0003528920119119741\n2018-01-21 22:00:00,-2.2022007490315504e-05\n2018-01-21 23:00:00,5.309407079839947e-05\n2018-01-22 00:00:00,0.0007852377506405787\n2018-01-22 01:00:00,0.0010865010974143064\n2018-01-22 02:00:00,0.0008181149618399688\n2018-01-22 03:00:00,-3.179409890643216e-05\n2018-01-22 04:00:00,-0.0003287111165273555\n2018-01-22 05:00:00,2.786798305708319e-05\n2018-01-22 06:00:00,0.0006690542789971759\n2018-01-22 07:00:00,0.0003114613324121479\n2018-01-22 08:00:00,-0.00012481458451154006\n2018-01-22 09:00:00,0.0005813991352902322\n2018-01-22 10:00:00,-0.00012643198394569143\n2018-01-22 11:00:00,0.0012776464980662492\n2018-01-22 12:00:00,-0.0002797311506428857\n2018-01-22 13:00:00,-0.0002690673188918577\n2018-01-22 14:00:00,-0.00012279412541482064\n2018-01-22 15:00:00,-0.0009687340990886634\n2018-01-22 16:00:00,0.0003182189175132079\n2018-01-22 17:00:00,-0.00023799205614660217\n2018-01-22 18:00:00,-0.0004488695754694069\n2018-01-22 19:00:00,-0.000105563363081943\n2018-01-22 20:00:00,0.0002918814306441364\n2018-01-22 21:00:00,-9.94165814800859e-05\n2018-01-22 22:00:00,-1.814066857597373e-06\n2018-01-22 23:00:00,-0.0002308439514251045\n2018-01-23 00:00:00,0.001628137683418891\n2018-01-23 01:00:00,-0.00021080372215967025\n2018-01-23 02:00:00,6.348731100805116e-05\n2018-01-23 03:00:00,0.0007112537683106435\n2018-01-23 04:00:00,0.0002290087585038406\n2018-01-23 05:00:00,4.149747667713127e-06\n2018-01-23 06:00:00,-0.0005538162327545219\n2018-01-23 07:00:00,-4.257472073241539e-05\n2018-01-23 08:00:00,-0.000524249595238548\n2018-01-23 09:00:00,0.00019904286569230833\n2018-01-23 10:00:00,-8.161457418893382e-05\n2018-01-23 11:00:00,-0.0008784464947908822\n2018-01-23 12:00:00,0.0005701645615194152\n2018-01-23 13:00:00,-0.0005941912678806942\n2018-01-23 14:00:00,7.198948538417917e-05\n2018-01-23 15:00:00,-0.00047870195623603236\n2018-01-23 16:00:00,-0.0004235613289661837\n2018-01-23 17:00:00,3.932642501000742e-06\n2018-01-23 18:00:00,0.00011883819199898549\n2018-01-23 19:00:00,8.973538936083899e-05\n2018-01-23 20:00:00,2.193610793392612e-05\n2018-01-23 21:00:00,-0.00030566934020600096\n2018-01-23 22:00:00,0.0003078484555385059\n2018-01-23 23:00:00,-5.363822819248727e-05\n2018-01-24 00:00:00,0.008368010733682383\n2018-01-24 01:00:00,-4.016623303329692e-05\n2018-01-24 02:00:00,0.0005664952256582876\n2018-01-24 03:00:00,0.0009580751563431137\n2018-01-24 04:00:00,-8.072543677746388e-05\n2018-01-24 05:00:00,-3.1371639329385854e-05\n2018-01-24 06:00:00,0.00020800209067880118\n2018-01-24 07:00:00,-0.0003901410653036152\n2018-01-24 08:00:00,-0.00023270064618085206\n2018-01-24 09:00:00,0.0008988716010616766\n2018-01-24 10:00:00,-7.487427081378031e-05\n2018-01-24 11:00:00,0.0001263605004847797\n2018-01-24 12:00:00,-0.0003372021285474777\n2018-01-24 13:00:00,0.0001455760547523273\n2018-01-24 14:00:00,0.0010476317170553283\n2018-01-24 15:00:00,-0.00034990965094254805\n2018-01-24 16:00:00,0.0003577080576038345\n2018-01-24 17:00:00,0.00021551879982046804\n2018-01-24 18:00:00,-0.0003962863160785023\n2018-01-24 19:00:00,-0.0002516613123031982\n2018-01-24 20:00:00,-0.00039160149974336615\n2018-01-24 21:00:00,0.0004657639638726238\n2018-01-24 22:00:00,4.7700255127724415e-05\n2018-01-24 23:00:00,-0.00041639011502559234\n2018-01-25 00:00:00,0.010694208747067306\n2018-01-25 01:00:00,0.00017771431753451985\n2018-01-25 02:00:00,-0.00042457775572457465\n2018-01-25 03:00:00,-0.00017291709780401963\n2018-01-25 04:00:00,0.00020331703233065265\n2018-01-25 05:00:00,-5.355593951008594e-05\n2018-01-25 06:00:00,0.0004242935638097389\n2018-01-25 07:00:00,0.00032003529266826276\n2018-01-25 08:00:00,-0.0006755802807031771\n2018-01-25 09:00:00,-0.0008809371820841264\n2018-01-25 10:00:00,-0.00020797037140371584\n2018-01-25 11:00:00,0.0005472445953963735\n2018-01-25 12:00:00,-9.163537402812369e-06\n2018-01-25 13:00:00,0.00043781498747160646\n2018-01-25 14:00:00,-9.883277765091635e-05\n2018-01-25 15:00:00,-0.0009006113919202822\n2018-01-25 16:00:00,0.0008924859068998315\n2018-01-25 17:00:00,-0.000134112255692835\n2018-01-25 18:00:00,-0.0002178612980155962\n2018-01-25 19:00:00,-0.00013176398538051047\n2018-01-25 20:00:00,0.00013759171255620727\n2018-01-25 21:00:00,-0.00045768813960982493\n2018-01-25 22:00:00,7.882794508667299e-05\n2018-01-25 23:00:00,-1.4722041716038385e-05\n2018-01-26 00:00:00,-0.0031586996198216593\n2018-01-26 01:00:00,-0.0008512608874378902\n2018-01-26 02:00:00,0.00022244735976351845\n2018-01-26 03:00:00,4.6304650361105955e-05\n2018-01-26 04:00:00,0.0005729427932707329\n2018-01-26 05:00:00,0.0002496275794601512\n2018-01-26 06:00:00,0.0012807021372561694\n2018-01-26 07:00:00,-0.0012599007760262968\n2018-01-26 08:00:00,9.187736315218543e-05\n2018-01-26 09:00:00,-0.00015456009815540856\n2018-01-26 10:00:00,0.0004536525434211122\n2018-01-26 11:00:00,-0.0008929352206418297\n2018-01-26 12:00:00,0.0011516429513342447\n2018-01-26 13:00:00,-0.0010734724501670488\n2018-01-26 14:00:00,-0.0009118553721243309\n2018-01-26 15:00:00,0.0008073960488334072\n2018-01-26 16:00:00,0.0002317758167316052\n2018-01-26 17:00:00,-8.004653903746332e-05\n2018-01-26 18:00:00,-0.00016412588029119583\n2018-01-26 19:00:00,-0.00012908623248321895\n2018-01-26 20:00:00,5.238431236012178e-05\n2018-01-26 21:00:00,-0.00032490993322956824\n2018-01-26 22:00:00,0.00041428526955992594\n2018-01-26 23:00:00,-0.0003040642898357469\n2018-01-27 00:00:00,-0.010209672287257051\n2018-01-27 01:00:00,-0.00046621642304103713\n2018-01-27 02:00:00,-0.00019356459506883513\n2018-01-27 03:00:00,9.35085038353407e-05\n2018-01-27 04:00:00,0.00012585831063689973\n2018-01-27 05:00:00,-6.759035236913933e-06\n2018-01-27 06:00:00,0.0003941362047497532\n2018-01-27 07:00:00,-0.00037211760895617237\n2018-01-27 08:00:00,-2.1840479313704213e-05\n2018-01-27 09:00:00,-1.0650385464599514e-05\n2018-01-27 10:00:00,0.00012095076154698868\n2018-01-27 11:00:00,-0.00014640765972571068\n2018-01-27 12:00:00,-0.0003487428106550922\n2018-01-27 13:00:00,-0.00020173170454379586\n2018-01-27 14:00:00,0.00031907019738232475\n2018-01-27 15:00:00,-7.8115495801899e-05\n2018-01-27 16:00:00,0.0001471137253812876\n2018-01-27 17:00:00,-0.0003134558064717327\n2018-01-27 18:00:00,0.0022137790800569436\n2018-01-27 19:00:00,0.0001860486515153278\n2018-01-27 20:00:00,0.00043357569881438733\n2018-01-27 21:00:00,0.02750118514273791\n2018-01-27 22:00:00,-0.0011769468802148618\n2018-01-27 23:00:00,0.0008926259987041325\n2018-01-28 00:00:00,1.8509753043829827e-05\n2018-01-28 01:00:00,0.00015025161232519913\n2018-01-28 02:00:00,0.0012027529871126267\n2018-01-28 03:00:00,0.00028559177553507726\n2018-01-28 04:00:00,-0.0003122761191594131\n2018-01-28 05:00:00,-0.0002842174602649556\n2018-01-28 06:00:00,0.0006407810884270831\n2018-01-28 07:00:00,0.0003920794550096619\n2018-01-28 08:00:00,-0.0007954941027776375\n2018-01-28 09:00:00,-0.0002859579299183827\n2018-01-28 10:00:00,-0.00010426397708601784\n2018-01-28 11:00:00,-0.0003297592319256077\n2018-01-28 12:00:00,1.5765908977383145e-05\n2018-01-28 13:00:00,-0.0003743415783721345\n2018-01-28 14:00:00,-0.0006145243385645034\n2018-01-28 15:00:00,3.9701293128777685e-05\n2018-01-28 16:00:00,4.512157379116584e-05\n2018-01-28 17:00:00,-0.00039711078930732707\n2018-01-28 18:00:00,-1.771102570751246e-05\n2018-01-28 19:00:00,-6.013610165342029e-05\n2018-01-28 20:00:00,-0.0002873256648919353\n2018-01-28 21:00:00,0.0005809235011446213\n2018-01-28 22:00:00,-9.185640766653261e-05\n2018-01-28 23:00:00,-0.0006140389489268982\n2018-01-29 00:00:00,0.0005527687929078178\n2018-01-29 01:00:00,-0.00014244655897125078\n2018-01-29 02:00:00,-7.120099211943088e-05\n2018-01-29 03:00:00,-0.0006250293507090846\n2018-01-29 04:00:00,-2.301400531771771e-05\n2018-01-29 05:00:00,-5.154391803244328e-05\n2018-01-29 06:00:00,0.0009058850813095005\n2018-01-29 07:00:00,0.000709492489461147\n2018-01-29 08:00:00,-0.00036388084014480477\n2018-01-29 09:00:00,-0.00025900547721263695\n2018-01-29 10:00:00,0.00015633777716061837\n2018-01-29 11:00:00,7.675250623933889e-05\n2018-01-29 12:00:00,0.00014382834194402998\n2018-01-29 13:00:00,0.0001684606672211623\n2018-01-29 14:00:00,0.00046756654583119924\n2018-01-29 15:00:00,0.0006154783232732992\n2018-01-29 16:00:00,-0.0002930835391273181\n2018-01-29 17:00:00,-0.0005128143259032642\n2018-01-29 18:00:00,0.013995894446275062\n2018-01-29 19:00:00,-0.0007769313721939472\n2018-01-29 20:00:00,-0.0015683611910359194\n2018-01-29 21:00:00,0.0009775766335447036\n2018-01-29 22:00:00,1.1190631924960106e-05\n2018-01-29 23:00:00,-7.892402113315406e-05\n2018-01-30 00:00:00,0.0001173178929778707\n2018-01-30 01:00:00,-0.00184402487333532\n2018-01-30 02:00:00,0.0007990092950092949\n2018-01-30 03:00:00,0.0008763281417140773\n2018-01-30 04:00:00,-0.00032012404951176673\n2018-01-30 05:00:00,-0.0012630474242396972\n2018-01-30 06:00:00,0.0009650638196443187\n2018-01-30 07:00:00,0.002849632020954113\n2018-01-30 08:00:00,-0.0009296895281919274\n2018-01-30 09:00:00,0.00035696429168356487\n2018-01-30 10:00:00,-0.0008194211241252987\n2018-01-30 11:00:00,-0.0008588874241339356\n2018-01-30 12:00:00,-0.00015552606415711326\n2018-01-30 13:00:00,0.0004593019088678812\n2018-01-30 14:00:00,0.00022208011355843326\n2018-01-30 15:00:00,-0.0016905246257748045\n2018-01-30 16:00:00,-0.0014624731857483615\n2018-01-30 17:00:00,-0.0008265296989010348\n2018-01-30 18:00:00,-3.775946215500174e-05\n2018-01-30 19:00:00,0.0005002628676559118\n2018-01-30 20:00:00,-0.00021712059557883585\n2018-01-30 21:00:00,-0.0004246996007782815\n2018-01-30 22:00:00,-0.0009650594610802279\n2018-01-30 23:00:00,0.000925027057132839\n2018-01-31 00:00:00,0.0005059964155991972\n2018-01-31 01:00:00,-0.0010893719132734358\n2018-01-31 02:00:00,0.000924919885726898\n2018-01-31 03:00:00,0.0013176826522177795\n2018-01-31 04:00:00,0.0018714081230387738\n2018-01-31 05:00:00,0.0008653606945528368\n2018-01-31 06:00:00,0.0031739947710687447\n2018-01-31 07:00:00,0.0011905353964311082\n2018-01-31 08:00:00,-0.0013811789378989775\n2018-01-31 09:00:00,0.0013879069664720647\n2018-01-31 10:00:00,-0.0013632437975892814\n2018-01-31 11:00:00,-0.0003789041696861464\n2018-01-31 12:00:00,7.645942698723598e-05\n2018-01-31 13:00:00,-0.0009369596467146221\n2018-01-31 14:00:00,0.00017707586027982167\n2018-01-31 15:00:00,0.00018556493486954746\n2018-01-31 16:00:00,-0.0022455041271867014\n2018-01-31 17:00:00,0.00020834493973432045\n2018-01-31 18:00:00,0.0005657775057371323\n2018-01-31 19:00:00,0.0004063436104788668\n2018-01-31 20:00:00,-0.00012023050140092141\n2018-01-31 21:00:00,0.0015235495351149468\n2018-01-31 22:00:00,-0.00153804382053727\n2018-01-31 23:00:00,0.000918483542642681\n2018-02-01 00:00:00,0.00018305911400616926\n2018-02-01 01:00:00,0.0003189802536168318\n2018-02-01 02:00:00,0.0017647731655402934\n2018-02-01 03:00:00,0.0015690718514744645\n2018-02-01 04:00:00,0.0010820418792655577\n2018-02-01 05:00:00,-0.0007893786925856459\n2018-02-01 06:00:00,-0.00015168281641790785\n2018-02-01 07:00:00,0.001498055920504221\n2018-02-01 08:00:00,-0.002802729212950044\n2018-02-01 09:00:00,0.00044805929203588327\n2018-02-01 10:00:00,-0.0002671106034603252\n2018-02-01 11:00:00,-0.001344249939289763\n2018-02-01 12:00:00,-0.00030974725432615473\n2018-02-01 13:00:00,-0.0001762816586302095\n2018-02-01 14:00:00,-0.00036016824330774885\n2018-02-01 15:00:00,0.0022369411981834433\n2018-02-01 16:00:00,-0.0012433014069160695\n2018-02-01 17:00:00,-0.0004071621729011049\n2018-02-01 18:00:00,-0.00021520010081506978\n2018-02-01 19:00:00,-0.00036883069266309887\n2018-02-01 20:00:00,-0.002334921936259843\n2018-02-01 21:00:00,0.001266569429827392\n2018-02-01 22:00:00,-0.0003873387071309993\n2018-02-01 23:00:00,-0.003562411682514038\n2018-02-02 00:00:00,0.0008659259624662969\n2018-02-02 01:00:00,-0.0012398789150503964\n2018-02-02 02:00:00,-0.00021962152880016932\n2018-02-02 03:00:00,-0.0002376966337658642\n2018-02-02 04:00:00,-0.0011848867938922464\n2018-02-02 05:00:00,0.0019487394635784969\n2018-02-02 06:00:00,-0.0006233005881308061\n2018-02-02 07:00:00,-0.001376418206524488\n2018-02-02 08:00:00,0.0016442947035506745\n2018-02-02 09:00:00,-0.001497646601720867\n2018-02-02 10:00:00,-0.0009768741013672017\n2018-02-02 11:00:00,0.0007772990613883492\n2018-02-02 12:00:00,-0.0008762457332592273\n2018-02-02 13:00:00,-0.0023386031001260696\n2018-02-02 14:00:00,-0.002642337268444638\n2018-02-02 15:00:00,0.00046598429242324487\n2018-02-02 16:00:00,0.00107392083350824\n2018-02-02 17:00:00,-0.0004334925117380626\n2018-02-02 18:00:00,0.0013252040508356009\n2018-02-02 19:00:00,0.002333076869338544\n2018-02-02 20:00:00,-0.0020562208508104617\n2018-02-02 21:00:00,0.00036378820984864864\n2018-02-02 22:00:00,0.0006938233341184717\n2018-02-02 23:00:00,0.002875775816727139\n2018-02-03 00:00:00,-8.407197889841886e-05\n2018-02-03 01:00:00,0.0005419561694430371\n2018-02-03 02:00:00,0.0027928402867313197\n2018-02-03 03:00:00,0.0006537581188317131\n2018-02-03 04:00:00,0.0006725555115222775\n2018-02-03 05:00:00,0.00014862854492774625\n2018-02-03 06:00:00,0.0006170662363586949\n2018-02-03 07:00:00,-0.0008352561103171516\n2018-02-03 08:00:00,-0.0006339152782839987\n2018-02-03 09:00:00,0.0006999057829128541\n2018-02-03 10:00:00,-0.00020219049525873887\n2018-02-03 11:00:00,-0.0008871082970268685\n2018-02-03 12:00:00,-0.00037342309231666853\n2018-02-03 13:00:00,-0.00034622750210367657\n2018-02-03 14:00:00,-0.0007130426988276646\n2018-02-03 15:00:00,-0.000486888191327163\n2018-02-03 16:00:00,-0.0007172244297778866\n2018-02-03 17:00:00,-0.00021269806063359985\n2018-02-03 18:00:00,0.00048122829493444427\n2018-02-03 19:00:00,-0.002148478564610967\n2018-02-03 20:00:00,0.0009147290228669284\n2018-02-03 21:00:00,-0.0017021791197099308\n2018-02-03 22:00:00,-0.0005111812073366638\n2018-02-03 23:00:00,-0.00021932804416200196\n2018-02-04 00:00:00,-0.002490121083989013\n2018-02-04 01:00:00,0.0007915209178683639\n2018-02-04 02:00:00,-0.001178504754357802\n2018-02-04 03:00:00,-0.0010174905354005503\n2018-02-04 04:00:00,0.0008717457846991872\n2018-02-04 05:00:00,-0.0001874969017201075\n2018-02-04 06:00:00,0.00024795661856966627\n2018-02-04 07:00:00,-0.000320446310153687\n2018-02-04 08:00:00,0.000454423030493597\n2018-02-04 09:00:00,-0.00024854532666147356\n2018-02-04 10:00:00,-0.0003702576182081169\n2018-02-04 11:00:00,0.0009395193661286135\n2018-02-04 12:00:00,-0.00016409995700670486\n2018-02-04 13:00:00,-0.0022948325720052814\n2018-02-04 14:00:00,0.0012393699697794188\n2018-02-04 15:00:00,-0.0001213919716017804\n2018-02-04 16:00:00,0.0012379596010294682\n2018-02-04 17:00:00,-0.0008545459247457324\n2018-02-04 18:00:00,-0.005622589513840713\n2018-02-04 19:00:00,0.0011416874460399634\n2018-02-04 20:00:00,-0.0006816690164723757\n2018-02-04 21:00:00,-0.0021988438863954204\n2018-02-04 22:00:00,4.210092789336881e-05\n2018-02-04 23:00:00,-0.0011267818099156921\n2018-02-05 00:00:00,0.0009942446469207425\n2018-02-05 01:00:00,-0.0022752882827630013\n2018-02-05 02:00:00,-0.0006078332453724636\n2018-02-05 03:00:00,0.00011260856844043997\n2018-02-05 04:00:00,-0.0008536983761445315\n2018-02-05 05:00:00,-0.0015041782445699323\n2018-02-05 06:00:00,0.00919399045533724\n2018-02-05 07:00:00,-0.0013450863224226017\n2018-02-05 08:00:00,-0.0005683175954452914\n2018-02-05 09:00:00,-1.9619076317255022e-05\n2018-02-05 10:00:00,0.0004965228007634025\n2018-02-05 11:00:00,0.0026653649062442276\n2018-02-05 12:00:00,-0.0002974960444315427\n2018-02-05 13:00:00,0.00042938777960392215\n2018-02-05 14:00:00,0.0003696211020757936\n2018-02-05 15:00:00,0.000800197640570029\n2018-02-05 16:00:00,0.0007617836216050382\n2018-02-05 17:00:00,0.002479956045865585\n2018-02-05 18:00:00,0.00046846617879911176\n2018-02-05 19:00:00,-0.0009388249768414846\n2018-02-05 20:00:00,-0.0007819178182811174\n2018-02-05 21:00:00,0.0016499373038574596\n2018-02-05 22:00:00,0.001683094226819638\n2018-02-05 23:00:00,-0.00021801138535876117\n2018-02-06 00:00:00,0.0006132789080984659\n2018-02-06 01:00:00,-0.0018381716655394686\n2018-02-06 02:00:00,0.0006328608002478454\n2018-02-06 03:00:00,-0.0004397010448049523\n2018-02-06 04:00:00,0.0011545617856755141\n2018-02-06 05:00:00,0.00014005868144906854\n2018-02-06 06:00:00,-0.00031927721301879073\n2018-02-06 07:00:00,0.0007977571993069553\n2018-02-06 08:00:00,-0.00013478591987351076\n2018-02-06 09:00:00,-0.0009364860741350043\n2018-02-06 10:00:00,0.001015670595067446\n2018-02-06 11:00:00,0.0009580107025870195\n2018-02-06 12:00:00,0.001670305121045235\n2018-02-06 13:00:00,-0.0005003441721362694\n2018-02-06 14:00:00,0.00018551360239322606\n2018-02-06 15:00:00,0.0007240955042116541\n2018-02-06 16:00:00,-0.00035005379457831657\n2018-02-06 17:00:00,-2.2871325484298617e-05\n2018-02-06 18:00:00,-0.0021203227774221054\n2018-02-06 19:00:00,-0.0019403376886254068\n2018-02-06 20:00:00,0.0003996599080616008\n2018-02-06 21:00:00,-0.0016960672030033417\n2018-02-06 22:00:00,0.00015558710823134972\n2018-02-06 23:00:00,0.000649963015090317\n2018-02-07 00:00:00,-0.0005250247161153404\n2018-02-07 01:00:00,-0.00021123006358578106\n2018-02-07 02:00:00,-0.0008372530864549918\n2018-02-07 03:00:00,-0.0006923011240767443\n2018-02-07 04:00:00,0.0008515926085759216\n2018-02-07 05:00:00,0.0006585626500209774\n2018-02-07 06:00:00,0.0014625311674644973\n2018-02-07 07:00:00,0.001974530466112653\n2018-02-07 08:00:00,0.0021047841210927844\n2018-02-07 09:00:00,0.00046869211563072867\n2018-02-07 10:00:00,0.0007786678880629198\n2018-02-07 11:00:00,0.0013260609525962165\n2018-02-07 12:00:00,0.001843141450127744\n2018-02-07 13:00:00,-0.0014801666630222122\n2018-02-07 14:00:00,-0.0004890746204897147\n2018-02-07 15:00:00,-0.0012168983583355894\n2018-02-07 16:00:00,-0.0012789623119610057\n2018-02-07 17:00:00,-0.0003108724437477837\n2018-02-07 18:00:00,0.002857199732612704\n2018-02-07 19:00:00,-0.00039728369821025124\n2018-02-07 20:00:00,-0.00031256405450393054\n2018-02-07 21:00:00,0.0010959353555660147\n2018-02-07 22:00:00,-0.0006099157973227861\n2018-02-07 23:00:00,0.001051846019313813\n2018-02-08 00:00:00,0.0005524805229248392\n2018-02-08 01:00:00,-0.001178669451536727\n2018-02-08 02:00:00,-7.264616431933607e-05\n2018-02-08 03:00:00,0.0005341632736453874\n2018-02-08 04:00:00,0.001144625988469236\n2018-02-08 05:00:00,-0.00032918072189662753\n2018-02-08 06:00:00,0.001695700824935093\n2018-02-08 07:00:00,-0.0013437745512383593\n2018-02-08 08:00:00,-0.0014279022426760368\n2018-02-08 09:00:00,0.00390976283983489\n2018-02-08 10:00:00,-0.0005795374890313231\n2018-02-08 11:00:00,2.171083596602395e-05\n2018-02-08 12:00:00,-0.0007329456742925433\n2018-02-08 13:00:00,-0.00034034436999219977\n2018-02-08 14:00:00,0.0013952646873043538\n2018-02-08 15:00:00,0.0010506152953273509\n2018-02-08 16:00:00,0.0014947357324612423\n2018-02-08 17:00:00,0.0005151536588890465\n2018-02-08 18:00:00,-4.157121958105748e-05\n2018-02-08 19:00:00,0.0013670499920457823\n2018-02-08 20:00:00,0.0008337994955799776\n2018-02-08 21:00:00,0.0002871399015693987\n2018-02-08 22:00:00,0.0006941271037113308\n2018-02-08 23:00:00,0.002314837950390994\n2018-02-09 00:00:00,-0.001137447068333525\n2018-02-09 01:00:00,-0.000616142558091602\n2018-02-09 02:00:00,-0.003277220256526169\n2018-02-09 03:00:00,0.001746289815142647\n2018-02-09 04:00:00,6.570770179457487e-05\n2018-02-09 05:00:00,-4.987585932583532e-05\n2018-02-09 06:00:00,-0.0008348884478231843\n2018-02-09 07:00:00,0.0002111624458144307\n2018-02-09 08:00:00,0.0012486616303872917\n2018-02-09 09:00:00,0.0004725074373046437\n2018-02-09 10:00:00,-0.001389977625676336\n2018-02-09 11:00:00,-1.0614719567806826e-05\n2018-02-09 12:00:00,-2.645331166345895e-05\n2018-02-09 13:00:00,0.0015445455036999\n2018-02-09 14:00:00,0.0004764763882008793\n2018-02-09 15:00:00,0.002046505491858345\n2018-02-09 16:00:00,-0.002165553887365717\n2018-02-09 17:00:00,0.0016798283329207755\n2018-02-09 18:00:00,-0.0010865385755856906\n2018-02-09 19:00:00,-0.002169486879525521\n2018-02-09 20:00:00,0.0006718802188999265\n2018-02-09 21:00:00,0.0023841772703140493\n2018-02-09 22:00:00,-0.0019435132886191345\n2018-02-09 23:00:00,-0.001310983241252373\n2018-02-10 00:00:00,-0.0009963843217246178\n2018-02-10 01:00:00,-0.0024834398988634898\n2018-02-10 02:00:00,0.0018265979089762893\n2018-02-10 03:00:00,0.0004241800034810102\n2018-02-10 04:00:00,-0.00015022778247060723\n2018-02-10 05:00:00,0.002411763869742471\n2018-02-10 06:00:00,-0.0003175674205661432\n2018-02-10 07:00:00,-0.0002566872618136212\n2018-02-10 08:00:00,-0.0016176535470207628\n2018-02-10 09:00:00,-0.0014183329000544461\n2018-02-10 10:00:00,0.001802645783935082\n2018-02-10 11:00:00,-0.00030989821924216475\n2018-02-10 12:00:00,0.0019457691882040797\n2018-02-10 13:00:00,0.0001473181836318188\n2018-02-10 14:00:00,0.0008558144001101459\n2018-02-10 15:00:00,0.00017798678191193373\n2018-02-10 16:00:00,-0.0015717064885586885\n2018-02-10 17:00:00,0.0004165063169094258\n2018-02-10 18:00:00,-0.00017681016141932158\n2018-02-10 19:00:00,-0.0007450596627238538\n2018-02-10 20:00:00,0.0006779421876552573\n2018-02-10 21:00:00,0.00015786018212551655\n2018-02-10 22:00:00,-0.0012681875778346066\n2018-02-10 23:00:00,-0.0006194811794366058\n2018-02-11 00:00:00,0.0001223536507615902\n2018-02-11 01:00:00,-0.0013982533778164334\n2018-02-11 02:00:00,-0.00025238824030974756\n2018-02-11 03:00:00,-0.00031926510266987217\n2018-02-11 04:00:00,0.00037814732920538627\n2018-02-11 05:00:00,-0.00028279030183415017\n2018-02-11 06:00:00,0.00018451108153162902\n2018-02-11 07:00:00,-0.0002288855374773988\n2018-02-11 08:00:00,0.0007536527026351693\n2018-02-11 09:00:00,7.372671240667866e-05\n2018-02-11 10:00:00,0.0004674880260665982\n2018-02-11 11:00:00,-0.0002535264092312806\n2018-02-11 12:00:00,0.00023305428967647254\n2018-02-11 13:00:00,-0.00014634957476448358\n2018-02-11 14:00:00,3.191480192382092e-05\n2018-02-11 15:00:00,-0.00033669709986201916\n2018-02-11 16:00:00,0.00020404581385826334\n2018-02-11 17:00:00,-3.7984246954577014e-05\n2018-02-11 18:00:00,-0.0007522800326383208\n2018-02-11 19:00:00,-9.442596329795311e-05\n2018-02-11 20:00:00,2.7534791085630472e-05\n2018-02-11 21:00:00,-0.0014763177442508769\n2018-02-11 22:00:00,0.0015349601618400775\n2018-02-11 23:00:00,-0.0003919641337773227\n2018-02-12 00:00:00,0.00028322052220559256\n2018-02-12 01:00:00,3.452969916690984e-05\n2018-02-12 02:00:00,0.00034661844553839484\n2018-02-12 03:00:00,-0.0005207277814394259\n2018-02-12 04:00:00,0.0005698338932287867\n2018-02-12 05:00:00,0.0023758823405145304\n2018-02-12 06:00:00,0.0004262608301229047\n2018-02-12 07:00:00,-0.0006305556697568458\n2018-02-12 08:00:00,-3.1444540428449603e-06\n2018-02-12 09:00:00,-0.0012195424118556506\n2018-02-12 10:00:00,0.0004320913305769061\n2018-02-12 11:00:00,-0.0005733594348343601\n2018-02-12 12:00:00,-0.0012188827808640864\n2018-02-12 13:00:00,0.0012696192702281674\n2018-02-12 14:00:00,-0.0013220054091983425\n2018-02-12 15:00:00,-0.0009141442469048201\n2018-02-12 16:00:00,0.0010123465099550744\n2018-02-12 17:00:00,0.0021302193494010468\n2018-02-12 18:00:00,0.001338338953369713\n2018-02-12 19:00:00,-0.001281017440845622\n2018-02-12 20:00:00,-0.0005175616751975253\n2018-02-12 21:00:00,7.542603049458188e-05\n2018-02-12 22:00:00,0.00030867730706647743\n2018-02-12 23:00:00,0.00027869409464957617\n2018-02-13 00:00:00,-0.00036318232079847506\n2018-02-13 01:00:00,-0.0004082375644627681\n2018-02-13 02:00:00,-0.0003547217501489083\n2018-02-13 03:00:00,0.027127133188384518\n2018-02-13 04:00:00,0.001069668052963358\n2018-02-13 05:00:00,0.0010735487246188908\n2018-02-13 06:00:00,0.0005481887605882239\n2018-02-13 07:00:00,-0.0006504083351757011\n2018-02-13 08:00:00,-0.0004483954849214116\n2018-02-13 09:00:00,0.0006585946195456263\n2018-02-13 10:00:00,-0.00047179450006102567\n2018-02-13 11:00:00,6.955789972320615e-05\n2018-02-13 12:00:00,-0.0003407979617293681\n2018-02-13 13:00:00,0.00039012130622782646\n2018-02-13 14:00:00,-0.0001881573899694327\n2018-02-13 15:00:00,-4.607322752511014e-05\n2018-02-13 16:00:00,0.0006443325424952239\n2018-02-13 17:00:00,0.0005774176084796293\n2018-02-13 18:00:00,0.0022181167275748333\n2018-02-13 19:00:00,0.0016138141098930698\n2018-02-13 20:00:00,-0.0006882781738781376\n2018-02-13 21:00:00,-0.0005223427411492364\n2018-02-13 22:00:00,-0.006284212764535529\n2018-02-13 23:00:00,0.0012031894962777011\n2018-02-14 00:00:00,-0.00018281407456074476\n2018-02-14 01:00:00,-0.0001429597258768081\n2018-02-14 02:00:00,0.0003734858599574353\n2018-02-14 03:00:00,-0.00026069115416932294\n2018-02-14 04:00:00,0.0008382182703153166\n2018-02-14 05:00:00,-0.00041206020894694244\n2018-02-14 06:00:00,-2.3833533792684537e-05\n2018-02-14 07:00:00,0.0008984081784751164\n2018-02-14 08:00:00,-0.000760374454918227\n2018-02-14 09:00:00,-0.0003668993724349851\n2018-02-14 10:00:00,-6.260348130974531e-05\n2018-02-14 11:00:00,0.004077137207498564\n2018-02-14 12:00:00,-0.0012869008124590882\n2018-02-14 13:00:00,-8.123731890720698e-05\n2018-02-14 14:00:00,-0.0014455406352453255\n2018-02-14 15:00:00,0.000694194019652434\n2018-02-14 16:00:00,0.0001859004875276054\n2018-02-14 17:00:00,-0.0011168998365901457\n2018-02-14 18:00:00,-0.0012566129636329647\n2018-02-14 19:00:00,-0.0011539192957509623\n2018-02-14 20:00:00,0.00043916000382045005\n2018-02-14 21:00:00,1.5378660541713775e-05\n2018-02-14 22:00:00,0.0007528915230725008\n2018-02-14 23:00:00,0.0002528656631771061\n2018-02-15 00:00:00,-0.001313048238630216\n2018-02-15 01:00:00,0.0005208292722525972\n2018-02-15 02:00:00,0.0004550538173690106\n2018-02-15 03:00:00,0.0006075290488063216\n2018-02-15 04:00:00,-0.0005843818469683251\n2018-02-15 05:00:00,-0.00011181058995185096\n2018-02-15 06:00:00,0.0013919969845650503\n2018-02-15 07:00:00,2.3930794723145924e-05\n2018-02-15 08:00:00,0.000332783227573937\n2018-02-15 09:00:00,3.0412237266198238e-05\n2018-02-15 10:00:00,-0.00010071922626399925\n2018-02-15 11:00:00,0.00013863926817926585\n2018-02-15 12:00:00,-0.0001528265700770369\n2018-02-15 13:00:00,0.00022569355868592316\n2018-02-15 14:00:00,0.0003235688438281725\n2018-02-15 15:00:00,0.0009345687173636583\n2018-02-15 16:00:00,-0.0007275408148333328\n2018-02-15 17:00:00,-0.01942037488983661\n2018-02-15 18:00:00,0.000396604656722084\n2018-02-15 19:00:00,-0.00022457117004773004\n2018-02-15 20:00:00,0.0009567524200106584\n2018-02-15 21:00:00,8.843826288230303e-05\n2018-02-15 22:00:00,0.0006969297139024172\n2018-02-15 23:00:00,-0.001443888255731073\n2018-02-16 00:00:00,0.001441879214903571\n2018-02-16 01:00:00,0.0009601517546605635\n2018-02-16 02:00:00,-9.526635881340923e-05\n2018-02-16 03:00:00,0.0011248144356206314\n2018-02-16 04:00:00,0.0003645122946664116\n2018-02-16 05:00:00,-0.00047137918119581125\n2018-02-16 06:00:00,0.0009774899458577539\n2018-02-16 07:00:00,0.0007878179643485284\n2018-02-16 08:00:00,-0.0010823445981684569\n2018-02-16 09:00:00,-0.001214893195585823\n2018-02-16 10:00:00,-0.00018821029328011234\n2018-02-16 11:00:00,-0.0011172606326332187\n2018-02-16 12:00:00,0.00017000490463294827\n2018-02-16 13:00:00,9.611097704799478e-05\n2018-02-16 14:00:00,0.0002495726159056457\n2018-02-16 15:00:00,0.0003017119297319576\n2018-02-16 16:00:00,0.0007537819269455503\n2018-02-16 17:00:00,-3.697535560925881e-05\n2018-02-16 18:00:00,-0.0003844001047336246\n2018-02-16 19:00:00,-8.81158016035109e-05\n2018-02-16 20:00:00,-0.0003464227643294367\n2018-02-16 21:00:00,-0.0007711642210552751\n2018-02-16 22:00:00,-0.00020280733364609987\n2018-02-16 23:00:00,-0.0004901257303464343\n2018-02-17 00:00:00,9.566390082499845e-05\n2018-02-17 01:00:00,-5.28320289341051e-05\n2018-02-17 02:00:00,0.0001255477096103256\n2018-02-17 03:00:00,0.00018664848461120157\n2018-02-17 04:00:00,-7.179983140250172e-05\n2018-02-17 05:00:00,0.0005360119639091295\n2018-02-17 06:00:00,0.00024637645867944797\n2018-02-17 07:00:00,0.000840778090936584\n2018-02-17 08:00:00,-0.0002515082996192154\n2018-02-17 09:00:00,-9.247661689922559e-05\n2018-02-17 10:00:00,-0.0001402553095642875\n2018-02-17 11:00:00,0.0002409074591980558\n2018-02-17 12:00:00,1.2225096713614963e-05\n2018-02-17 13:00:00,0.00012398709697895977\n2018-02-17 14:00:00,0.03149804835306448\n2018-02-17 15:00:00,0.0006797353621401117\n2018-02-17 16:00:00,-0.001465022778520878\n2018-02-17 17:00:00,-0.0009483204186658414\n2018-02-17 18:00:00,3.964883712879242e-05\n2018-02-17 19:00:00,0.00036392194053710546\n2018-02-17 20:00:00,0.00045541381563600844\n2018-02-17 21:00:00,0.00011566562510922736\n2018-02-17 22:00:00,0.00039176135068954584\n2018-02-17 23:00:00,-0.00035457103455045216\n2018-02-18 00:00:00,0.0003261831808935784\n2018-02-18 01:00:00,-0.0006124104428744056\n2018-02-18 02:00:00,0.0015547993132415288\n2018-02-18 03:00:00,-0.00042214186481830617\n2018-02-18 04:00:00,-0.0002111840271152314\n2018-02-18 05:00:00,-6.627746114387763e-05\n2018-02-18 06:00:00,-0.0004809548590409284\n2018-02-18 07:00:00,0.00010939084458253274\n2018-02-18 08:00:00,3.761656350035743e-05\n2018-02-18 09:00:00,-0.0003674033413471676\n2018-02-18 10:00:00,-0.00038765951938119186\n2018-02-18 11:00:00,0.002401390415374383\n2018-02-18 12:00:00,0.001308608199369931\n2018-02-18 13:00:00,0.0016508698645793553\n2018-02-18 14:00:00,0.03162282914086963\n2018-02-18 15:00:00,-0.0022739941496872384\n2018-02-18 16:00:00,0.0019190260455306087\n2018-02-18 17:00:00,0.00029023539201774223\n2018-02-18 18:00:00,-0.0005297578542823263\n2018-02-18 19:00:00,0.0004605437302513414\n2018-02-18 20:00:00,-0.0002311827418338299\n2018-02-18 21:00:00,0.0008373526751152192\n2018-02-18 22:00:00,-0.00040482990383680574\n2018-02-18 23:00:00,-0.0014699128510459096\n2018-02-19 00:00:00,0.001001156515145412\n2018-02-19 01:00:00,-0.0002831675053173841\n2018-02-19 02:00:00,0.0019031862971196456\n2018-02-19 03:00:00,-0.0016440262699588312\n2018-02-19 04:00:00,-0.0018079438208692053\n2018-02-19 05:00:00,0.0008552901181525108\n2018-02-19 06:00:00,-9.064951360346639e-05\n2018-02-19 07:00:00,0.0008061273911290878\n2018-02-19 08:00:00,0.00046585543690200035\n2018-02-19 09:00:00,-0.0006394660568982764\n2018-02-19 10:00:00,0.0012133999842241928\n2018-02-19 11:00:00,-0.0005755881994387893\n2018-02-19 12:00:00,-0.0001412332569796791\n2018-02-19 13:00:00,-0.0006459045423385104\n2018-02-19 14:00:00,0.01928238462667824\n2018-02-19 15:00:00,0.0020440095421857666\n2018-02-19 16:00:00,0.0014584726274222645\n2018-02-19 17:00:00,-0.0018033853801640615\n2018-02-19 18:00:00,0.00043437703311098184\n2018-02-19 19:00:00,-0.0009493782573815082\n2018-02-19 20:00:00,-0.0007557345376710504\n2018-02-19 21:00:00,0.002209394876179308\n2018-02-19 22:00:00,0.0005954998631434559\n2018-02-19 23:00:00,-0.0017222316544945697\n2018-02-20 00:00:00,0.0010868828888614844\n2018-02-20 01:00:00,0.0008562396571287624\n2018-02-20 02:00:00,-0.0010581044336221773\n2018-02-20 03:00:00,0.0007554785536505971\n2018-02-20 04:00:00,-0.0004238869960939919\n2018-02-20 05:00:00,-0.0008461189708575482\n2018-02-20 06:00:00,0.0029659333608157033\n2018-02-20 07:00:00,0.00019252212215167618\n2018-02-20 08:00:00,-0.0006484188753971676\n2018-02-20 09:00:00,0.016636676802132613\n2018-02-20 10:00:00,0.00016466682198787075\n2018-02-20 11:00:00,-0.052694699191374796\n2018-02-20 12:00:00,0.001514572521188899\n2018-02-20 13:00:00,-0.0024473298062145806\n2018-02-20 14:00:00,0.0004868874738406812\n2018-02-20 15:00:00,0.0007622117600705265\n2018-02-20 16:00:00,-0.000577548163387089\n2018-02-20 17:00:00,-0.00010942347109112706\n2018-02-20 18:00:00,-0.0009378816577474267\n2018-02-20 19:00:00,0.00015648050487992418\n2018-02-20 20:00:00,-0.0008766822775516398\n2018-02-20 21:00:00,0.00013476895918538916\n2018-02-20 22:00:00,0.001495745727341783\n2018-02-20 23:00:00,-0.005641746418093029\n2018-02-21 00:00:00,-0.0031603312372807425\n2018-02-21 01:00:00,0.00016224835319144442\n2018-02-21 02:00:00,0.0010572579804443926\n2018-02-21 03:00:00,-0.000911128067788276\n2018-02-21 04:00:00,0.0005239288599082287\n2018-02-21 05:00:00,0.0009175660711137233\n2018-02-21 06:00:00,0.0007003564886136234\n2018-02-21 07:00:00,-0.0009046351962473963\n2018-02-21 08:00:00,0.00019405742771958913\n2018-02-21 09:00:00,0.0006830791905299617\n2018-02-21 10:00:00,-0.00022406273410064493\n2018-02-21 11:00:00,0.0001644927383641709\n2018-02-21 12:00:00,0.0001561833740755976\n2018-02-21 13:00:00,-0.0002151890808842798\n2018-02-21 14:00:00,-0.00042397897525883396\n2018-02-21 15:00:00,-0.0009215950640259872\n2018-02-21 16:00:00,0.00048438727210231976\n2018-02-21 17:00:00,-0.0010023714553845265\n2018-02-21 18:00:00,0.0004963433328319104\n2018-02-21 19:00:00,-0.0006670406226516645\n2018-02-21 20:00:00,0.00016115442649484345\n2018-02-21 21:00:00,0.0009007770576716949\n2018-02-21 22:00:00,0.0005459581825769699\n2018-02-21 23:00:00,0.00023283073543734886\n2018-02-22 00:00:00,-0.0005200299676880737\n2018-02-22 01:00:00,0.0008353028381915506\n2018-02-22 02:00:00,0.001323444981475163\n2018-02-22 03:00:00,-0.0002380575870086779\n2018-02-22 04:00:00,-3.850904234903827e-05\n2018-02-22 05:00:00,-0.0024752789277333767\n2018-02-22 06:00:00,0.0005868380316402264\n2018-02-22 07:00:00,0.0004631267145608227\n2018-02-22 08:00:00,-0.00013787900425630062\n2018-02-22 09:00:00,0.002115190013649499\n2018-02-22 10:00:00,-0.001187626143460829\n2018-02-22 11:00:00,0.001108698819784886\n2018-02-22 12:00:00,0.000518133001739728\n2018-02-22 13:00:00,-0.0006493571205621973\n2018-02-22 14:00:00,0.0007740452725888199\n2018-02-22 15:00:00,-0.0028179891246644857\n2018-02-22 16:00:00,0.0005218085494503487\n2018-02-22 17:00:00,0.0001415494248528187\n2018-02-22 18:00:00,0.00042421911236147466\n2018-02-22 19:00:00,-0.0008295757035963638\n2018-02-22 20:00:00,0.0023017553010764094\n2018-02-22 21:00:00,0.0010261338677305487\n2018-02-22 22:00:00,-0.0005487829073638707\n2018-02-22 23:00:00,-0.0007909043852580187\n2018-02-23 00:00:00,0.00016212141934041145\n2018-02-23 01:00:00,-0.00023030172434356503\n2018-02-23 02:00:00,-6.197254839109298e-05\n2018-02-23 03:00:00,-3.1286103127640486e-05\n2018-02-23 04:00:00,-0.00014748025654348913\n2018-02-23 05:00:00,-6.071517744141999e-05\n2018-02-23 06:00:00,-0.00015563646695995542\n2018-02-23 07:00:00,-0.00019479967577061503\n2018-02-23 08:00:00,0.0006993090106148761\n2018-02-23 09:00:00,0.0006753189663342351\n2018-02-23 10:00:00,-0.00023397121079274827\n2018-02-23 11:00:00,0.00035872870068688205\n2018-02-23 12:00:00,0.0004909444139969969\n2018-02-23 13:00:00,-0.0002901117308708125\n2018-02-23 14:00:00,0.0007285771734220904\n2018-02-23 15:00:00,0.0010592999396711233\n2018-02-23 16:00:00,-7.105782449840009e-05\n2018-02-23 17:00:00,0.0001402583580208028\n2018-02-23 18:00:00,-0.0006703351641032654\n2018-02-23 19:00:00,0.0006209941221220467\n2018-02-23 20:00:00,-0.0006171519299128105\n2018-02-23 21:00:00,0.0005342064180468718\n2018-02-23 22:00:00,-0.0007683760310620087\n2018-02-23 23:00:00,0.00020944832965608947\n2018-02-24 00:00:00,-0.0004899206630476988\n2018-02-24 01:00:00,0.0001468084489775841\n2018-02-24 02:00:00,0.00017940987374818904\n2018-02-24 03:00:00,-0.0007592972942486123\n2018-02-24 04:00:00,4.286345383454999e-05\n2018-02-24 05:00:00,-0.0004368800645983687\n2018-02-24 06:00:00,0.00011901977874619476\n2018-02-24 07:00:00,-0.0002030877480444401\n2018-02-24 08:00:00,0.0006334358555705403\n2018-02-24 09:00:00,0.001172828175557966\n2018-02-24 10:00:00,-0.00013787881226113037\n2018-02-24 11:00:00,0.0007133052765820143\n2018-02-24 12:00:00,0.0022659492352800066\n2018-02-24 13:00:00,0.001295939074128758\n2018-02-24 14:00:00,0.0025385756719111387\n2018-02-24 15:00:00,-0.00011022615198393952\n2018-02-24 16:00:00,0.0005671300200293223\n2018-02-24 17:00:00,-3.943127403930629e-05\n2018-02-24 18:00:00,0.0004354215987948289\n2018-02-24 19:00:00,0.0007959702340666257\n2018-02-24 20:00:00,-0.000349264785672341\n2018-02-24 21:00:00,-0.00010088267653060468\n2018-02-24 22:00:00,0.0008504909242780401\n2018-02-24 23:00:00,-0.00027617262606131844\n2018-02-25 00:00:00,-6.394220367833076e-06\n2018-02-25 01:00:00,-4.257471868027351e-05\n2018-02-25 02:00:00,-0.0002921128978727671\n2018-02-25 03:00:00,0.0002414021864624657\n2018-02-25 04:00:00,-0.00018792840804315614\n2018-02-25 05:00:00,9.078366063977019e-05\n2018-02-25 06:00:00,2.8549041288697068e-05\n2018-02-25 07:00:00,-0.00036930089677124464\n2018-02-25 08:00:00,0.001248415487271001\n2018-02-25 09:00:00,-0.0007308788345374637\n2018-02-25 10:00:00,-0.00017619463593210996\n2018-02-25 11:00:00,-0.00021925766085616736\n2018-02-25 12:00:00,5.037173975021028e-05\n2018-02-25 13:00:00,-0.00013358389648676004\n2018-02-25 14:00:00,0.0004207342431505528\n2018-02-25 15:00:00,0.00018467185278226315\n2018-02-25 16:00:00,-0.0005929887103852692\n2018-02-25 17:00:00,0.0002758125304769182\n2018-02-25 18:00:00,7.913183114417768e-05\n2018-02-25 19:00:00,-0.00027705232237737004\n2018-02-25 20:00:00,-0.0006372430083617203\n2018-02-25 21:00:00,1.691523851429818e-05\n2018-02-25 22:00:00,-0.0002649142192785234\n2018-02-25 23:00:00,-0.00033367398278917035\n2018-02-26 00:00:00,0.0004596289741804557\n2018-02-26 01:00:00,-1.175619830939199e-05\n2018-02-26 02:00:00,-9.524940536062771e-05\n2018-02-26 03:00:00,-0.00014044109266298627\n2018-02-26 04:00:00,-0.000795505793308133\n2018-02-26 05:00:00,0.0004820412802773717\n2018-02-26 06:00:00,0.0008901307578018239\n2018-02-26 07:00:00,0.0005390990377811372\n2018-02-26 08:00:00,0.00042204447060381666\n2018-02-26 09:00:00,-8.47348786937356e-05\n2018-02-26 10:00:00,0.0006571662752497391\n2018-02-26 11:00:00,-0.00030922717058946993\n2018-02-26 12:00:00,-0.0006721036720895133\n2018-02-26 13:00:00,-0.0009463659226267866\n2018-02-26 14:00:00,-0.0007045723310059964\n2018-02-26 15:00:00,0.0009333003390789781\n2018-02-26 16:00:00,0.0002588265972165475\n2018-02-26 17:00:00,-0.0005976584717571677\n2018-02-26 18:00:00,-4.743971848268627e-05\n2018-02-26 19:00:00,-0.00021703004776980303\n2018-02-26 20:00:00,8.929684263380825e-05\n2018-02-26 21:00:00,-9.546926589749492e-05\n2018-02-26 22:00:00,-0.000647273650820096\n2018-02-26 23:00:00,0.0006257979568075671\n2018-02-27 00:00:00,0.00017687951797932736\n2018-02-27 01:00:00,-0.00010511419804590926\n2018-02-27 02:00:00,0.0003654076366842458\n2018-02-27 03:00:00,4.3752525049845544e-05\n2018-02-27 04:00:00,0.0003179306049574839\n2018-02-27 05:00:00,0.0003388406005153105\n2018-02-27 06:00:00,0.0005550493909506494\n2018-02-27 07:00:00,-0.0008022437045261717\n2018-02-27 08:00:00,0.00022786072494621472\n2018-02-27 09:00:00,-0.00041955551748583706\n2018-02-27 10:00:00,-0.0008443263571261484\n2018-02-27 11:00:00,-0.0012915378326693319\n2018-02-27 12:00:00,-0.001332990747668673\n2018-02-27 13:00:00,0.00021975795001051392\n2018-02-27 14:00:00,-0.000475296156980215\n2018-02-27 15:00:00,0.00015079754960576082\n2018-02-27 16:00:00,-0.00038521920169027897\n2018-02-27 17:00:00,-0.00010590434410731039\n2018-02-27 18:00:00,0.00029991780559363555\n2018-02-27 19:00:00,-0.0009398445271140378\n2018-02-27 20:00:00,0.0004309911169790581\n2018-02-27 21:00:00,2.056484799671612e-05\n2018-02-27 22:00:00,-0.0005270543855143622\n2018-02-27 23:00:00,0.0014218409524168678\n2018-02-28 00:00:00,-0.0006946952471672273\n2018-02-28 01:00:00,-0.0005020651132033752\n2018-02-28 02:00:00,-0.00011074324296725529\n2018-02-28 03:00:00,0.00016020378414173205\n2018-02-28 04:00:00,9.021798457714752e-05\n2018-02-28 05:00:00,-0.0036138859201930826\n2018-02-28 06:00:00,-0.0012047276510545105\n2018-02-28 07:00:00,7.368513352077881e-05\n2018-02-28 08:00:00,-0.0010944250926417294\n2018-02-28 09:00:00,0.0006145421453407226\n2018-02-28 10:00:00,0.0002987129118839505\n2018-02-28 11:00:00,-0.000379735275564706\n2018-02-28 12:00:00,-0.0010927575366506959\n2018-02-28 13:00:00,-0.0007947116193606381\n2018-02-28 14:00:00,-0.0002262191152235763\n2018-02-28 15:00:00,0.0007582026564903568\n2018-02-28 16:00:00,0.0008917467155343461\n2018-02-28 17:00:00,-0.0013293996489452508\n2018-02-28 18:00:00,0.000802805588496389\n2018-02-28 19:00:00,-0.0015106937335524603\n2018-02-28 20:00:00,-0.0007662965780321814\n2018-02-28 21:00:00,0.0008460226858706564\n2018-02-28 22:00:00,-0.0008917681369120684\n2018-02-28 23:00:00,8.618241821958962e-05\n2018-03-01 00:00:00,0.000535225190178633\n2018-03-01 01:00:00,0.0006849572497072317\n2018-03-01 02:00:00,0.00020586671163824846\n2018-03-01 03:00:00,-0.000380455838824203\n2018-03-01 04:00:00,0.0006555435258732923\n2018-03-01 05:00:00,-0.0005975384467920366\n2018-03-01 06:00:00,0.0009253070736464405\n2018-03-01 07:00:00,0.0002639153928277355\n2018-03-01 08:00:00,-0.0002893934709117528\n2018-03-01 09:00:00,-0.0004099529426073533\n2018-03-01 10:00:00,0.00027293133428810926\n2018-03-01 11:00:00,-0.0005994369569322314\n2018-03-01 12:00:00,-0.0024574244335481437\n2018-03-01 13:00:00,0.0015647280636823294\n2018-03-01 14:00:00,0.0009019458586851453\n2018-03-01 15:00:00,0.000724692194980476\n2018-03-01 16:00:00,-0.00026690215907294065\n2018-03-01 17:00:00,2.7720095320821002e-05\n2018-03-01 18:00:00,-0.0018629200754830709\n2018-03-01 19:00:00,-0.0022567777608459285\n2018-03-01 20:00:00,0.001452970461574896\n2018-03-01 21:00:00,-0.001036495255789745\n2018-03-01 22:00:00,-0.0012623315997408293\n2018-03-01 23:00:00,-0.00021439743381572554\n2018-03-02 00:00:00,-0.0009393970031915587\n2018-03-02 01:00:00,0.00018863791671043268\n2018-03-02 02:00:00,0.0002090144622593349\n2018-03-02 03:00:00,-0.0004354761799284441\n2018-03-02 04:00:00,0.0005739248381151901\n2018-03-02 05:00:00,-0.0017939375006767104\n2018-03-02 06:00:00,-0.0007624897122839689\n2018-03-02 07:00:00,0.0013061721559919093\n2018-03-02 08:00:00,-0.0013531068916070772\n2018-03-02 09:00:00,0.000503840754898979\n2018-03-02 10:00:00,0.0007358199099485772\n2018-03-02 11:00:00,-0.0006741130498755595\n2018-03-02 12:00:00,-0.00014391672307548822\n2018-03-02 13:00:00,0.0003112341717542304\n2018-03-02 14:00:00,0.000839955874861409\n2018-03-02 15:00:00,-0.0003817827549810843\n2018-03-02 16:00:00,-0.000249301985660057\n2018-03-02 17:00:00,-0.0005370244051230928\n2018-03-02 18:00:00,-0.00013836913902667578\n2018-03-02 19:00:00,0.002022427461339905\n2018-03-02 20:00:00,0.0007251865804857648\n2018-03-02 21:00:00,-0.0002779156889791265\n2018-03-02 22:00:00,0.00019563254548953245\n2018-03-02 23:00:00,-0.000711368889496283\n2018-03-03 00:00:00,-0.0005171205903851241\n2018-03-03 01:00:00,-5.604497113703071e-05\n2018-03-03 02:00:00,0.0009227936429265246\n2018-03-03 03:00:00,0.00010792542579178838\n2018-03-03 04:00:00,-5.442550098990472e-05\n2018-03-03 05:00:00,8.50161810933527e-05\n2018-03-03 06:00:00,0.0001139267163768075\n2018-03-03 07:00:00,-0.00016399365284610525\n2018-03-03 08:00:00,-0.00020666133198782592\n2018-03-03 09:00:00,-0.00023768623224707474\n2018-03-03 10:00:00,0.0009053692783444887\n2018-03-03 11:00:00,-0.00018959458701238444\n2018-03-03 12:00:00,-0.0001837993287234133\n2018-03-03 13:00:00,-0.0006853994935439288\n2018-03-03 14:00:00,-0.0005721496530527554\n2018-03-03 15:00:00,0.0004900235446182649\n2018-03-03 16:00:00,-0.00047054102905893044\n2018-03-03 17:00:00,0.000748053120105527\n2018-03-03 18:00:00,-6.899585449368778e-05\n2018-03-03 19:00:00,-1.915207676684198e-05\n2018-03-03 20:00:00,0.000201419381001883\n2018-03-03 21:00:00,0.0004480337906666422\n2018-03-03 22:00:00,-0.00015103131386598044\n2018-03-03 23:00:00,7.79259882061319e-05\n2018-03-04 00:00:00,-0.0002469041406757945\n2018-03-04 01:00:00,0.0004775335404612477\n2018-03-04 02:00:00,-0.00011445315582098422\n2018-03-04 03:00:00,0.00022439034696885337\n2018-03-04 04:00:00,-3.6894953887078144e-06\n2018-03-04 05:00:00,2.9316585921215455e-05\n2018-03-04 06:00:00,-0.0003672929881629949\n2018-03-04 07:00:00,0.00016727357040495223\n2018-03-04 08:00:00,0.00019416346627494117\n2018-03-04 09:00:00,-0.0001424903243653708\n2018-03-04 10:00:00,-0.00012948769976888502\n2018-03-04 11:00:00,-0.0001492482913489392\n2018-03-04 12:00:00,-0.0003779738869373109\n2018-03-04 13:00:00,-0.0001469524837706461\n2018-03-04 14:00:00,-0.0005946707870957257\n2018-03-04 15:00:00,-1.3575636027550014e-05\n2018-03-04 16:00:00,5.716576832937725e-05\n2018-03-04 17:00:00,0.0007594819854763912\n2018-03-04 18:00:00,-2.7280785234742385e-05\n2018-03-04 19:00:00,3.193017813999212e-05\n2018-03-04 20:00:00,-0.00040056804792037927\n2018-03-04 21:00:00,-0.0001113037802769393\n2018-03-04 22:00:00,-2.3707234196596654e-05\n2018-03-04 23:00:00,-0.0015232998495245454\n2018-03-05 00:00:00,-0.0006547489627933725\n2018-03-05 01:00:00,0.0001428364807354094\n2018-03-05 02:00:00,-0.023626466190086626\n2018-03-05 03:00:00,2.2000576689454273e-06\n2018-03-05 04:00:00,0.000335519475074436\n2018-03-05 05:00:00,0.00042230075967233585\n2018-03-05 06:00:00,0.00020930254565204454\n2018-03-05 07:00:00,-0.00028189386303232195\n2018-03-05 08:00:00,0.0011671167835199875\n2018-03-05 09:00:00,-0.0005435513837055033\n2018-03-05 10:00:00,-0.00016090851475208582\n2018-03-05 11:00:00,-0.0005724075116981928\n2018-03-05 12:00:00,0.0004511915041312701\n2018-03-05 13:00:00,0.00041261038148538863\n2018-03-05 14:00:00,-0.0008847246973644175\n2018-03-05 15:00:00,0.0001485351331214351\n2018-03-05 16:00:00,-0.0005549098801385342\n2018-03-05 17:00:00,0.0003691199000926847\n2018-03-05 18:00:00,0.0016168075888326368\n2018-03-05 19:00:00,0.002329812128721433\n2018-03-05 20:00:00,0.0014015181086498613\n2018-03-05 21:00:00,-0.00038472672928156456\n2018-03-05 22:00:00,0.00013183421887145414\n2018-03-05 23:00:00,-0.0008175354141910481\n2018-03-06 00:00:00,3.5270881806834034e-05\n2018-03-06 01:00:00,0.0012055674599036556\n2018-03-06 02:00:00,-0.0008188150563162624\n2018-03-06 03:00:00,-0.000497040799547714\n2018-03-06 04:00:00,0.00031717386739144607\n2018-03-06 05:00:00,0.000341245036013184\n2018-03-06 06:00:00,-8.0896999252612e-05\n2018-03-06 07:00:00,-6.614065275263524e-05\n2018-03-06 08:00:00,0.0005510129875369862\n2018-03-06 09:00:00,9.771459013359811e-06\n2018-03-06 10:00:00,6.750480722156122e-05\n2018-03-06 11:00:00,0.0002296261109555094\n2018-03-06 12:00:00,0.0004819324558865972\n2018-03-06 13:00:00,-0.0004601156142290599\n2018-03-06 14:00:00,-0.0012524262808076504\n2018-03-06 15:00:00,-0.0003487259783410849\n2018-03-06 16:00:00,0.0001655038395816155\n2018-03-06 17:00:00,-0.00028601303930506094\n2018-03-06 18:00:00,0.0004164655372939572\n2018-03-06 19:00:00,-0.0006417944796791939\n2018-03-06 20:00:00,0.0003418023222528895\n2018-03-06 21:00:00,-9.232675209665273e-05\n2018-03-06 22:00:00,4.9633595929537946e-05\n2018-03-06 23:00:00,0.01685980267789115\n2018-03-07 00:00:00,0.0014070600134670457\n2018-03-07 01:00:00,-0.0018611003153472837\n2018-03-07 02:00:00,2.7509829543485177e-05\n2018-03-07 03:00:00,0.0003097513570634096\n2018-03-07 04:00:00,-0.00085048334922507\n2018-03-07 05:00:00,-0.0016151550103789094\n2018-03-07 06:00:00,0.0007444366977803487\n2018-03-07 07:00:00,0.00011909393106102554\n2018-03-07 08:00:00,0.0005581470521856039\n2018-03-07 09:00:00,-0.0005069194482338945\n2018-03-07 10:00:00,0.0005136961859256165\n2018-03-07 11:00:00,5.1590634924192045e-05\n2018-03-07 12:00:00,0.0002359613716913769\n2018-03-07 13:00:00,-0.0006071308776883628\n2018-03-07 14:00:00,-0.00018052116353268083\n2018-03-07 15:00:00,-5.909065375656658e-05\n2018-03-07 16:00:00,-0.00033435244831600086\n2018-03-07 17:00:00,-3.894791375735948e-05\n2018-03-07 18:00:00,-0.00010774629560205742\n2018-03-07 19:00:00,0.000658433507526481\n2018-03-07 20:00:00,-0.0003492899310566338\n2018-03-07 21:00:00,1.3446448388810032e-05\n2018-03-07 22:00:00,-0.0003675111373342467\n2018-03-07 23:00:00,-0.003169170016792412\n2018-03-08 00:00:00,0.0012884207503094413\n2018-03-08 01:00:00,6.630567451668858e-05\n2018-03-08 02:00:00,6.362636821761682e-05\n2018-03-08 03:00:00,0.000724202848451817\n2018-03-08 04:00:00,6.654697339750362e-05\n2018-03-08 05:00:00,6.46942887270889e-05\n2018-03-08 06:00:00,0.00036650943204349153\n2018-03-08 07:00:00,-0.00031134847845328483\n2018-03-08 08:00:00,0.0015797509234477826\n2018-03-08 09:00:00,6.353564219917622e-07\n2018-03-08 10:00:00,-9.27535284631455e-05\n2018-03-08 11:00:00,-0.00046248788576691845\n2018-03-08 12:00:00,9.437905137922924e-05\n2018-03-08 13:00:00,0.0016735368082083266\n2018-03-08 14:00:00,-0.00041595841357375566\n2018-03-08 15:00:00,-0.00155446777338214\n2018-03-08 16:00:00,-0.001173597263295514\n2018-03-08 17:00:00,-0.0006871240121460513\n2018-03-08 18:00:00,0.0012050936029521387\n2018-03-08 19:00:00,0.0003322476782478798\n2018-03-08 20:00:00,-0.00016102911538480689\n2018-03-08 21:00:00,-0.00013628888890714904\n2018-03-08 22:00:00,0.00041267345941207854\n2018-03-08 23:00:00,-0.009546642428447872\n2018-03-09 00:00:00,0.0021317302807943124\n2018-03-09 01:00:00,-0.00032358592360912363\n2018-03-09 02:00:00,-0.0007121088801882431\n2018-03-09 03:00:00,-0.0006842425969539024\n2018-03-09 04:00:00,-0.001421840570330314\n2018-03-09 05:00:00,-2.5303408627937505e-05\n2018-03-09 06:00:00,3.771980161268815e-05\n2018-03-09 07:00:00,0.00011802956156602688\n2018-03-09 08:00:00,0.001078702947997136\n2018-03-09 09:00:00,-0.0008214507480023873\n2018-03-09 10:00:00,-0.00038526983152952486\n2018-03-09 11:00:00,-0.002364530328891725\n2018-03-09 12:00:00,0.0009146150482883958\n2018-03-09 13:00:00,-0.0001312556001315\n2018-03-09 14:00:00,-0.0008626353067018097\n2018-03-09 15:00:00,-0.0015184937206389928\n2018-03-09 16:00:00,-0.0015747494490081194\n2018-03-09 17:00:00,9.375231917946245e-05\n2018-03-09 18:00:00,-0.0003043134814246942\n2018-03-09 19:00:00,-0.0012591735108210516\n2018-03-09 20:00:00,-0.0002292657144436307\n2018-03-09 21:00:00,-0.00015972574349425948\n2018-03-09 22:00:00,-0.0016620309114689098\n2018-03-09 23:00:00,0.0017094414732370265\n2018-03-10 00:00:00,-0.0017684703254917914\n2018-03-10 01:00:00,-0.00182792106314576\n2018-03-10 02:00:00,-0.000673100215703924\n2018-03-10 03:00:00,5.735659403937825e-05\n2018-03-10 04:00:00,0.0011925983651154487\n2018-03-10 05:00:00,0.0015648138910769461\n2018-03-10 06:00:00,-0.0005414793171325064\n2018-03-10 07:00:00,0.0020260865008418084\n2018-03-10 08:00:00,0.0011790584695187125\n2018-03-10 09:00:00,-0.0013868315747866862\n2018-03-10 10:00:00,0.0006275189310860706\n2018-03-10 11:00:00,0.000530547830595474\n2018-03-10 12:00:00,4.631268467171906e-05\n2018-03-10 13:00:00,-0.0006170080881866874\n2018-03-10 14:00:00,-0.0009010169997338188\n2018-03-10 15:00:00,-0.0007193202550696279\n2018-03-10 16:00:00,0.0017795817662650084\n2018-03-10 17:00:00,0.029290222118012646\n2018-03-10 18:00:00,0.001572548077489835\n2018-03-10 19:00:00,0.0010035506193457873\n2018-03-10 20:00:00,0.00013386994790008297\n2018-03-10 21:00:00,-8.714686980834289e-05\n2018-03-10 22:00:00,-0.00026871127708902207\n2018-03-10 23:00:00,0.0013172122725394544\n2018-03-11 00:00:00,-0.0011415932436992847\n2018-03-11 01:00:00,0.0007452852401466092\n2018-03-11 02:00:00,0.0003916087623096116\n2018-03-11 03:00:00,-0.000548582472196514\n2018-03-11 04:00:00,-0.0005651651777377418\n2018-03-11 05:00:00,-0.0013441445426308459\n2018-03-11 06:00:00,0.0008849217479660356\n2018-03-11 07:00:00,0.0016558727398588784\n2018-03-11 08:00:00,-0.0009999547305082582\n2018-03-11 09:00:00,0.00036029219933034044\n2018-03-11 10:00:00,0.0008610874022728977\n2018-03-11 11:00:00,-0.0024986854077187885\n2018-03-11 12:00:00,-0.0010664170210658733\n2018-03-11 13:00:00,0.0017385473187778154\n2018-03-11 14:00:00,-0.0008500105884844198\n2018-03-11 15:00:00,-0.0006743709252771487\n2018-03-11 16:00:00,-9.587890395676509e-05\n2018-03-11 17:00:00,-0.0048277143408027275\n2018-03-11 18:00:00,0.00021618910399118506\n2018-03-11 19:00:00,-0.0017648118259755115\n2018-03-11 20:00:00,-0.0003428749182174129\n2018-03-11 21:00:00,-0.0015206074259757117\n2018-03-11 22:00:00,0.00030721313582712236\n2018-03-11 23:00:00,-0.0014815467153003294\n2018-03-12 00:00:00,0.0013928315639491358\n2018-03-12 01:00:00,7.075269874488857e-05\n2018-03-12 02:00:00,-6.664784663141026e-05\n2018-03-12 03:00:00,0.0013297624854451701\n2018-03-12 04:00:00,-0.0014544716052884547\n2018-03-12 05:00:00,-0.001031752142288206\n2018-03-12 06:00:00,0.0003863818163394238\n2018-03-12 07:00:00,0.0006754971929304882\n2018-03-12 08:00:00,0.00011906605850508451\n2018-03-12 09:00:00,3.059969703106863e-05\n2018-03-12 10:00:00,0.00045621913661769085\n2018-03-12 11:00:00,0.0005691379119764488\n2018-03-12 12:00:00,-2.1260571647279554e-05\n2018-03-12 13:00:00,5.448868189167207e-05\n2018-03-12 14:00:00,-0.008841967309090534\n2018-03-12 15:00:00,0.0004043777288278348\n2018-03-12 16:00:00,-0.0001691434161170489\n2018-03-12 17:00:00,-0.0002798823570092804\n2018-03-12 18:00:00,-0.0005187387900705424\n2018-03-12 19:00:00,-0.0009247037992317874\n2018-03-12 20:00:00,-3.7961868899726486e-05\n2018-03-12 21:00:00,0.0010237590363122856\n2018-03-12 22:00:00,0.0008418408585350002\n2018-03-12 23:00:00,0.0018406076715694055\n2018-03-13 00:00:00,-0.000659524725884865\n2018-03-13 01:00:00,0.00031837221064649746\n2018-03-13 02:00:00,0.00039358172771724486\n2018-03-13 03:00:00,-8.367219368635922e-05\n2018-03-13 04:00:00,0.0007313513413377448\n2018-03-13 05:00:00,0.00022627494673533045\n2018-03-13 06:00:00,0.0009829807315620918\n2018-03-13 07:00:00,-0.00015068557148868915\n2018-03-13 08:00:00,-4.553920216254189e-05\n2018-03-13 09:00:00,-0.0006109566206300403\n2018-03-13 10:00:00,-0.0002408519662884132\n2018-03-13 11:00:00,0.0003376236038038412\n2018-03-13 12:00:00,0.0007367379998921031\n2018-03-13 13:00:00,-8.012102943368543e-05\n2018-03-13 14:00:00,0.0006910007541380345\n2018-03-13 15:00:00,0.00070526758618485\n2018-03-13 16:00:00,0.0016000421216563884\n2018-03-13 17:00:00,0.0006961263909142255\n2018-03-13 18:00:00,0.001126050993367281\n2018-03-13 19:00:00,-0.0005607928448261777\n2018-03-13 20:00:00,0.0019204742310850878\n2018-03-13 21:00:00,-0.0003965749024992469\n2018-03-13 22:00:00,0.00022498725224462637\n2018-03-13 23:00:00,-0.0012385951273750455\n2018-03-14 00:00:00,-0.00040251538308458954\n2018-03-14 01:00:00,-0.0008535125057291176\n2018-03-14 02:00:00,2.3890423971709828e-06\n2018-03-14 03:00:00,-0.00019167794030766923\n2018-03-14 04:00:00,5.374978880265608e-05\n2018-03-14 05:00:00,-0.00046748604590432865\n2018-03-14 06:00:00,-0.0014011991989339562\n2018-03-14 07:00:00,0.0005968608947485796\n2018-03-14 08:00:00,-0.0012522169423073042\n2018-03-14 09:00:00,0.0005026980614436491\n2018-03-14 10:00:00,0.0009288907021887997\n2018-03-14 11:00:00,0.00037258060713580866\n2018-03-14 12:00:00,0.000573304444589015\n2018-03-14 13:00:00,-0.001068930357486077\n2018-03-14 14:00:00,0.00018433040164748\n2018-03-14 15:00:00,-0.0007513909054885717\n2018-03-14 16:00:00,0.0022260826406603203\n2018-03-14 17:00:00,-0.00025490029339634364\n2018-03-14 18:00:00,0.00044557088416887625\n2018-03-14 19:00:00,0.0006619502746888744\n2018-03-14 20:00:00,-0.0008105540275007544\n2018-03-14 21:00:00,-0.0009237053625218559\n2018-03-14 22:00:00,-0.000793357128013819\n2018-03-14 23:00:00,-0.002025810295206969\n2018-03-15 00:00:00,-0.0028523007646594416\n2018-03-15 01:00:00,0.00032565894438732154\n2018-03-15 02:00:00,0.001335306695483411\n2018-03-15 03:00:00,-0.0015635574640103591\n2018-03-15 04:00:00,0.003274500960083228\n2018-03-15 05:00:00,0.0021544985706517385\n2018-03-15 06:00:00,0.0010017908913325557\n2018-03-15 07:00:00,-0.00034390227215574704\n2018-03-15 08:00:00,-0.000406574325934678\n2018-03-15 09:00:00,0.0002692476142980337\n2018-03-15 10:00:00,-0.0003498766842607769\n2018-03-15 11:00:00,0.00028208222293306547\n2018-03-15 12:00:00,0.0002878976635140527\n2018-03-15 13:00:00,-0.0003427412839610976\n2018-03-15 14:00:00,0.002332299691942474\n2018-03-15 15:00:00,0.0004580606595422335\n2018-03-15 16:00:00,0.0007740995655689446\n2018-03-15 17:00:00,-0.00031324542845522277\n2018-03-15 18:00:00,-0.00017980669056899431\n2018-03-15 19:00:00,-0.0007632258899299717\n2018-03-15 20:00:00,-0.00024341858477323284\n2018-03-15 21:00:00,0.0014572045958300953\n2018-03-15 22:00:00,-0.0007985410724261564\n2018-03-15 23:00:00,0.001044119045388244\n2018-03-16 00:00:00,0.0003378476786037567\n2018-03-16 01:00:00,0.0015071783220203222\n2018-03-16 02:00:00,0.00043309700260261145\n2018-03-16 03:00:00,-0.0020946334877718904\n2018-03-16 04:00:00,-0.0011701488172965683\n2018-03-16 05:00:00,0.00015848018294910204\n2018-03-16 06:00:00,-0.0008396842198528682\n2018-03-16 07:00:00,0.0011350290626660827\n2018-03-16 08:00:00,-0.0009321231631060469\n2018-03-16 09:00:00,0.0012570809581702164\n2018-03-16 10:00:00,-0.00014664751670533287\n2018-03-16 11:00:00,9.568155335497089e-05\n2018-03-16 12:00:00,3.371288456654056e-05\n2018-03-16 13:00:00,-0.0008667049180587375\n2018-03-16 14:00:00,-0.000636268436359655\n2018-03-16 15:00:00,-0.0022537085816061874\n2018-03-16 16:00:00,2.9053410064791938e-05\n2018-03-16 17:00:00,0.0032150398213684336\n2018-03-16 18:00:00,0.0012563207668352834\n2018-03-16 19:00:00,0.0006400177274930866\n2018-03-16 20:00:00,8.751971372468797e-06\n2018-03-16 21:00:00,0.0015810990542891028\n2018-03-16 22:00:00,0.005492940078794162\n2018-03-16 23:00:00,-0.0007101004781691715\n2018-03-17 00:00:00,0.0013772200183643898\n2018-03-17 01:00:00,-0.0001145398825854009\n2018-03-17 02:00:00,-0.0009190259325782509\n2018-03-17 03:00:00,3.5237515923202396e-05\n2018-03-17 04:00:00,-0.00017804210053823057\n2018-03-17 05:00:00,-0.0005452950494633956\n2018-03-17 06:00:00,-0.0017616313833937654\n2018-03-17 07:00:00,-0.0004914816184905075\n2018-03-17 08:00:00,0.00039156324572351287\n2018-03-17 09:00:00,-0.00024133192494301504\n2018-03-17 10:00:00,-5.8572539538998156e-05\n2018-03-17 11:00:00,-0.00018304644766609963\n2018-03-17 12:00:00,-0.0004459393889554001\n2018-03-17 13:00:00,-2.337480810318024e-05\n2018-03-17 14:00:00,-0.0008436166703254111\n2018-03-17 15:00:00,-0.0003421567882584144\n2018-03-17 16:00:00,-0.0002584446216328464\n2018-03-17 17:00:00,0.0006616723022176263\n2018-03-17 18:00:00,-0.0008567249223984793\n2018-03-17 19:00:00,0.00031991894309993184\n2018-03-17 20:00:00,-0.0002497274004947006\n2018-03-17 21:00:00,-0.00048336119003694855\n2018-03-17 22:00:00,0.00017640742764414466\n2018-03-17 23:00:00,-0.0004814471512722896\n2018-03-18 00:00:00,0.00020871991465635164\n2018-03-18 01:00:00,0.0003983612934984152\n2018-03-18 02:00:00,0.0003520999627342999\n2018-03-18 03:00:00,-0.0001246125564208579\n2018-03-18 04:00:00,0.00018971854355743063\n2018-03-18 05:00:00,-0.00028087109540750837\n2018-03-18 06:00:00,6.432862734886188e-05\n2018-03-18 07:00:00,-2.8332225890074457e-05\n2018-03-18 08:00:00,0.000360121449678646\n2018-03-18 09:00:00,-0.000503516401432869\n2018-03-18 10:00:00,0.0005502297539152982\n2018-03-18 11:00:00,-0.0009000691503614154\n2018-03-18 12:00:00,0.00028945797051003\n2018-03-18 13:00:00,0.00021806655209921844\n2018-03-18 14:00:00,-0.00045148408810547196\n2018-03-18 15:00:00,-8.088537736182599e-05\n2018-03-18 16:00:00,0.00032077784492900524\n2018-03-18 17:00:00,0.00014294771608054486\n2018-03-18 18:00:00,-6.025047061781963e-05\n2018-03-18 19:00:00,-0.0003270513997300143\n2018-03-18 20:00:00,0.00137188494575259\n2018-03-18 21:00:00,0.00032613614377802674\n2018-03-18 22:00:00,0.00022109059877086756\n2018-03-18 23:00:00,-0.00045489053396138417\n2018-03-19 00:00:00,6.325632100455163e-05\n2018-03-19 01:00:00,0.0002726839019507015\n2018-03-19 02:00:00,-0.0002252074196973741\n2018-03-19 03:00:00,-0.0001853420602837538\n2018-03-19 04:00:00,0.00018090314023524887\n2018-03-19 05:00:00,-6.381325738920451e-05\n2018-03-19 06:00:00,-0.00014567581303271085\n2018-03-19 07:00:00,-6.825686791607437e-05\n2018-03-19 08:00:00,0.00023735287254982558\n2018-03-19 09:00:00,-9.636575732867464e-05\n2018-03-19 10:00:00,-0.0008824541570282256\n2018-03-19 11:00:00,-4.4375052652793835e-05\n2018-03-19 12:00:00,-4.50317218188852e-05\n2018-03-19 13:00:00,0.000705385591407471\n2018-03-19 14:00:00,-3.3932453293693515e-05\n2018-03-19 15:00:00,-9.343509690033888e-05\n2018-03-19 16:00:00,0.00020016384382964218\n2018-03-19 17:00:00,-0.0005079121638126991\n2018-03-19 18:00:00,-0.0003924925991239172\n2018-03-19 19:00:00,-9.67777881901757e-05\n2018-03-19 20:00:00,0.0003183251007259403\n2018-03-19 21:00:00,0.0007281234593144005\n2018-03-19 22:00:00,-0.000660151358046404\n2018-03-19 23:00:00,0.0001935601315122137\n2018-03-20 00:00:00,-0.00020369311514478652\n2018-03-20 01:00:00,-0.00031012917472206036\n2018-03-20 02:00:00,-0.00033317403717476646\n2018-03-20 03:00:00,-0.0004309532762062993\n2018-03-20 04:00:00,0.00023200596114412563\n2018-03-20 05:00:00,5.118034002021899e-06\n2018-03-20 06:00:00,-0.001161103118933963\n2018-03-20 07:00:00,0.0004281671718391846\n2018-03-20 08:00:00,-5.1782309616884146e-05\n2018-03-20 09:00:00,0.0003210503901107819\n2018-03-20 10:00:00,0.00020468278935077442\n2018-03-20 11:00:00,0.00021213748765385528\n2018-03-20 12:00:00,-4.6614466784971784e-05\n2018-03-20 13:00:00,-0.0003804287860395589\n2018-03-20 14:00:00,-0.00041706248306898607\n2018-03-20 15:00:00,0.00016772356196533288\n2018-03-20 16:00:00,-0.00015677321871313907\n2018-03-20 17:00:00,0.00018287249464961672\n2018-03-20 18:00:00,-0.0004322854419655956\n2018-03-20 19:00:00,-0.0007542127507241813\n2018-03-20 20:00:00,-0.0003811185389569075\n2018-03-20 21:00:00,-0.00017860114037559555\n2018-03-20 22:00:00,0.00018849961415291503\n2018-03-20 23:00:00,0.0005648074554296893\n2018-03-21 00:00:00,-0.0003083580487027645\n2018-03-21 01:00:00,-0.0003383851686931395\n2018-03-21 02:00:00,-0.000141964245199397\n2018-03-21 03:00:00,0.0009526129810089947\n2018-03-21 04:00:00,-0.00040854894038608037\n2018-03-21 05:00:00,0.0004171742300711166\n2018-03-21 06:00:00,-0.0004612616243872712\n2018-03-21 07:00:00,-0.000229884826256426\n2018-03-21 08:00:00,0.0002721485806091349\n2018-03-21 09:00:00,0.0001874058204341289\n2018-03-21 10:00:00,-0.00028365526493623377\n2018-03-21 11:00:00,0.0007297590010839839\n2018-03-21 12:00:00,-0.0010365243504696484\n2018-03-21 13:00:00,8.442498386439874e-05\n2018-03-21 14:00:00,0.0010908725617060932\n2018-03-21 15:00:00,-2.9716938302244307e-05\n2018-03-21 16:00:00,0.00022338120476104274\n2018-03-21 17:00:00,-9.295472267643785e-05\n2018-03-21 18:00:00,-6.75299534416578e-05\n2018-03-21 19:00:00,-8.709745875513624e-05\n2018-03-21 20:00:00,0.0001652725924195934\n2018-03-21 21:00:00,-5.283195356496055e-05\n2018-03-21 22:00:00,-0.00043227015417409776\n2018-03-21 23:00:00,-0.00012026370591899033\n2018-03-22 00:00:00,-0.0001977769071802428\n2018-03-22 01:00:00,-0.0007391909939618586\n2018-03-22 02:00:00,0.0003287138814583714\n2018-03-22 03:00:00,9.954114678918793e-05\n2018-03-22 04:00:00,0.00020295921932030837\n2018-03-22 05:00:00,0.00011963483990879388\n2018-03-22 06:00:00,-9.861029007602768e-05\n2018-03-22 07:00:00,8.350166842503367e-05\n2018-03-22 08:00:00,-6.317615095451776e-05\n2018-03-22 09:00:00,-3.7429482833139786e-05\n2018-03-22 10:00:00,0.0001706404969393278\n2018-03-22 11:00:00,-0.0001639026213364518\n2018-03-22 12:00:00,0.00010443547152185743\n2018-03-22 13:00:00,0.00011734700686165319\n2018-03-22 14:00:00,6.571901896280393e-05\n2018-03-22 15:00:00,-0.00019118134413954367\n2018-03-22 16:00:00,0.00023756715803177462\n2018-03-22 17:00:00,9.374883472766938e-05\n2018-03-22 18:00:00,0.00037861974782846865\n2018-03-22 19:00:00,-0.0001602689563996067\n2018-03-22 20:00:00,-0.0005766031134022168\n2018-03-22 21:00:00,-0.00069565501868228\n2018-03-22 22:00:00,-0.0008151419102217446\n2018-03-22 23:00:00,-0.0001237677611815126\n2018-03-23 00:00:00,-0.00031324955413150846\n2018-03-23 01:00:00,0.00018075057012301325\n2018-03-23 02:00:00,0.00016444994627078132\n2018-03-23 03:00:00,-0.00018090809850795128\n2018-03-23 04:00:00,-0.0002772462252511621\n2018-03-23 05:00:00,-0.00020538917840920152\n2018-03-23 06:00:00,-0.0003707069309479649\n2018-03-23 07:00:00,0.0003454026319529675\n2018-03-23 08:00:00,7.18230000572359e-05\n2018-03-23 09:00:00,-0.0004000409881968024\n2018-03-23 10:00:00,-5.80320957241806e-05\n2018-03-23 11:00:00,-0.00014854023238324116\n2018-03-23 12:00:00,0.0001396029445636853\n2018-03-23 13:00:00,-0.00016897019287677375\n2018-03-23 14:00:00,-3.2977107446476764e-05\n2018-03-23 15:00:00,-0.0002241367413449952\n2018-03-23 16:00:00,-0.00034377899257175644\n2018-03-23 17:00:00,9.932837230674618e-05\n2018-03-23 18:00:00,5.509539727341588e-05\n2018-03-23 19:00:00,0.0006375736380537154\n2018-03-23 20:00:00,-7.386232240473982e-05\n2018-03-23 21:00:00,-0.0002494618855372209\n2018-03-23 22:00:00,-0.0003670691934814275\n2018-03-23 23:00:00,0.00013229915718625127\n2018-03-24 00:00:00,0.0011340761878128381\n2018-03-24 01:00:00,-0.00024677989854288385\n2018-03-24 02:00:00,-0.00026773433751232787\n2018-03-24 03:00:00,-0.000677643911594302\n2018-03-24 04:00:00,7.216942244758407e-05\n2018-03-24 05:00:00,4.7929230043317926e-05\n2018-03-24 06:00:00,0.00040530825555369756\n2018-03-24 07:00:00,0.0004143536303155143\n2018-03-24 08:00:00,-0.00031050045176807506\n2018-03-24 09:00:00,-0.0004570581683930614\n2018-03-24 10:00:00,-9.9643325526737e-05\n2018-03-24 11:00:00,-0.0007487334273419172\n2018-03-24 12:00:00,3.955432327928395e-05\n2018-03-24 13:00:00,0.00022866616162130337\n2018-03-24 14:00:00,-8.21261523757696e-05\n2018-03-24 15:00:00,-5.6954593297125476e-05\n2018-03-24 16:00:00,5.157087573426637e-05\n2018-03-24 17:00:00,-0.00094528602096086\n2018-03-24 18:00:00,7.33670484679886e-05\n2018-03-24 19:00:00,-0.0002135294770371882\n2018-03-24 20:00:00,0.00013163270366149665\n2018-03-24 21:00:00,-0.0009731106185259828\n2018-03-24 22:00:00,-0.0001620080786542662\n2018-03-24 23:00:00,0.0012181194464493204\n2018-03-25 00:00:00,-0.0003728037363576201\n2018-03-25 01:00:00,3.292778716298531e-05\n2018-03-25 02:00:00,0.0001329602377270034\n2018-03-25 03:00:00,0.00031111747766361306\n2018-03-25 04:00:00,-6.799948181106768e-05\n2018-03-25 05:00:00,-0.00018046836983592508\n2018-03-25 06:00:00,-0.00014878056721359518\n2018-03-25 07:00:00,-0.00021320159068541377\n2018-03-25 08:00:00,0.0010607849599009928\n2018-03-25 09:00:00,0.0007571938146371468\n2018-03-25 10:00:00,0.0008861154294470864\n2018-03-25 11:00:00,-0.0004419974295850134\n2018-03-25 12:00:00,-1.7924480746111911e-06\n2018-03-25 13:00:00,0.0003765107307618726\n2018-03-25 14:00:00,-0.00036545307852872363\n2018-03-25 15:00:00,-0.0005099395117992183\n2018-03-25 16:00:00,-0.0007275802008441306\n2018-03-25 17:00:00,-0.0006910674834664965\n2018-03-25 18:00:00,0.0006758407475101472\n2018-03-25 19:00:00,-0.00032710651559126746\n2018-03-25 20:00:00,0.00015442729977367372\n2018-03-25 21:00:00,-0.00032945747107406226\n2018-03-25 22:00:00,0.0010967652008431516\n2018-03-25 23:00:00,0.00125117844767531\n2018-03-26 00:00:00,-0.0017874287165471348\n2018-03-26 01:00:00,-0.0007251800644594224\n2018-03-26 02:00:00,0.00025729849760621403\n2018-03-26 03:00:00,0.00010327273517218732\n2018-03-26 04:00:00,-0.00017787094818057914\n2018-03-26 05:00:00,0.00010530764772456676\n2018-03-26 06:00:00,-0.0005965175160607778\n2018-03-26 07:00:00,0.0003986076647562323\n2018-03-26 08:00:00,-0.014090140655861744\n2018-03-26 09:00:00,0.0008615967306371701\n2018-03-26 10:00:00,0.000992530486341636\n2018-03-26 11:00:00,0.0004386488060403497\n2018-03-26 12:00:00,-0.00018328421520819266\n2018-03-26 13:00:00,0.0006293356861976935\n2018-03-26 14:00:00,0.0008561319915909156\n2018-03-26 15:00:00,0.00024984434979276977\n2018-03-26 16:00:00,0.0011606190401103496\n2018-03-26 17:00:00,0.0007572313528355323\n2018-03-26 18:00:00,-0.0004618983263496732\n2018-03-26 19:00:00,0.00012547674377452915\n2018-03-26 20:00:00,0.0009650706229653754\n2018-03-26 21:00:00,-0.0012905857379144775\n2018-03-26 22:00:00,0.0014779297696019145\n2018-03-26 23:00:00,-0.0015431789643447849\n2018-03-27 00:00:00,0.0007845426903960737\n2018-03-27 01:00:00,-3.3651349165914864e-05\n2018-03-27 02:00:00,-8.88157654480388e-05\n2018-03-27 03:00:00,-0.001341040326670212\n2018-03-27 04:00:00,0.0001792116515394405\n2018-03-27 05:00:00,-0.0006508342294302707\n2018-03-27 06:00:00,-5.0561496654342075e-06\n2018-03-27 07:00:00,0.00032571178633207835\n2018-03-27 08:00:00,-0.004268051448934584\n2018-03-27 09:00:00,0.00040718464632413185\n2018-03-27 10:00:00,0.0001805861002434559\n2018-03-27 11:00:00,-5.896157715179218e-05\n2018-03-27 12:00:00,-0.00036825396150555966\n2018-03-27 13:00:00,0.0001868405178316195\n2018-03-27 14:00:00,0.00015690900484000142\n2018-03-27 15:00:00,0.00045205741641695887\n2018-03-27 16:00:00,-6.886746383756419e-05\n2018-03-27 17:00:00,0.0004250009086429229\n2018-03-27 18:00:00,0.0003221866885913272\n2018-03-27 19:00:00,2.7768130208973367e-05\n2018-03-27 20:00:00,2.8435786335426204e-06\n2018-03-27 21:00:00,6.859929669880672e-05\n2018-03-27 22:00:00,-0.00052061534830077\n2018-03-27 23:00:00,0.00012541756943166565\n2018-03-28 00:00:00,-4.091225796928638e-05\n2018-03-28 01:00:00,0.0002642835487265657\n2018-03-28 02:00:00,0.0006017652612464433\n2018-03-28 03:00:00,-0.0028425748713562012\n2018-03-28 04:00:00,-0.0011522469451779557\n2018-03-28 05:00:00,-0.001601757342700816\n2018-03-28 06:00:00,0.00041740142589598853\n2018-03-28 07:00:00,-0.000861771911838738\n2018-03-28 08:00:00,0.011703854106217871\n2018-03-28 09:00:00,-0.0005356405985712934\n2018-03-28 10:00:00,-8.06584505773789e-05\n2018-03-28 11:00:00,-0.00027616909100751743\n2018-03-28 12:00:00,-0.00020934217041000577\n2018-03-28 13:00:00,-0.00044631657065979935\n2018-03-28 14:00:00,0.0007709798733059884\n2018-03-28 15:00:00,-0.00033661810032305906\n2018-03-28 16:00:00,2.9831632357446875e-05\n2018-03-28 17:00:00,-0.00016715675120189895\n2018-03-28 18:00:00,-0.00033047583767887055\n2018-03-28 19:00:00,6.190208570842779e-05\n2018-03-28 20:00:00,-0.0007070453691386011\n2018-03-28 21:00:00,0.0005029292680041943\n2018-03-28 22:00:00,9.361052716301411e-05\n2018-03-28 23:00:00,-0.0005763434660019049\n2018-03-29 00:00:00,0.00015041488801268926\n2018-03-29 01:00:00,-6.952598328366561e-05\n2018-03-29 02:00:00,-0.0026665733616904027\n2018-03-29 03:00:00,-0.00026200674013580704\n2018-03-29 04:00:00,-0.00019763874217238752\n2018-03-29 05:00:00,0.0005403491254455686\n2018-03-29 06:00:00,-7.095660848196046e-05\n2018-03-29 07:00:00,0.0005059886568992547\n2018-03-29 08:00:00,0.0003372585798272664\n2018-03-29 09:00:00,-5.906219654544224e-05\n2018-03-29 10:00:00,8.1514976494765e-05\n2018-03-29 11:00:00,0.00020551638253710563\n2018-03-29 12:00:00,-5.756147841454505e-05\n2018-03-29 13:00:00,-0.00027321143150342927\n2018-03-29 14:00:00,-3.400755538159703e-05\n2018-03-29 15:00:00,0.0001558728375583613\n2018-03-29 16:00:00,-0.0003112940968277231\n2018-03-29 17:00:00,-0.0003958608091861937\n2018-03-29 18:00:00,-0.0001324753269109369\n2018-03-29 19:00:00,0.00026113417592926334\n2018-03-29 20:00:00,-0.00012807808170709986\n2018-03-29 21:00:00,-7.176475219279777e-05\n2018-03-29 22:00:00,0.00046276787182869506\n2018-03-29 23:00:00,0.0004227932351389219\n2018-03-30 00:00:00,-0.0007807112593858714\n2018-03-30 01:00:00,-0.00039193892043149766\n2018-03-30 02:00:00,-0.0016360925730984715\n2018-03-30 03:00:00,0.00035494414770243735\n2018-03-30 04:00:00,-0.0008312139306540921\n2018-03-30 05:00:00,-0.001060288149921285\n2018-03-30 06:00:00,0.00017991806150978\n2018-03-30 07:00:00,5.534823046118532e-05\n2018-03-30 08:00:00,0.00019830215184035106\n2018-03-30 09:00:00,-0.0001681253718260613\n2018-03-30 10:00:00,0.0011318770488492815\n2018-03-30 11:00:00,-0.0008019360481903917\n2018-03-30 12:00:00,-0.0003145220572620848\n2018-03-30 13:00:00,-0.00011918347180708061\n2018-03-30 14:00:00,-0.005397392253421356\n2018-03-30 15:00:00,0.0030807360733278153\n2018-03-30 16:00:00,-0.0016203326780595134\n2018-03-30 17:00:00,0.0007151845602134107\n2018-03-30 18:00:00,-0.000694554902503578\n2018-03-30 19:00:00,-0.000193920471947011\n2018-03-30 20:00:00,-0.0006795079511907806\n2018-03-30 21:00:00,0.0009475255729703834\n2018-03-30 22:00:00,0.0005916696527848765\n2018-03-30 23:00:00,0.0011025817023670944\n2018-03-31 00:00:00,0.0009266901741750421\n2018-03-31 01:00:00,-0.0006550650947956917\n2018-03-31 02:00:00,0.001563209156883064\n2018-03-31 03:00:00,-0.00023731086792397473\n2018-03-31 04:00:00,1.8533097225409046e-05\n2018-03-31 05:00:00,-0.006724989719558352\n2018-03-31 06:00:00,-0.0029413927986072486\n2018-03-31 07:00:00,0.00101716788170161\n2018-03-31 08:00:00,0.0008472389511091376\n2018-03-31 09:00:00,-0.00027927508538714484\n2018-03-31 10:00:00,0.0017706439182389897\n2018-03-31 11:00:00,0.0008995880849919583\n2018-03-31 12:00:00,0.0003429198816670584\n2018-03-31 13:00:00,-0.002996124646160488\n2018-03-31 14:00:00,-0.000362216793822285\n2018-03-31 15:00:00,0.0012880666414772448\n2018-03-31 16:00:00,0.0005180655188314325\n2018-03-31 17:00:00,-7.960243372494194e-05\n2018-03-31 18:00:00,0.0007918411423165718\n2018-03-31 19:00:00,0.0003216178978733817\n2018-03-31 20:00:00,-0.00020452582552823128\n2018-03-31 21:00:00,-0.00023071540435234885\n2018-03-31 22:00:00,0.0012527914796867325\n2018-03-31 23:00:00,0.03337093118326959\n2018-04-01 00:00:00,0.0006625815066685892\n2018-04-01 01:00:00,-0.0008649797789283087\n2018-04-01 02:00:00,-0.0018621852167462459\n2018-04-01 03:00:00,0.00014496520267911347\n2018-04-01 04:00:00,-0.001106716787681031\n2018-04-01 05:00:00,-0.00020329886557623447\n2018-04-01 06:00:00,-0.0010052796412299023\n2018-04-01 07:00:00,-9.81296799047976e-05\n2018-04-01 08:00:00,0.0011832514963031724\n2018-04-01 09:00:00,0.000749907497164613\n2018-04-01 10:00:00,0.0005111209931160056\n2018-04-01 11:00:00,0.00010388132829175614\n2018-04-01 12:00:00,-0.0002145445119490207\n2018-04-01 13:00:00,-0.0016589201966598385\n2018-04-01 14:00:00,-0.0006489082469630659\n2018-04-01 15:00:00,-5.692712758632786e-05\n2018-04-01 16:00:00,-0.002355414651940862\n2018-04-01 17:00:00,0.0010826626022384664\n2018-04-01 18:00:00,0.0009423576315086505\n2018-04-01 19:00:00,0.0007754978895539783\n2018-04-01 20:00:00,-0.00319580087588135\n2018-04-01 21:00:00,-0.00013039921084193761\n2018-04-01 22:00:00,0.010680042724542\n2018-04-01 23:00:00,-0.00117304266176684\n2018-04-02 00:00:00,-9.293986170024542e-05\n2018-04-02 01:00:00,-0.000843948459111637\n2018-04-02 02:00:00,0.000133732583312707\n2018-04-02 03:00:00,-0.0005447827661880687\n2018-04-02 04:00:00,-0.0009736554211561705\n2018-04-02 05:00:00,-0.0014621462380467443\n2018-04-02 06:00:00,-0.0005062216566045031\n2018-04-02 07:00:00,-0.0017152946710245437\n2018-04-02 08:00:00,-0.0002636101991862276\n2018-04-02 09:00:00,0.00013050152978500817\n2018-04-02 10:00:00,0.0009566386201618158\n2018-04-02 11:00:00,-0.00019454035234102419\n2018-04-02 12:00:00,0.001337641721328628\n2018-04-02 13:00:00,0.0013632231350797245\n2018-04-02 14:00:00,0.0005047793302220185\n2018-04-02 15:00:00,-5.251630571758434e-05\n2018-04-02 16:00:00,-0.000977237422819892\n2018-04-02 17:00:00,-0.0006977117325410334\n2018-04-02 18:00:00,-0.00041998517583938125\n2018-04-02 19:00:00,0.0008460167551497871\n2018-04-02 20:00:00,0.0003845364703658035\n2018-04-02 21:00:00,-0.0007810495467294907\n2018-04-02 22:00:00,-0.0020248938829902623\n2018-04-02 23:00:00,0.0008368593946542295\n2018-04-03 00:00:00,-0.0013918747650199436\n2018-04-03 01:00:00,-0.0008046159393385314\n2018-04-03 02:00:00,0.001090955529341198\n2018-04-03 03:00:00,0.0002836948621004813\n2018-04-03 04:00:00,-0.00030107906059931544\n2018-04-03 05:00:00,0.0011087448294940568\n2018-04-03 06:00:00,-0.0004838275758530767\n2018-04-03 07:00:00,0.0018015946209163892\n2018-04-03 08:00:00,-0.0009509436844209719\n2018-04-03 09:00:00,-0.0004478528649270712\n2018-04-03 10:00:00,-0.0011223329783736878\n2018-04-03 11:00:00,-0.005361483040725232\n2018-04-03 12:00:00,-0.0014886001694404943\n2018-04-03 13:00:00,-0.0012809561671676287\n2018-04-03 14:00:00,0.0016401674010572975\n2018-04-03 15:00:00,-0.0007884557305712671\n2018-04-03 16:00:00,-0.0010918064612675295\n2018-04-03 17:00:00,-0.004806094526151097\n2018-04-03 18:00:00,0.0006362379443205968\n2018-04-03 19:00:00,-0.00021099288990899652\n2018-04-03 20:00:00,0.0010904693999988725\n2018-04-03 21:00:00,-0.00017914515083728845\n2018-04-03 22:00:00,-0.0017077750772766672\n2018-04-03 23:00:00,-3.6436034157919374e-05\n2018-04-04 00:00:00,0.001665813998505585\n2018-04-04 01:00:00,-0.0005842956780693601\n2018-04-04 02:00:00,0.00029585709850997303\n2018-04-04 03:00:00,0.00045398376804388514\n2018-04-04 04:00:00,-0.0003966776634271075\n2018-04-04 05:00:00,0.0003036864531649362\n2018-04-04 06:00:00,0.0006885081620114634\n2018-04-04 07:00:00,0.00035620344782386987\n2018-04-04 08:00:00,0.00012627268529817487\n2018-04-04 09:00:00,-0.0008031026340452034\n2018-04-04 10:00:00,0.00045508019052878336\n2018-04-04 11:00:00,0.001105897470766552\n2018-04-04 12:00:00,-0.0006389300085664698\n2018-04-04 13:00:00,0.00019232943370487847\n2018-04-04 14:00:00,-0.0005659332473830249\n2018-04-04 15:00:00,-0.0012725741809313457\n2018-04-04 16:00:00,0.0005277610271343544\n2018-04-04 17:00:00,-0.0002728512787354773\n2018-04-04 18:00:00,0.0007531069826794372\n2018-04-04 19:00:00,0.0012674809787839344\n2018-04-04 20:00:00,0.0008201686560892483\n2018-04-04 21:00:00,-0.001525648227332544\n2018-04-04 22:00:00,5.157196332140783e-05\n2018-04-04 23:00:00,-0.0009601449961841806\n2018-04-05 00:00:00,-1.5098501515283777e-06\n2018-04-05 01:00:00,-0.001541575096523651\n2018-04-05 02:00:00,-0.0017169874146444656\n2018-04-05 03:00:00,-0.00033254180909648827\n2018-04-05 04:00:00,0.00034686962151645606\n2018-04-05 05:00:00,-0.0016701696358099568\n2018-04-05 06:00:00,-4.4856662541985635e-05\n2018-04-05 07:00:00,0.0013657790665918136\n2018-04-05 08:00:00,-0.0012159417080477718\n2018-04-05 09:00:00,0.0007327598875242189\n2018-04-05 10:00:00,-0.00015324307624966612\n2018-04-05 11:00:00,0.0010127456961902673\n2018-04-05 12:00:00,0.00036803864263256555\n2018-04-05 13:00:00,0.0021493304376380426\n2018-04-05 14:00:00,0.0009406327974697995\n2018-04-05 15:00:00,-0.00032182014312358715\n2018-04-05 16:00:00,0.0018460115907170606\n2018-04-05 17:00:00,-0.00022408763990185068\n2018-04-05 18:00:00,-0.00011867750085749011\n2018-04-05 19:00:00,-0.0006488777614068337\n2018-04-05 20:00:00,-0.0002452493895796769\n2018-04-05 21:00:00,-0.00012018122268425371\n2018-04-05 22:00:00,-3.144848707954308e-05\n2018-04-05 23:00:00,-0.000193900878383239\n2018-04-06 00:00:00,5.592637687000434e-05\n2018-04-06 01:00:00,-0.0006138454698249871\n2018-04-06 02:00:00,-0.00026306313692625225\n2018-04-06 03:00:00,0.00031171491628897204\n2018-04-06 04:00:00,0.0004553686008890443\n2018-04-06 05:00:00,0.0002863442523532823\n2018-04-06 06:00:00,0.0001874396471101251\n2018-04-06 07:00:00,0.00021281468242052173\n2018-04-06 08:00:00,-6.719729071872451e-05\n2018-04-06 09:00:00,6.473670084894498e-05\n2018-04-06 10:00:00,0.00021187648873235429\n2018-04-06 11:00:00,-0.000149421656297947\n2018-04-06 12:00:00,2.7290745160007935e-05\n2018-04-06 13:00:00,0.00047189350847791085\n2018-04-06 14:00:00,0.00018718033772593777\n2018-04-06 15:00:00,2.139409796310511e-05\n2018-04-06 16:00:00,-6.340120251616708e-05\n2018-04-06 17:00:00,8.995172958361605e-05\n2018-04-06 18:00:00,-7.796880794221058e-05\n2018-04-06 19:00:00,-0.0009264197929192483\n2018-04-06 20:00:00,-0.00016625714604160525\n2018-04-06 21:00:00,-0.00014681523501718435\n2018-04-06 22:00:00,0.0008569512408155668\n2018-04-06 23:00:00,9.355627807515684e-05\n2018-04-07 00:00:00,-1.9568401582959337e-05\n2018-04-07 01:00:00,-0.00022184269300534992\n2018-04-07 02:00:00,-3.105402451168761e-05\n2018-04-07 03:00:00,0.0003029016295193331\n2018-04-07 04:00:00,-0.00023461686787188142\n2018-04-07 05:00:00,6.818371086426758e-05\n2018-04-07 06:00:00,-3.729084922641128e-05\n2018-04-07 07:00:00,3.446595131243982e-05\n2018-04-07 08:00:00,-0.0005908745549234836\n2018-04-07 09:00:00,-0.00024056742481293086\n2018-04-07 10:00:00,-0.0002773317427584104\n2018-04-07 11:00:00,-3.1097059262682446e-05\n2018-04-07 12:00:00,0.0002497595291020555\n2018-04-07 13:00:00,0.00034703347886233375\n2018-04-07 14:00:00,0.00022855841523650744\n2018-04-07 15:00:00,0.00019985385161819992\n2018-04-07 16:00:00,0.00022670721912978553\n2018-04-07 17:00:00,-0.00042476534250656615\n2018-04-07 18:00:00,-0.00033179989358180504\n2018-04-07 19:00:00,0.00020579996125563474\n2018-04-07 20:00:00,0.0001711268849888285\n2018-04-07 21:00:00,0.00010906388147535681\n2018-04-07 22:00:00,0.0002860272437826585\n2018-04-07 23:00:00,-2.721457706930212e-05\n2018-04-08 00:00:00,0.00021758885943321254\n2018-04-08 01:00:00,-0.0003913414110983667\n2018-04-08 02:00:00,0.0003903553646465355\n2018-04-08 03:00:00,0.00018833875276501398\n2018-04-08 04:00:00,0.00023954813733897737\n2018-04-08 05:00:00,-0.0001944676172339019\n2018-04-08 06:00:00,-9.820955836761066e-05\n2018-04-08 07:00:00,0.00029748013701392335\n2018-04-08 08:00:00,-0.00020086335351329637\n2018-04-08 09:00:00,-0.00020119995746126188\n2018-04-08 10:00:00,-1.682947416480319e-05\n2018-04-08 11:00:00,1.896302067718944e-05\n2018-04-08 12:00:00,0.00012513930000474313\n2018-04-08 13:00:00,-0.0004236078281923186\n2018-04-08 14:00:00,3.855377009197986e-05\n2018-04-08 15:00:00,-0.00010107085509839292\n2018-04-08 16:00:00,-0.0012145421874712823\n2018-04-08 17:00:00,0.00027771862919035464\n2018-04-08 18:00:00,6.80199764799584e-06\n2018-04-08 19:00:00,-3.082534025772701e-05\n2018-04-08 20:00:00,-0.0005017721141130844\n2018-04-08 21:00:00,0.00028409764131096644\n2018-04-08 22:00:00,-2.4685227998658878e-05\n2018-04-08 23:00:00,0.00013658409694309806\n2018-04-09 00:00:00,-0.0003648725218871677\n2018-04-09 01:00:00,0.0003018123559661016\n2018-04-09 02:00:00,-0.00010548244927425811\n2018-04-09 03:00:00,-7.585412486826767e-05\n2018-04-09 04:00:00,-0.0002815701877632767\n2018-04-09 05:00:00,0.0006398901412491777\n2018-04-09 06:00:00,0.00028522341879839064\n2018-04-09 07:00:00,1.4529710946633639e-05\n2018-04-09 08:00:00,0.0007738139113103734\n2018-04-09 09:00:00,0.00034491903592735377\n2018-04-09 10:00:00,0.0003342629334798888\n2018-04-09 11:00:00,0.00035049492146249373\n2018-04-09 12:00:00,0.0001701536404349621\n2018-04-09 13:00:00,4.284085734870253e-06\n2018-04-09 14:00:00,0.00019645416337410698\n2018-04-09 15:00:00,-0.00014854835486772814\n2018-04-09 16:00:00,-0.00028412770387800066\n2018-04-09 17:00:00,-7.820503134753202e-05\n2018-04-09 18:00:00,0.0004895169992961017\n2018-04-09 19:00:00,8.479425699595021e-05\n2018-04-09 20:00:00,3.903091302324071e-05\n2018-04-09 21:00:00,0.00013014310499181894\n2018-04-09 22:00:00,0.00016660363123909323\n2018-04-09 23:00:00,-0.0001343487089064063\n2018-04-10 00:00:00,9.027079725599717e-05\n2018-04-10 01:00:00,-7.228342315584242e-05\n2018-04-10 02:00:00,-0.00019304625668447274\n2018-04-10 03:00:00,8.605683485269414e-07\n2018-04-10 04:00:00,0.00022522963145865752\n2018-04-10 05:00:00,0.00011350211658073378\n2018-04-10 06:00:00,0.0002422151011094073\n2018-04-10 07:00:00,9.959317155751473e-05\n2018-04-10 08:00:00,8.184276568210761e-05\n2018-04-10 09:00:00,-0.0003959593814808065\n2018-04-10 10:00:00,0.0001272891377923917\n2018-04-10 11:00:00,-0.0002797870351109439\n2018-04-10 12:00:00,-0.00012832220227502477\n2018-04-10 13:00:00,-0.0003655104628256811\n2018-04-10 14:00:00,0.00034129787606204876\n2018-04-10 15:00:00,0.00036534644991415043\n2018-04-10 16:00:00,0.0001694840137287077\n2018-04-10 17:00:00,-0.00021246699789761523\n2018-04-10 18:00:00,-0.00021524331913280167\n2018-04-10 19:00:00,-0.00011719613560582364\n2018-04-10 20:00:00,3.183047234398262e-05\n2018-04-10 21:00:00,0.0001499419452949666\n2018-04-10 22:00:00,0.0003785975965096665\n2018-04-10 23:00:00,-0.000181964268955462\n2018-04-11 00:00:00,-5.187522959171476e-06\n2018-04-11 01:00:00,-3.711601329338832e-06\n2018-04-11 02:00:00,-7.5388287639774015e-06\n2018-04-11 03:00:00,-1.0569029475468829e-05\n2018-04-11 04:00:00,-8.551408323001131e-06\n2018-04-11 05:00:00,-6.756944891419803e-06\n2018-04-11 06:00:00,-8.644427025099655e-06\n2018-04-11 07:00:00,-6.2719057690584505e-06\n2018-04-11 08:00:00,-3.4039126215931307e-06\n2018-04-11 09:00:00,-1.2796518789648827e-06\n2018-04-11 10:00:00,-2.2610756491748597e-06\n2018-04-11 11:00:00,-2.231255078957817e-06\n2018-04-11 12:00:00,-3.4702359054620158e-06\n2018-04-11 13:00:00,-2.5085376027368158e-06\n2018-04-11 14:00:00,-0.00013164288747284764\n2018-04-11 15:00:00,0.00018158356574593244\n2018-04-11 16:00:00,-0.00010037468921038777\n2018-04-11 17:00:00,-0.0005249971375562019\n2018-04-11 18:00:00,-3.912587101981976e-05\n2018-04-11 19:00:00,0.00014160339811737893\n2018-04-11 20:00:00,0.00011879753083963816\n2018-04-11 21:00:00,3.686200500122146e-05\n2018-04-11 22:00:00,-0.0001266265897590493\n2018-04-11 23:00:00,0.00011058271846567986\n2018-04-12 00:00:00,-3.29853862826452e-05\n2018-04-12 01:00:00,2.3339697492366003e-05\n2018-04-12 02:00:00,0.0002339932033746558\n2018-04-12 03:00:00,6.435733542149855e-06\n2018-04-12 04:00:00,-0.00015358181121468195\n2018-04-12 05:00:00,-9.389834754416581e-05\n2018-04-12 06:00:00,0.0005193617061890822\n2018-04-12 07:00:00,-0.0003374646726774937\n2018-04-12 08:00:00,0.00013963300969856027\n2018-04-12 09:00:00,2.724810592217034e-05\n2018-04-12 10:00:00,-6.3121812612631155e-06\n2018-04-12 11:00:00,-4.99441751104715e-05\n2018-04-12 12:00:00,-0.0001945697179338151\n2018-04-12 13:00:00,2.4618803700730188e-05\n2018-04-12 14:00:00,9.265458070683387e-05\n2018-04-12 15:00:00,0.0003171212869441283\n2018-04-12 16:00:00,2.8412428744610664e-05\n2018-04-12 17:00:00,-2.8797149019609124e-05\n2018-04-12 18:00:00,0.00032996459414696023\n2018-04-12 19:00:00,-0.00024367909616618364\n2018-04-12 20:00:00,0.0002837123723603096\n2018-04-12 21:00:00,-3.281789385649325e-05\n2018-04-12 22:00:00,-7.468816974237685e-07\n2018-04-12 23:00:00,0.00032787618458300725\n2018-04-13 00:00:00,0.0007831373231766359\n2018-04-13 01:00:00,-0.0003376956011419559\n2018-04-13 02:00:00,0.00038511148903049865\n2018-04-13 03:00:00,-8.13743366438691e-05\n2018-04-13 04:00:00,-0.00035012046884441884\n2018-04-13 05:00:00,0.0003210844301561737\n2018-04-13 06:00:00,0.00012237662792454992\n2018-04-13 07:00:00,-0.0002408636717955995\n2018-04-13 08:00:00,0.0002665664751854873\n2018-04-13 09:00:00,0.0003322412903477996\n2018-04-13 10:00:00,-4.009520596875479e-05\n2018-04-13 11:00:00,-0.00013386257515551862\n2018-04-13 12:00:00,3.540930729953985e-05\n2018-04-13 13:00:00,-7.96876711953126e-05\n2018-04-13 14:00:00,-0.00017429830018439002\n2018-04-13 15:00:00,1.4933118238583676e-05\n2018-04-13 16:00:00,-9.271849688264884e-05\n2018-04-13 17:00:00,-8.259005692294585e-06\n2018-04-13 18:00:00,4.815582527726923e-06\n2018-04-13 19:00:00,0.00017620525486827457\n2018-04-13 20:00:00,-0.0002409337860550757\n2018-04-13 21:00:00,5.69141455209157e-05\n2018-04-13 22:00:00,-6.378969438156074e-05\n2018-04-13 23:00:00,9.267550434312502e-06\n2018-04-14 00:00:00,0.00010734165734575793\n2018-04-14 01:00:00,0.00013070906919714615\n2018-04-14 02:00:00,-0.00019752989388246853\n2018-04-14 03:00:00,-4.468207854819526e-05\n2018-04-14 04:00:00,0.0002271102692939575\n2018-04-14 05:00:00,-0.00023946581452753782\n2018-04-14 06:00:00,-0.00019712220850079352\n2018-04-14 07:00:00,-6.552268711259695e-05\n2018-04-14 08:00:00,2.2728168614493783e-05\n2018-04-14 09:00:00,0.00034171294349243206\n2018-04-14 10:00:00,5.5237838603781604e-05\n2018-04-14 11:00:00,-0.0004063290437391733\n2018-04-14 12:00:00,0.0001389732998451169\n2018-04-14 13:00:00,9.948343895557258e-05\n2018-04-14 14:00:00,0.0001698842632387798\n2018-04-14 15:00:00,-0.0008730584872586701\n2018-04-14 16:00:00,5.176728598161125e-05\n2018-04-14 17:00:00,-0.0003514472277618623\n2018-04-14 18:00:00,0.00027027822407714523\n2018-04-14 19:00:00,-0.00028131801269951084\n2018-04-14 20:00:00,0.00013357359017553567\n2018-04-14 21:00:00,-0.000535944901350852\n2018-04-14 22:00:00,-0.00011983307416430129\n2018-04-14 23:00:00,-4.480524181825097e-05\n2018-04-15 00:00:00,-0.000530837212659844\n2018-04-15 01:00:00,-0.000307821982066546\n2018-04-15 02:00:00,-7.182662635744086e-05\n2018-04-15 03:00:00,-0.00020887573549085653\n2018-04-15 04:00:00,0.0005188981932781906\n2018-04-15 05:00:00,-0.0001489687535788247\n2018-04-15 06:00:00,-7.079633143211578e-05\n2018-04-15 07:00:00,0.0004207802030728748\n2018-04-15 08:00:00,0.0013067770894408747\n2018-04-15 09:00:00,0.00037626042599946065\n2018-04-15 10:00:00,9.117721663879359e-06\n2018-04-15 11:00:00,-0.0002589345570226668\n2018-04-15 12:00:00,-3.751273864280638e-05\n2018-04-15 13:00:00,-6.797608571021164e-06\n2018-04-15 14:00:00,-2.5612745615543275e-06\n2018-04-15 15:00:00,-1.9010242663879852e-06\n2018-04-15 16:00:00,-1.3276315935513818e-06\n2018-04-15 17:00:00,-5.049481313610716e-06\n2018-04-15 18:00:00,-5.271645763028388e-06\n2018-04-15 19:00:00,-1.2095618659143882e-06\n2018-04-15 20:00:00,-3.539504568767438e-06\n2018-04-15 21:00:00,-2.0693712742788198e-06\n2018-04-15 22:00:00,-1.9916346093331374e-06\n2018-04-15 23:00:00,-1.8358750237217337e-07\n2018-04-16 00:00:00,-6.5361052019615735e-06\n2018-04-16 01:00:00,-2.2036915864731335e-06\n2018-04-16 02:00:00,-3.3100632083013394e-06\n2018-04-16 03:00:00,-2.225594976117873e-06\n2018-04-16 04:00:00,-3.7337799485985146e-06\n2018-04-16 05:00:00,-3.888410943699095e-06\n2018-04-16 06:00:00,-4.2836906579249105e-06\n2018-04-16 07:00:00,-4.089892114558236e-06\n2018-04-16 08:00:00,-6.2413724554229555e-06\n2018-04-16 09:00:00,-1.7335426825582091e-06\n2018-04-16 10:00:00,-6.25978712523767e-07\n2018-04-16 11:00:00,0.0003972421978608664\n2018-04-16 12:00:00,-4.984695573831552e-05\n2018-04-16 13:00:00,-0.004610995491142015\n2018-04-16 14:00:00,0.00039140366853111325\n2018-04-16 15:00:00,-0.00046988174899041283\n2018-04-16 16:00:00,-0.00019004327918310638\n2018-04-16 17:00:00,-0.0003968475703673456\n2018-04-16 18:00:00,0.00010045636823451486\n2018-04-16 19:00:00,0.00015809568504727032\n2018-04-16 20:00:00,0.0001387928208612796\n2018-04-16 21:00:00,-0.0007026299657113806\n2018-04-16 22:00:00,0.0002994194578391295\n2018-04-16 23:00:00,-5.127902956263329e-05\n2018-04-17 00:00:00,-7.804298830109245e-05\n2018-04-17 01:00:00,-0.00045025687133588236\n2018-04-17 02:00:00,-0.00031367451518861064\n2018-04-17 03:00:00,-5.7230111532499144e-05\n2018-04-17 04:00:00,-0.0006171585110021593\n2018-04-17 05:00:00,-0.00021392207165388572\n2018-04-17 06:00:00,0.0005394272855089986\n2018-04-17 07:00:00,0.00017533710022127463\n2018-04-17 08:00:00,0.00013522246846741932\n2018-04-17 09:00:00,2.117951933137752e-05\n2018-04-17 10:00:00,-0.00037832470740201254\n2018-04-17 11:00:00,-5.033645347552543e-05\n2018-04-17 12:00:00,-6.0589600021533505e-06\n2018-04-17 13:00:00,-0.0045719359106946396\n2018-04-17 14:00:00,-0.0003342609759142404\n2018-04-17 15:00:00,-0.00020644950632574003\n2018-04-17 16:00:00,-5.036510230797488e-05\n2018-04-17 17:00:00,2.9519738414064645e-05\n2018-04-17 18:00:00,-0.00023067708143360778\n2018-04-17 19:00:00,-0.0001575357167957168\n2018-04-17 20:00:00,-0.00021821444508334393\n2018-04-17 21:00:00,-7.127290057770931e-05\n2018-04-17 22:00:00,-4.972806014188436e-06\n2018-04-17 23:00:00,-0.0002014879429518584\n2018-04-18 00:00:00,-0.0002473333530220469\n2018-04-18 01:00:00,9.62663743798976e-05\n2018-04-18 02:00:00,-3.277576993534079e-05\n2018-04-18 03:00:00,-0.00024088192824849928\n2018-04-18 04:00:00,-0.0005559242741808002\n2018-04-18 05:00:00,-5.5214016217667214e-05\n2018-04-18 06:00:00,0.0002201639826474856\n2018-04-18 07:00:00,-5.3913888264774476e-05\n2018-04-18 08:00:00,-0.000526713307454476\n2018-04-18 09:00:00,6.887209808514908e-05\n2018-04-18 10:00:00,0.0014109551679392486\n2018-04-18 11:00:00,2.149250805048069e-05\n2018-04-18 12:00:00,0.00014808723746436467\n2018-04-18 13:00:00,0.025084577252072596\n2018-04-18 14:00:00,0.0004523193406443898\n2018-04-18 15:00:00,-0.0005077325079229484\n2018-04-18 16:00:00,8.767587113382009e-05\n2018-04-18 17:00:00,-0.00011429004401097584\n2018-04-18 18:00:00,1.7266184187765236e-05\n2018-04-18 19:00:00,0.0012881397414952766\n2018-04-18 20:00:00,0.0006340991630011177\n2018-04-18 21:00:00,0.0012991969152037184\n2018-04-18 22:00:00,-0.0007349801369240102\n2018-04-18 23:00:00,0.001109212500160781\n2018-04-19 00:00:00,-3.452988777711578e-05\n2018-04-19 01:00:00,-0.0002837774006820969\n2018-04-19 02:00:00,0.0020199184729742794\n2018-04-19 03:00:00,0.00016203689519959165\n2018-04-19 04:00:00,-0.0012197154681985968\n2018-04-19 05:00:00,-0.000485612096995036\n2018-04-19 06:00:00,0.0004730510744442487\n2018-04-19 07:00:00,0.00048072891914438455\n2018-04-19 08:00:00,0.0005774374184537487\n2018-04-19 09:00:00,-0.0006089510248276622\n2018-04-19 10:00:00,-0.00044394459970521565\n2018-04-19 11:00:00,0.001225204590645003\n2018-04-19 12:00:00,-0.0008157739899601396\n2018-04-19 13:00:00,0.0007814538683032488\n2018-04-19 14:00:00,0.0005895622747193305\n2018-04-19 15:00:00,8.828901518839257e-05\n2018-04-19 16:00:00,0.0003812690896085882\n2018-04-19 17:00:00,0.00028627743805080595\n2018-04-19 18:00:00,-0.0002730420929650144\n2018-04-19 19:00:00,8.564389610887599e-06\n2018-04-19 20:00:00,0.00024645462789057537\n2018-04-19 21:00:00,0.00027208505025533167\n2018-04-19 22:00:00,-0.0001851345998388087\n2018-04-19 23:00:00,0.00030016638620844233\n2018-04-20 00:00:00,0.00018004364151080025\n2018-04-20 01:00:00,0.0004101251646138317\n2018-04-20 02:00:00,0.0004037397650556432\n2018-04-20 03:00:00,0.00016064418392291711\n2018-04-20 04:00:00,-0.0001401527511643421\n2018-04-20 05:00:00,8.455834921842745e-05\n2018-04-20 06:00:00,-6.60129216976701e-05\n2018-04-20 07:00:00,0.0003775874283345154\n2018-04-20 08:00:00,0.00034196376132381007\n2018-04-20 09:00:00,-0.00028922605013463864\n2018-04-20 10:00:00,0.00243126385079285\n2018-04-20 11:00:00,-0.0004059166197745909\n2018-04-20 12:00:00,-0.0004290211561773871\n2018-04-20 13:00:00,-0.00015399642293285773\n2018-04-20 14:00:00,-0.0001778311065709248\n2018-04-20 15:00:00,-0.0005021411049100698\n2018-04-20 16:00:00,0.00016247410113329877\n2018-04-20 17:00:00,-0.0004900168119200813\n2018-04-20 18:00:00,0.0002617475028719817\n2018-04-20 19:00:00,0.0004458645274160936\n2018-04-20 20:00:00,0.0009324585221653198\n2018-04-20 21:00:00,-0.0006515074779598028\n2018-04-20 22:00:00,0.00010922352005784715\n2018-04-20 23:00:00,-0.0008334718807339525\n2018-04-21 00:00:00,-0.00012802497687863115\n2018-04-21 01:00:00,-0.00040889112730854813\n2018-04-21 02:00:00,-0.0006097500069735217\n2018-04-21 03:00:00,0.0003931938630048993\n2018-04-21 04:00:00,0.00020173101454544866\n2018-04-21 05:00:00,-5.9523937047219406e-05\n2018-04-21 06:00:00,0.000312458719291465\n2018-04-21 07:00:00,-9.904056401415821e-05\n2018-04-21 08:00:00,-1.8948411930416138e-05\n2018-04-21 09:00:00,-0.00037439049221232846\n2018-04-21 10:00:00,-0.00011382103500520146\n2018-04-21 11:00:00,-0.0005699328247011597\n2018-04-21 12:00:00,-0.0006786836030510423\n2018-04-21 13:00:00,0.00035301683721333956\n2018-04-21 14:00:00,0.001040989450260051\n2018-04-21 15:00:00,-0.0006859131307833728\n2018-04-21 16:00:00,0.0009171587621270104\n2018-04-21 17:00:00,-0.00035561581145322047\n2018-04-21 18:00:00,-0.00047012572430054874\n2018-04-21 19:00:00,0.0008298091370570937\n2018-04-21 20:00:00,-0.0008096220382136218\n2018-04-21 21:00:00,0.0005819174206368669\n2018-04-21 22:00:00,0.00013422691534366104\n2018-04-21 23:00:00,-0.00037384856441415086\n2018-04-22 00:00:00,0.0012461277476519797\n2018-04-22 01:00:00,-5.7204412518899184e-05\n2018-04-22 02:00:00,-0.0002878642061890442\n2018-04-22 03:00:00,-0.000557405323160075\n2018-04-22 04:00:00,-9.98799498990667e-05\n2018-04-22 05:00:00,0.000294790106281206\n2018-04-22 06:00:00,0.0005456550100120939\n2018-04-22 07:00:00,-0.017199725751468695\n2018-04-22 08:00:00,0.0014986474276752126\n2018-04-22 09:00:00,0.0001196046000995739\n2018-04-22 10:00:00,0.0021022692152380014\n2018-04-22 11:00:00,-7.88866690463516e-05\n2018-04-22 12:00:00,-0.000727614002222023\n2018-04-22 13:00:00,0.001304870433198989\n2018-04-22 14:00:00,0.0018137051725692582\n2018-04-22 15:00:00,0.000818286097077433\n2018-04-22 16:00:00,0.0016781419006041693\n2018-04-22 17:00:00,-0.0012155083357801432\n2018-04-22 18:00:00,0.0017273060101648209\n2018-04-22 19:00:00,0.0007914186343207476\n2018-04-22 20:00:00,0.0008214587428654998\n2018-04-22 21:00:00,0.0034966736431930835\n2018-04-22 22:00:00,-0.0027477592047813514\n2018-04-22 23:00:00,0.0016353547299701985\n2018-04-23 00:00:00,0.00020182629208731376\n2018-04-23 01:00:00,0.0005996093294410937\n2018-04-23 02:00:00,0.000313823017002654\n2018-04-23 03:00:00,-0.000389123290505683\n2018-04-23 04:00:00,-0.0008982862842848343\n2018-04-23 05:00:00,-0.00026841595943500446\n2018-04-23 06:00:00,-0.0010146375316605913\n2018-04-23 07:00:00,-0.0019719080712212963\n2018-04-23 08:00:00,0.000372629409812435\n2018-04-23 09:00:00,-5.5298484650954654e-05\n2018-04-23 10:00:00,-0.0006593939213404759\n2018-04-23 11:00:00,-0.00041966017337006795\n2018-04-23 12:00:00,0.00037588339998026785\n2018-04-23 13:00:00,0.00023697425369472155\n2018-04-23 14:00:00,-0.0018951378715502671\n2018-04-23 15:00:00,-0.0006972112196329326\n2018-04-23 16:00:00,0.0004788704138537364\n2018-04-23 17:00:00,0.0006589048162768264\n2018-04-23 18:00:00,-0.0010398353467722728\n2018-04-23 19:00:00,-0.001099503936794099\n2018-04-23 20:00:00,0.0005088198606539475\n2018-04-23 21:00:00,-0.001730472122934527\n2018-04-23 22:00:00,-5.9631044847795744e-05\n2018-04-23 23:00:00,0.0003789901014441662\n2018-04-24 00:00:00,0.00013212038500562512\n2018-04-24 01:00:00,0.000636643071569249\n2018-04-24 02:00:00,-0.0006181091024017612\n2018-04-24 03:00:00,0.0010536659480927793\n2018-04-24 04:00:00,4.4550664334384364e-05\n2018-04-24 05:00:00,0.00025353040037657317\n2018-04-24 06:00:00,0.0007746489758588643\n2018-04-24 07:00:00,-0.0009761568162725382\n2018-04-24 08:00:00,-0.0005735312235902111\n2018-04-24 09:00:00,0.0010097186287812603\n2018-04-24 10:00:00,-0.0004458986456186764\n2018-04-24 11:00:00,0.0011677676392751798\n2018-04-24 12:00:00,-0.00014561801524366346\n2018-04-24 13:00:00,0.00037830646039630275\n2018-04-24 14:00:00,0.0013749736232857347\n2018-04-24 15:00:00,0.00011782002542201744\n2018-04-24 16:00:00,0.000803978961839721\n2018-04-24 17:00:00,-0.000753966901986145\n2018-04-24 18:00:00,-0.00029770504419850466\n2018-04-24 19:00:00,-5.044492257551033e-05\n2018-04-24 20:00:00,0.0019503565878124262\n2018-04-24 21:00:00,-0.0022241264456725847\n2018-04-24 22:00:00,-2.128154207766719e-05\n2018-04-24 23:00:00,-0.00014695445221172906\n2018-04-25 00:00:00,-0.000959087534570935\n2018-04-25 01:00:00,0.0008006240173131365\n2018-04-25 02:00:00,0.0002360874347355909\n2018-04-25 03:00:00,0.0007723102757146786\n2018-04-25 04:00:00,0.0003063604048333818\n2018-04-25 05:00:00,-0.0009875918918042697\n2018-04-25 06:00:00,-0.0027507344149495633\n2018-04-25 07:00:00,0.0014888734421699514\n2018-04-25 08:00:00,0.0016805170471207802\n2018-04-25 09:00:00,0.0005623434711991509\n2018-04-25 10:00:00,0.002397316052659249\n2018-04-25 11:00:00,4.320998318378367e-05\n2018-04-25 12:00:00,0.00048722310037035705\n2018-04-25 13:00:00,-0.0002667460082466862\n2018-04-25 14:00:00,-0.0025937661653599553\n2018-04-25 15:00:00,-0.001754836370000089\n2018-04-25 16:00:00,-0.001090867747729883\n2018-04-25 17:00:00,0.001311686289362407\n2018-04-25 18:00:00,0.00036347256358161263\n2018-04-25 19:00:00,-0.0005290969177674897\n2018-04-25 20:00:00,-0.0002467419339401914\n2018-04-25 21:00:00,-0.0003609864682853969\n2018-04-25 22:00:00,-0.0017681587473961954\n2018-04-25 23:00:00,-0.0025894936818979136\n2018-04-26 00:00:00,-0.003153569405157748\n2018-04-26 01:00:00,0.003194117458075479\n2018-04-26 02:00:00,0.0017309638365719335\n2018-04-26 03:00:00,0.0033639034864849917\n2018-04-26 04:00:00,0.0017827405931373592\n2018-04-26 05:00:00,-0.002051442485531625\n2018-04-26 06:00:00,0.002795274248292883\n2018-04-26 07:00:00,-0.0012064094728528236\n2018-04-26 08:00:00,-0.0013299500599460925\n2018-04-26 09:00:00,0.001783528365426121\n2018-04-26 10:00:00,-0.0022194908267432626\n2018-04-26 11:00:00,-0.0019519789013730054\n2018-04-26 12:00:00,-1.0103285118046692e-05\n2018-04-26 13:00:00,0.00025517947287447115\n2018-04-26 14:00:00,0.00015183227699493601\n2018-04-26 15:00:00,-2.5593190956389804e-05\n2018-04-26 16:00:00,-0.0009219794863878608\n2018-04-26 17:00:00,-0.00040538469308555857\n2018-04-26 18:00:00,-0.00040171185002961686\n2018-04-26 19:00:00,-0.001529928483496256\n2018-04-26 20:00:00,-0.0012410196682351717\n2018-04-26 21:00:00,0.0021368296910216278\n2018-04-26 22:00:00,-0.0006932427132312947\n2018-04-26 23:00:00,-0.00020886279459318208\n2018-04-27 00:00:00,0.0010466605553068782\n2018-04-27 01:00:00,-0.0011894035906884696\n2018-04-27 02:00:00,0.00018481571307835148\n2018-04-27 03:00:00,0.0007165230619895713\n2018-04-27 04:00:00,-7.715044094680457e-05\n2018-04-27 05:00:00,0.00020420349222523984\n2018-04-27 06:00:00,0.00023383415465383226\n2018-04-27 07:00:00,-0.0008920082811771074\n2018-04-27 08:00:00,0.0001850003399433944\n2018-04-27 09:00:00,-0.0013468282446399092\n2018-04-27 10:00:00,-8.105180326142152e-05\n2018-04-27 11:00:00,0.0008705190661806432\n2018-04-27 12:00:00,9.260937829309105e-05\n2018-04-27 13:00:00,1.6070568071456452e-05\n2018-04-27 14:00:00,-0.0030714903827542385\n2018-04-27 15:00:00,0.002018751552795556\n2018-04-27 16:00:00,0.0015334512565272453\n2018-04-27 17:00:00,0.0006663744169414405\n2018-04-27 18:00:00,0.0001744527895327279\n2018-04-27 19:00:00,0.001750412166200805\n2018-04-27 20:00:00,-0.0018783957595482187\n2018-04-27 21:00:00,0.0011889048998450888\n2018-04-27 22:00:00,-0.0003364362415335102\n2018-04-27 23:00:00,0.000237618066189476\n2018-04-28 00:00:00,-0.000770700926180648\n2018-04-28 01:00:00,-0.0010913455487540993\n2018-04-28 02:00:00,-0.00045021371180184634\n2018-04-28 03:00:00,1.4328756527240788e-05\n2018-04-28 04:00:00,-0.0001068501705063593\n2018-04-28 05:00:00,8.468686925686001e-05\n2018-04-28 06:00:00,-4.2300755636277886e-06\n2018-04-28 07:00:00,4.0809278462808844e-05\n2018-04-28 08:00:00,1.2013432476590977e-05\n2018-04-28 09:00:00,-0.00017403193943994394\n2018-04-28 10:00:00,0.00011118006263876776\n2018-04-28 11:00:00,-0.00024372880525334577\n2018-04-28 12:00:00,0.00028434230498666075\n2018-04-28 13:00:00,0.0002572345065969486\n2018-04-28 14:00:00,-0.0002410625238744996\n2018-04-28 15:00:00,-0.00015141203371895812\n2018-04-28 16:00:00,0.00026518706382650274\n2018-04-28 17:00:00,-0.0004146717639268539\n2018-04-28 18:00:00,0.00035790131225890004\n2018-04-28 19:00:00,-0.0006960006568234546\n2018-04-28 20:00:00,9.025666939354964e-05\n2018-04-28 21:00:00,0.0001097199456904112\n2018-04-28 22:00:00,0.00022283553892270006\n2018-04-28 23:00:00,0.00011274468486143112\n2018-04-29 00:00:00,-6.491390043072557e-05\n2018-04-29 01:00:00,-0.00023119829740513503\n2018-04-29 02:00:00,-0.00020665470936530582\n2018-04-29 03:00:00,0.0005584657926321491\n2018-04-29 04:00:00,-0.00015670726381357902\n2018-04-29 05:00:00,-0.0013471487416395031\n2018-04-29 06:00:00,-0.000676735467691381\n2018-04-29 07:00:00,7.496656397503185e-05\n2018-04-29 08:00:00,8.990629436224147e-06\n2018-04-29 09:00:00,-0.00033675814155516976\n2018-04-29 10:00:00,-0.0014391994636450576\n2018-04-29 11:00:00,-8.920774329510427e-05\n2018-04-29 12:00:00,0.00016004897964759713\n2018-04-29 13:00:00,-1.647929680802767e-05\n2018-04-29 14:00:00,-0.0005727706318027017\n2018-04-29 15:00:00,0.0007231160136514084\n2018-04-29 16:00:00,0.0006037318845903386\n2018-04-29 17:00:00,0.0004491046078505297\n2018-04-29 18:00:00,0.0013716225982770903\n2018-04-29 19:00:00,-0.0012301588578156296\n2018-04-29 20:00:00,2.7718710960062982e-05\n2018-04-29 21:00:00,0.0005716120404560909\n2018-04-29 22:00:00,0.0005597414741968574\n2018-04-29 23:00:00,0.0001559452743172871\n2018-04-30 00:00:00,4.9711736642042225e-05\n2018-04-30 01:00:00,-0.0003687112955957703\n2018-04-30 02:00:00,0.0008416662055795341\n2018-04-30 03:00:00,-0.0003363721023476108\n2018-04-30 04:00:00,6.248040385641825e-05\n2018-04-30 05:00:00,-8.541750854962746e-05\n2018-04-30 06:00:00,-3.006058757060201e-05\n2018-04-30 07:00:00,0.0014414280090158794\n2018-04-30 08:00:00,6.80519384850299e-05\n2018-04-30 09:00:00,-0.00023303153770774535\n2018-04-30 10:00:00,0.00033472801440280714\n2018-04-30 11:00:00,0.0022767521283149033\n2018-04-30 12:00:00,0.0012501038480391845\n2018-04-30 13:00:00,0.0014836152307162738\n2018-04-30 14:00:00,-0.0006268745327008028\n2018-04-30 15:00:00,-3.853062425606483e-05\n2018-04-30 16:00:00,-0.00016831686775810065\n2018-04-30 17:00:00,0.0012061427453474466\n2018-04-30 18:00:00,-0.0006481724245389779\n2018-04-30 19:00:00,-0.0004519756305561571\n2018-04-30 20:00:00,-0.0006140411772026395\n2018-04-30 21:00:00,0.0015219487530640328\n2018-04-30 22:00:00,0.0002725988098656762\n2018-04-30 23:00:00,-0.00032189272049228107\n2018-05-01 00:00:00,-0.0013214863349927826\n2018-05-01 01:00:00,-0.00014207814561079094\n2018-05-01 02:00:00,-0.0009325814563754631\n2018-05-01 03:00:00,0.0011391655856100905\n2018-05-01 04:00:00,0.0008665780624673654\n2018-05-01 05:00:00,0.0007507073271355181\n2018-05-01 06:00:00,0.0012547140123326745\n2018-05-01 07:00:00,-5.814464869233901e-05\n2018-05-01 08:00:00,0.0009086599950293928\n2018-05-01 09:00:00,-0.00010871738137467138\n2018-05-01 10:00:00,-0.001468549000235041\n2018-05-01 11:00:00,-0.001014058720381418\n2018-05-01 12:00:00,0.0009860763512720486\n2018-05-01 13:00:00,-0.0007655570055697136\n2018-05-01 14:00:00,-0.00023663621179755844\n2018-05-01 15:00:00,-0.00041399189701478727\n2018-05-01 16:00:00,0.002229249891164374\n2018-05-01 17:00:00,-0.0019233712890027962\n2018-05-01 18:00:00,0.001733940548729071\n2018-05-01 19:00:00,-0.0005224416291276729\n2018-05-01 20:00:00,-0.0002252310829916206\n2018-05-01 21:00:00,0.00016855083057345474\n2018-05-01 22:00:00,-0.004839310351383827\n2018-05-01 23:00:00,0.000661307105169249\n2018-05-02 00:00:00,-0.0007994498277495011\n2018-05-02 01:00:00,-0.0012422627851151119\n2018-05-02 02:00:00,0.0018491388030175441\n2018-05-02 03:00:00,0.00038933558865278465\n2018-05-02 04:00:00,0.0012787207990238845\n2018-05-02 05:00:00,0.00041445160652165677\n2018-05-02 06:00:00,-0.0001413210834170612\n2018-05-02 07:00:00,-0.0002770308280872178\n2018-05-02 08:00:00,6.975328542348184e-05\n2018-05-02 09:00:00,0.0008751280433867884\n2018-05-02 10:00:00,0.0005933581674230017\n2018-05-02 11:00:00,0.0007834682962612736\n2018-05-02 12:00:00,-0.0005336569001850677\n2018-05-02 13:00:00,0.0008244430026129334\n2018-05-02 14:00:00,-0.0008980733848852254\n2018-05-02 15:00:00,0.0007705759284341878\n2018-05-02 16:00:00,-0.00038902481655033865\n2018-05-02 17:00:00,0.001216888139453646\n2018-05-02 18:00:00,-0.00031647894868145504\n2018-05-02 19:00:00,0.0006644707332855435\n2018-05-02 20:00:00,0.00043486641073569026\n2018-05-02 21:00:00,0.0015214624568975399\n2018-05-02 22:00:00,0.0002452276708813971\n2018-05-02 23:00:00,0.00034255300091042787\n2018-05-03 00:00:00,0.00015530249666475388\n2018-05-03 01:00:00,-0.0009088928994458724\n2018-05-03 02:00:00,-6.764031270012088e-05\n2018-05-03 03:00:00,-9.918242024584951e-05\n2018-05-03 04:00:00,0.00020878305169459314\n2018-05-03 05:00:00,-0.00018125262343232372\n2018-05-03 06:00:00,0.00022089785733245322\n2018-05-03 07:00:00,-0.0002933433539905629\n2018-05-03 08:00:00,-0.00018358557167698732\n2018-05-03 09:00:00,0.0005127093114018942\n2018-05-03 10:00:00,0.00024152427985162572\n2018-05-03 11:00:00,-0.00026009007280862907\n2018-05-03 12:00:00,-0.00035592579503965574\n2018-05-03 13:00:00,0.00018996303330755327\n2018-05-03 14:00:00,0.00020834256608343645\n2018-05-03 15:00:00,0.0005207205039827061\n2018-05-03 16:00:00,-0.0001616310798091512\n2018-05-03 17:00:00,0.00012678174533084142\n2018-05-03 18:00:00,-0.00027337427545637657\n2018-05-03 19:00:00,0.00045574596013568875\n2018-05-03 20:00:00,-0.00034359457464898374\n2018-05-03 21:00:00,-0.0001371626482815266\n2018-05-03 22:00:00,-9.450496389621857e-05\n2018-05-03 23:00:00,0.0001800933852314068\n2018-05-04 00:00:00,-0.00016261299686765949\n2018-05-04 01:00:00,3.4691110764397346e-05\n2018-05-04 02:00:00,-0.0007539376788335011\n2018-05-04 03:00:00,-5.163847065141594e-05\n2018-05-04 04:00:00,-0.000552259277787854\n2018-05-04 05:00:00,-0.0003348430388593282\n2018-05-04 06:00:00,-2.697680206779168e-05\n2018-05-04 07:00:00,-0.0004157506899257763\n2018-05-04 08:00:00,0.0006470944272829476\n2018-05-04 09:00:00,0.0009416365405881078\n2018-05-04 10:00:00,0.0003558451927001372\n2018-05-04 11:00:00,0.0002555835461468185\n2018-05-04 12:00:00,-0.00012722910163920722\n2018-05-04 13:00:00,-5.4077580384102964e-05\n2018-05-04 14:00:00,-0.0001357598765689552\n2018-05-04 15:00:00,-0.0006206503773212109\n2018-05-04 16:00:00,-0.00023707942378513842\n2018-05-04 17:00:00,0.0001863107242724962\n2018-05-04 18:00:00,-7.059490204655966e-05\n2018-05-04 19:00:00,0.00026569447322940756\n2018-05-04 20:00:00,-3.361266377433185e-05\n2018-05-04 21:00:00,5.046115869764856e-05\n2018-05-04 22:00:00,0.0001802820385323765\n2018-05-04 23:00:00,0.0003347453691767992\n2018-05-05 00:00:00,-0.001851870153488273\n2018-05-05 01:00:00,-0.0005504535441333924\n2018-05-05 02:00:00,-0.00040898910371984067\n2018-05-05 03:00:00,6.917688007345364e-05\n2018-05-05 04:00:00,4.001684919869112e-05\n2018-05-05 05:00:00,0.0003063964467216155\n2018-05-05 06:00:00,0.00015331313772514758\n2018-05-05 07:00:00,-0.00013426206394739115\n2018-05-05 08:00:00,0.00023949324339109303\n2018-05-05 09:00:00,5.6109929781204754e-05\n2018-05-05 10:00:00,-0.00013916250251152848\n2018-05-05 11:00:00,0.0002944506795182897\n2018-05-05 12:00:00,-9.048607536894047e-06\n2018-05-05 13:00:00,-0.0006542024444488809\n2018-05-05 14:00:00,0.00040496270330153824\n2018-05-05 15:00:00,-0.0001110750017068481\n2018-05-05 16:00:00,-0.00027113533246360036\n2018-05-05 17:00:00,-0.00042950332790869317\n2018-05-05 18:00:00,7.18405381859854e-05\n2018-05-05 19:00:00,3.67795864638683e-05\n2018-05-05 20:00:00,-4.5285593463748946e-05\n2018-05-05 21:00:00,0.0001268868521948244\n2018-05-05 22:00:00,-0.00015328395395014453\n2018-05-05 23:00:00,-0.00015732814247905265\n2018-05-06 00:00:00,0.0045285191129179865\n2018-05-06 01:00:00,0.00025188756299901314\n2018-05-06 02:00:00,-0.00013584006037016037\n2018-05-06 03:00:00,-7.877567529889989e-05\n2018-05-06 04:00:00,3.900217901324255e-05\n2018-05-06 05:00:00,-0.00033987301943378805\n2018-05-06 06:00:00,-0.00019229027978963308\n2018-05-06 07:00:00,7.504887661818165e-05\n2018-05-06 08:00:00,-0.00022507970417625462\n2018-05-06 09:00:00,0.0003846649698173484\n2018-05-06 10:00:00,-9.90017310146773e-05\n2018-05-06 11:00:00,0.0006311741177653405\n2018-05-06 12:00:00,-0.0005641485386794923\n2018-05-06 13:00:00,0.00037197494425712454\n2018-05-06 14:00:00,0.000304483732955098\n2018-05-06 15:00:00,-0.00022704410610195681\n2018-05-06 16:00:00,0.00022295074453031105\n2018-05-06 17:00:00,0.0002497160999440476\n2018-05-06 18:00:00,-0.0002839662097768409\n2018-05-06 19:00:00,-0.0002702110429705811\n2018-05-06 20:00:00,7.303772713359055e-05\n2018-05-06 21:00:00,0.0007057768392005481\n2018-05-06 22:00:00,1.9441538636715226e-05\n2018-05-06 23:00:00,0.00013667810855655927\n2018-05-07 00:00:00,-0.02462744585548212\n2018-05-07 01:00:00,0.00047976727991414533\n2018-05-07 02:00:00,0.0008811736325585594\n2018-05-07 03:00:00,-0.00022778923015437242\n2018-05-07 04:00:00,0.0004675553300413168\n2018-05-07 05:00:00,-0.0005205192936925284\n2018-05-07 06:00:00,0.0005580218979029134\n2018-05-07 07:00:00,-0.00039456905868070347\n2018-05-07 08:00:00,0.0007916800948251751\n2018-05-07 09:00:00,0.00018587610067677493\n2018-05-07 10:00:00,0.0002112835521268591\n2018-05-07 11:00:00,-0.0003275804162357705\n2018-05-07 12:00:00,-0.0003008126587126314\n2018-05-07 13:00:00,0.0015575761540653097\n2018-05-07 14:00:00,0.0003195830033164268\n2018-05-07 15:00:00,-0.00033106293820523835\n2018-05-07 16:00:00,0.000521672590643851\n2018-05-07 17:00:00,-3.464276026668347e-05\n2018-05-07 18:00:00,3.981113890502556e-05\n2018-05-07 19:00:00,-0.0025096223782367297\n2018-05-07 20:00:00,-0.0007610097071530267\n2018-05-07 21:00:00,-0.00023714112761289937\n2018-05-07 22:00:00,-0.00019453244910594403\n2018-05-07 23:00:00,1.2659752133864124e-05\n2018-05-08 00:00:00,0.00036757490098929843\n2018-05-08 01:00:00,-0.000246683242433417\n2018-05-08 02:00:00,0.00024150812651405344\n2018-05-08 03:00:00,0.00047423282690162784\n2018-05-08 04:00:00,-0.0011644547756031933\n2018-05-08 05:00:00,0.00035681210007102473\n2018-05-08 06:00:00,0.0005480281647281402\n2018-05-08 07:00:00,-0.0012000073852600887\n2018-05-08 08:00:00,0.0010947141220932792\n2018-05-08 09:00:00,-0.001339561605610787\n2018-05-08 10:00:00,-0.00020615185095607938\n2018-05-08 11:00:00,0.0008237709301012661\n2018-05-08 12:00:00,-0.0003119875078803439\n2018-05-08 13:00:00,0.0002744714736417465\n2018-05-08 14:00:00,-0.002058044947295029\n2018-05-08 15:00:00,-0.0008015121250527276\n2018-05-08 16:00:00,-0.0005993565558403944\n2018-05-08 17:00:00,7.653498440933551e-05\n2018-05-08 18:00:00,-0.0003027087655836737\n2018-05-08 19:00:00,-0.00011635614839706193\n2018-05-08 20:00:00,0.0004558219327114727\n2018-05-08 21:00:00,0.00043674232903797823\n2018-05-08 22:00:00,-0.00030592705550939867\n2018-05-08 23:00:00,-0.00022588800587582897\n2018-05-09 00:00:00,0.00010256082954269736\n2018-05-09 01:00:00,0.00019985233307688035\n2018-05-09 02:00:00,-0.0010316519052772524\n2018-05-09 03:00:00,-0.00020702525553179638\n2018-05-09 04:00:00,-0.0002516151232371725\n2018-05-09 05:00:00,-0.0008129131186094101\n2018-05-09 06:00:00,0.0003778493383478278\n2018-05-09 07:00:00,-0.0006028402480653893\n2018-05-09 08:00:00,-0.00013142830604301483\n2018-05-09 09:00:00,0.000952796101868859\n2018-05-09 10:00:00,-0.000350542132555806\n2018-05-09 11:00:00,6.520559256715584e-05\n2018-05-09 12:00:00,-0.0003005900657000254\n2018-05-09 13:00:00,-0.0005138968157489564\n2018-05-09 14:00:00,-0.016662295472582238\n2018-05-09 15:00:00,0.0009884380629046445\n2018-05-09 16:00:00,0.000811952106823368\n2018-05-09 17:00:00,0.0002859321653544067\n2018-05-09 18:00:00,0.0001430391026363913\n2018-05-09 19:00:00,-0.00044162006892587417\n2018-05-09 20:00:00,0.0010159621180905124\n2018-05-09 21:00:00,0.001124777732636883\n2018-05-09 22:00:00,-0.0006113128342720031\n2018-05-09 23:00:00,-0.0005194897423784417\n2018-05-10 00:00:00,-0.0004961831060514818\n2018-05-10 01:00:00,-1.5481198698418978e-06\n2018-05-10 02:00:00,0.00024349254382907064\n2018-05-10 03:00:00,-0.0016546755625459202\n2018-05-10 04:00:00,0.0004082644750414449\n2018-05-10 05:00:00,0.00030509330957426974\n2018-05-10 06:00:00,2.563233664688903e-05\n2018-05-10 07:00:00,-0.0003079824263567514\n2018-05-10 08:00:00,0.001243297125909117\n2018-05-10 09:00:00,-0.0019660045372849504\n2018-05-10 10:00:00,0.0002094008596116088\n2018-05-10 11:00:00,0.000840226597411853\n2018-05-10 12:00:00,0.000638821515259386\n2018-05-10 13:00:00,-0.0013924929948334352\n2018-05-10 14:00:00,-0.0008108943732979998\n2018-05-10 15:00:00,0.0006103393607756831\n2018-05-10 16:00:00,4.9168928235057267e-05\n2018-05-10 17:00:00,-0.0007397083601372053\n2018-05-10 18:00:00,-0.0011262990835661862\n2018-05-10 19:00:00,0.0007554207582263071\n2018-05-10 20:00:00,-0.0012778483295766787\n2018-05-10 21:00:00,-0.0008096354081965989\n2018-05-10 22:00:00,-0.001187685336422182\n2018-05-10 23:00:00,-0.001035621656016067\n2018-05-11 00:00:00,-0.00046404402184573333\n2018-05-11 01:00:00,-0.0018597630001711996\n2018-05-11 02:00:00,-0.000536030192775277\n2018-05-11 03:00:00,-0.0013036051403753158\n2018-05-11 04:00:00,0.0009439321762619336\n2018-05-11 05:00:00,0.00037836971882994536\n2018-05-11 06:00:00,0.0010371490435288067\n2018-05-11 07:00:00,0.0009796230750275295\n2018-05-11 08:00:00,-4.6753981070938584e-05\n2018-05-11 09:00:00,-0.00016386470313117457\n2018-05-11 10:00:00,4.112210069051244e-05\n2018-05-11 11:00:00,0.009605537669079418\n2018-05-11 12:00:00,-1.958158159509174e-05\n2018-05-11 13:00:00,-0.0013428128416352087\n2018-05-11 14:00:00,-0.0008345054599545818\n2018-05-11 15:00:00,-0.00030675499733882205\n2018-05-11 16:00:00,0.0002721767051528943\n2018-05-11 17:00:00,-0.0007396501161032337\n2018-05-11 18:00:00,-0.000624544226570715\n2018-05-11 19:00:00,-0.0006243666719251471\n2018-05-11 20:00:00,-0.0014066792610208955\n2018-05-11 21:00:00,0.00020376516004768435\n2018-05-11 22:00:00,0.00036208620441801785\n2018-05-11 23:00:00,0.0009933352365885035\n2018-05-12 00:00:00,-0.00011585809871096501\n2018-05-12 01:00:00,-0.0004566679322280696\n2018-05-12 02:00:00,0.0007091826093091711\n2018-05-12 03:00:00,-0.0001359863611637884\n2018-05-12 04:00:00,-0.0005242277584664667\n2018-05-12 05:00:00,-0.0014316794055516606\n2018-05-12 06:00:00,0.00040640607119935083\n2018-05-12 07:00:00,-0.0010856163121207762\n2018-05-12 08:00:00,-0.0005526583629389092\n2018-05-12 09:00:00,-0.0006672716852634818\n2018-05-12 10:00:00,-0.00011579639675944336\n2018-05-12 11:00:00,0.004413448580350979\n2018-05-12 12:00:00,-0.00038131861547291543\n2018-05-12 13:00:00,-0.0001843383981906769\n2018-05-12 14:00:00,1.648072349702906e-05\n2018-05-12 15:00:00,6.946915084127217e-05\n2018-05-12 16:00:00,-0.003632623285287672\n2018-05-12 17:00:00,2.2115698177488375e-05\n2018-05-12 18:00:00,-0.0006705635228377232\n2018-05-12 19:00:00,-0.003198213499867161\n2018-05-12 20:00:00,0.0005708259623007562\n2018-05-12 21:00:00,-0.0005398940322505855\n2018-05-12 22:00:00,0.001130682669884082\n2018-05-12 23:00:00,0.0005336901982444199\n2018-05-13 00:00:00,0.0008238639207523078\n2018-05-13 01:00:00,0.0019072491677999868\n2018-05-13 02:00:00,-8.652235623167227e-06\n2018-05-13 03:00:00,-0.0011104896811275427\n2018-05-13 04:00:00,-0.0006097357388797566\n2018-05-13 05:00:00,0.0002574779432728632\n2018-05-13 06:00:00,0.00024280872590265045\n2018-05-13 07:00:00,-0.0009168566857592752\n2018-05-13 08:00:00,0.00030780462107198\n2018-05-13 09:00:00,-0.00023953973544181475\n2018-05-13 10:00:00,5.155700099608098e-05\n2018-05-13 11:00:00,0.005852070435271262\n2018-05-13 12:00:00,-0.0017510374222884579\n2018-05-13 13:00:00,0.000671029684250937\n2018-05-13 14:00:00,-0.0005138348446549087\n2018-05-13 15:00:00,0.005731307677328695\n2018-05-13 16:00:00,3.4692407787726546e-05\n2018-05-13 17:00:00,-0.00068845173448733\n2018-05-13 18:00:00,-0.00023650198867175963\n2018-05-13 19:00:00,-0.0006108666178812276\n2018-05-13 20:00:00,0.0011224483143602545\n2018-05-13 21:00:00,0.0017489452495458137\n2018-05-13 22:00:00,-0.0021738707633654026\n2018-05-13 23:00:00,-0.003275748892464549\n2018-05-14 00:00:00,0.0002727088448983911\n2018-05-14 01:00:00,-0.0002027714160537832\n2018-05-14 02:00:00,-0.0013735853508064179\n2018-05-14 03:00:00,-0.0012133842983455016\n2018-05-14 04:00:00,-0.0003581359421154817\n2018-05-14 05:00:00,-0.015027583702523845\n2018-05-14 06:00:00,0.001435843203752177\n2018-05-14 07:00:00,0.054526738338082054\n2018-05-14 08:00:00,0.0011452241466625753\n2018-05-14 09:00:00,-1.5794860692170793e-06\n2018-05-14 10:00:00,0.0006129007793015666\n2018-05-14 11:00:00,0.00017311673500354792\n2018-05-14 12:00:00,-0.0007280785115586805\n2018-05-14 13:00:00,0.00023893243227559775\n2018-05-14 14:00:00,0.000114723481437444\n2018-05-14 15:00:00,0.0008612306319976726\n2018-05-14 16:00:00,-0.000759266134810548\n2018-05-14 17:00:00,0.0009101137554112461\n2018-05-14 18:00:00,-0.0011669977276809829\n2018-05-14 19:00:00,0.00018467670701599538\n2018-05-14 20:00:00,-0.0016101336418304225\n2018-05-14 21:00:00,-0.0008560585507023225\n2018-05-14 22:00:00,0.0023167190316996386\n2018-05-14 23:00:00,-0.0005057785826939654\n2018-05-15 00:00:00,-0.00046966097552302906\n2018-05-15 01:00:00,1.2622797102060645e-05\n2018-05-15 02:00:00,0.00016241546355076218\n2018-05-15 03:00:00,0.00023470336727524633\n2018-05-15 04:00:00,-9.709462515060763e-05\n2018-05-15 05:00:00,-0.0004262833231506763\n2018-05-15 06:00:00,0.0009296777932638354\n2018-05-15 07:00:00,0.0001679207497764295\n2018-05-15 08:00:00,-0.0007252450722992062\n2018-05-15 09:00:00,0.0032756801264602693\n2018-05-15 10:00:00,0.0011764966011179971\n2018-05-15 11:00:00,-0.0015609583087426648\n2018-05-15 12:00:00,-0.0001533679722606769\n2018-05-15 13:00:00,-9.023852971328757e-05\n2018-05-15 14:00:00,-0.0005243412126735471\n2018-05-15 15:00:00,-0.00013176817700034693\n2018-05-15 16:00:00,-0.0006699475216625702\n2018-05-15 17:00:00,0.0009436867356499222\n2018-05-15 18:00:00,-0.0010654655402713542\n2018-05-15 19:00:00,0.0005846981599331862\n2018-05-15 20:00:00,-0.008852788765795771\n2018-05-15 21:00:00,0.0018341619917304243\n2018-05-15 22:00:00,0.009009593511250047\n2018-05-15 23:00:00,-0.0008711013241298451\n2018-05-16 00:00:00,0.0025448080451196614\n2018-05-16 01:00:00,0.0016884286085194376\n2018-05-16 02:00:00,0.0002876005294357397\n2018-05-16 03:00:00,0.002198225186732162\n2018-05-16 04:00:00,-0.0007974223557117797\n2018-05-16 05:00:00,-0.0004452312417364412\n2018-05-16 06:00:00,0.0009995991580650865\n2018-05-16 07:00:00,-0.00047375352170164547\n2018-05-16 08:00:00,0.0014021988559057878\n2018-05-16 09:00:00,-0.0006808006612532519\n2018-05-16 10:00:00,-5.70967571315936e-07\n2018-05-16 11:00:00,-0.0001521718654502149\n2018-05-16 12:00:00,0.0005485628896946556\n2018-05-16 13:00:00,0.0006934343362770536\n2018-05-16 14:00:00,0.0023951602532604793\n2018-05-16 15:00:00,-0.0004889462940363544\n2018-05-16 16:00:00,-0.0005162603965335591\n2018-05-16 17:00:00,-0.0010144203453534386\n2018-05-16 18:00:00,-0.0017487507453955973\n2018-05-16 19:00:00,-0.00023296242803365745\n2018-05-16 20:00:00,-0.00038800485201379253\n2018-05-16 21:00:00,0.0014563065915743519\n2018-05-16 22:00:00,-0.003588725140155723\n2018-05-16 23:00:00,0.001356547352972278\n2018-05-17 00:00:00,0.000326678699471133\n2018-05-17 01:00:00,0.0009291420796127456\n2018-05-17 02:00:00,0.001109108882466681\n2018-05-17 03:00:00,0.00031977156917982865\n2018-05-17 04:00:00,0.00041270503836819667\n2018-05-17 05:00:00,-0.00028482239034111534\n2018-05-17 06:00:00,8.112975760173445e-05\n2018-05-17 07:00:00,-0.0002880683445737554\n2018-05-17 08:00:00,5.0145724332494675e-05\n2018-05-17 09:00:00,0.00046780098145215635\n2018-05-17 10:00:00,0.00022343767421800862\n2018-05-17 11:00:00,0.0001172487891205462\n2018-05-17 12:00:00,0.0003443721059291275\n2018-05-17 13:00:00,-6.613756940351508e-05\n2018-05-17 14:00:00,0.000131209215275136\n2018-05-17 15:00:00,5.112981251327042e-05\n2018-05-17 16:00:00,-0.00011926378884853379\n2018-05-17 17:00:00,-0.00025309480430916814\n2018-05-17 18:00:00,-0.0001745874412629266\n2018-05-17 19:00:00,0.00026392666602127025\n2018-05-17 20:00:00,-0.0006041139980101964\n2018-05-17 21:00:00,-0.00029713242920302406\n2018-05-17 22:00:00,-0.00041074494755978806\n2018-05-17 23:00:00,0.00025335073674915084\n2018-05-18 00:00:00,-0.00021013568541106956\n2018-05-18 01:00:00,0.0007525976280845555\n2018-05-18 02:00:00,-0.0007196850747538064\n2018-05-18 03:00:00,-0.0005462696278290909\n2018-05-18 04:00:00,-0.0001732019313473589\n2018-05-18 05:00:00,-0.00011983190338853336\n2018-05-18 06:00:00,4.0897639237378496e-05\n2018-05-18 07:00:00,0.00020436000584507\n2018-05-18 08:00:00,9.94167024321072e-05\n2018-05-18 09:00:00,0.00020528979798995666\n2018-05-18 10:00:00,-0.0003707343761161291\n2018-05-18 11:00:00,0.0005408657677012566\n2018-05-18 12:00:00,0.0005281938604171311\n2018-05-18 13:00:00,-0.00016426442087490495\n2018-05-18 14:00:00,-0.0002950932456885956\n2018-05-18 15:00:00,-3.281400702210829e-05\n2018-05-18 16:00:00,-9.581322607088907e-05\n2018-05-18 17:00:00,0.0005070864753648514\n2018-05-18 18:00:00,-4.529155660131864e-05\n2018-05-18 19:00:00,-0.00010325434974343315\n2018-05-18 20:00:00,4.1753215770129755e-05\n2018-05-18 21:00:00,-0.00019682008160639214\n2018-05-18 22:00:00,9.374008607830175e-05\n2018-05-18 23:00:00,-6.317484425098148e-05\n2018-05-19 00:00:00,2.6718329672066654e-05\n2018-05-19 01:00:00,9.063581258320193e-05\n2018-05-19 02:00:00,-5.280978613168387e-05\n2018-05-19 03:00:00,0.0002240707544956182\n2018-05-19 04:00:00,0.00036067213658125263\n2018-05-19 05:00:00,-0.0006172731092286033\n2018-05-19 06:00:00,0.0005067918369634245\n2018-05-19 07:00:00,5.569480979304041e-05\n2018-05-19 08:00:00,0.0008278956053150889\n2018-05-19 09:00:00,-0.000461376416828357\n2018-05-19 10:00:00,0.00018434673209726887\n2018-05-19 11:00:00,-0.00028861262650631606\n2018-05-19 12:00:00,-0.00015405411130895976\n2018-05-19 13:00:00,-0.001124742441922203\n2018-05-19 14:00:00,-0.0005628101697999541\n2018-05-19 15:00:00,0.0005435337839334822\n2018-05-19 16:00:00,-0.00011415454406425173\n2018-05-19 17:00:00,5.2725657784520884e-05\n2018-05-19 18:00:00,0.0001366848057700046\n2018-05-19 19:00:00,0.00024574351433457394\n2018-05-19 20:00:00,8.987265383944824e-05\n2018-05-19 21:00:00,-0.00020188104610183635\n2018-05-19 22:00:00,-0.00019923820565582616\n2018-05-19 23:00:00,-0.0005865401866566686\n2018-05-20 00:00:00,0.00012980352143799364\n2018-05-20 01:00:00,3.727721765673134e-05\n2018-05-20 02:00:00,-0.00021262297099183344\n2018-05-20 03:00:00,0.0001856987239784069\n2018-05-20 04:00:00,0.00013916354690183882\n2018-05-20 05:00:00,-0.0008036867436967284\n2018-05-20 06:00:00,-0.0007218067196689085\n2018-05-20 07:00:00,-0.00023992727758076688\n2018-05-20 08:00:00,-0.00031008149093780595\n2018-05-20 09:00:00,-0.00012775150238348508\n2018-05-20 10:00:00,0.0004217170200107609\n2018-05-20 11:00:00,-0.001268788344242058\n2018-05-20 12:00:00,0.0004225789885173773\n2018-05-20 13:00:00,8.464723613921306e-05\n2018-05-20 14:00:00,0.0005060081601600544\n2018-05-20 15:00:00,-0.0008337717903724684\n2018-05-20 16:00:00,-0.00033534889524874896\n2018-05-20 17:00:00,-0.00021228680352185187\n2018-05-20 18:00:00,-1.695842044375941e-05\n2018-05-20 19:00:00,0.0002567261884893319\n2018-05-20 20:00:00,-0.0010685527048778704\n2018-05-20 21:00:00,0.0005180787874953583\n2018-05-20 22:00:00,-0.00025081160713699344\n2018-05-20 23:00:00,-0.001146047325652129\n2018-05-21 00:00:00,-0.0010341363854615496\n2018-05-21 01:00:00,-0.00028861641014359883\n2018-05-21 02:00:00,-0.0003345109519350492\n2018-05-21 03:00:00,-0.00024405645898929452\n2018-05-21 04:00:00,-0.00010819638817942227\n2018-05-21 05:00:00,0.00044200935717896136\n2018-05-21 06:00:00,-0.00015423052797870095\n2018-05-21 07:00:00,-5.030371600152738e-05\n2018-05-21 08:00:00,0.0005058243516722497\n2018-05-21 09:00:00,0.000371852610813729\n2018-05-21 10:00:00,-0.0005481652149186767\n2018-05-21 11:00:00,-0.00015568232893131259\n2018-05-21 12:00:00,0.0008249206994104776\n2018-05-21 13:00:00,0.0011237478383232863\n2018-05-21 14:00:00,-0.0003360520229586278\n2018-05-21 15:00:00,0.0005276829048688571\n2018-05-21 16:00:00,-0.0005963845170315471\n2018-05-21 17:00:00,0.0019805491479109832\n2018-05-21 18:00:00,0.0006784117409528363\n2018-05-21 19:00:00,0.0010495940094867597\n2018-05-21 20:00:00,-0.0003505084884708135\n2018-05-21 21:00:00,0.00021923146792210207\n2018-05-21 22:00:00,-0.0007102712857683229\n2018-05-21 23:00:00,9.486447408474583e-05\n2018-05-22 00:00:00,-0.00019879831461404294\n2018-05-22 01:00:00,0.0001643513627505963\n2018-05-22 02:00:00,-0.00047934291828561417\n2018-05-22 03:00:00,-0.0005211252628036181\n2018-05-22 04:00:00,0.00023390962774178284\n2018-05-22 05:00:00,-0.00035174217566053516\n2018-05-22 06:00:00,-0.00037404816240465226\n2018-05-22 07:00:00,-0.0006020939342520922\n2018-05-22 08:00:00,-0.0008791385850740252\n2018-05-22 09:00:00,0.00037189198749755953\n2018-05-22 10:00:00,-0.0005623237663590823\n2018-05-22 11:00:00,0.0004710893253998425\n2018-05-22 12:00:00,0.000556077611592337\n2018-05-22 13:00:00,-0.0007341959317322471\n2018-05-22 14:00:00,-0.0005617570456713504\n2018-05-22 15:00:00,0.0002938723974927\n2018-05-22 16:00:00,0.0006394749651387867\n2018-05-22 17:00:00,-0.0006302070066382607\n2018-05-22 18:00:00,-0.0007792069066118782\n2018-05-22 19:00:00,0.0010643507992586015\n2018-05-22 20:00:00,0.00040008704356739446\n2018-05-22 21:00:00,0.0007057334789281293\n2018-05-22 22:00:00,-0.0005567294022436554\n2018-05-22 23:00:00,-5.864764437178303e-05\n2018-05-23 00:00:00,-0.00017540881340265266\n2018-05-23 01:00:00,-0.0008393036479709402\n2018-05-23 02:00:00,0.0008073625084380309\n2018-05-23 03:00:00,0.0012850461782079312\n2018-05-23 04:00:00,-0.00027418711303905637\n2018-05-23 05:00:00,5.3635612590822216e-05\n2018-05-23 06:00:00,0.0009542966407576735\n2018-05-23 07:00:00,-5.796703386438221e-06\n2018-05-23 08:00:00,0.00025057757568513805\n2018-05-23 09:00:00,-0.000735754642946084\n2018-05-23 10:00:00,6.984178412805197e-05\n2018-05-23 11:00:00,-6.781129269314846e-05\n2018-05-23 12:00:00,-0.000804569855401333\n2018-05-23 13:00:00,-0.0007385124936132901\n2018-05-23 14:00:00,-0.0005107096659371671\n2018-05-23 15:00:00,0.0006879765247589506\n2018-05-23 16:00:00,-0.000447318564077398\n2018-05-23 17:00:00,0.00020367120845996662\n2018-05-23 18:00:00,0.0003363578303809593\n2018-05-23 19:00:00,9.730071772746964e-05\n2018-05-23 20:00:00,-2.7028233838780597e-05\n2018-05-23 21:00:00,8.534733099981903e-05\n2018-05-23 22:00:00,0.0005696397993193644\n2018-05-23 23:00:00,-0.0001819886063489049\n2018-05-24 00:00:00,0.00020388843956203003\n2018-05-24 01:00:00,0.0008765049908187382\n2018-05-24 02:00:00,-0.00022359331292495443\n2018-05-24 03:00:00,-0.0005418561901397056\n2018-05-24 04:00:00,-0.00047367375239531123\n2018-05-24 05:00:00,0.0003042792037056092\n2018-05-24 06:00:00,-0.00014806965224451656\n2018-05-24 07:00:00,0.00011493940144718365\n2018-05-24 08:00:00,2.8531252481105157e-06\n2018-05-24 09:00:00,-0.0004067343316784411\n2018-05-24 10:00:00,-0.00029469323849480166\n2018-05-24 11:00:00,0.00024348986110172435\n2018-05-24 12:00:00,-8.906101407884011e-05\n2018-05-24 13:00:00,-0.00024478687954430337\n2018-05-24 14:00:00,-0.00046117862843820287\n2018-05-24 15:00:00,-0.0005898849503214766\n2018-05-24 16:00:00,-0.0011804422286218147\n2018-05-24 17:00:00,-0.0005801894252415053\n2018-05-24 18:00:00,0.0007799534921360901\n2018-05-24 19:00:00,-0.000655909217227146\n2018-05-24 20:00:00,-0.0008063928487161691\n2018-05-24 21:00:00,-0.0007562442167181414\n2018-05-24 22:00:00,0.00017161036274624845\n2018-05-24 23:00:00,0.0005589504948943806\n2018-05-25 00:00:00,-0.00017818077407954268\n2018-05-25 01:00:00,-0.0004055627043517914\n2018-05-25 02:00:00,-4.323060475575228e-05\n2018-05-25 03:00:00,3.9420168422593714e-05\n2018-05-25 04:00:00,8.241967224716833e-05\n2018-05-25 05:00:00,0.0001887806734159474\n2018-05-25 06:00:00,0.0004796313295315366\n2018-05-25 07:00:00,0.0006314180805157357\n2018-05-25 08:00:00,1.869067106819196e-05\n2018-05-25 09:00:00,0.0001768591472734316\n2018-05-25 10:00:00,0.000365454810291136\n2018-05-25 11:00:00,-0.0005471670523574169\n2018-05-25 12:00:00,0.0001871413739583736\n2018-05-25 13:00:00,0.0008260246257389385\n2018-05-25 14:00:00,-0.0009658170780323357\n2018-05-25 15:00:00,-0.0009308049343514442\n2018-05-25 16:00:00,-0.0004722781741441022\n2018-05-25 17:00:00,0.0008952476982882576\n2018-05-25 18:00:00,-0.0008694864401290754\n2018-05-25 19:00:00,-0.00016583537159514027\n2018-05-25 20:00:00,-0.0011000017953056171\n2018-05-25 21:00:00,-0.0012838196726559538\n2018-05-25 22:00:00,-0.000422327249075978\n2018-05-25 23:00:00,-0.00019593493191779525\n2018-05-26 00:00:00,0.000354506568212441\n2018-05-26 01:00:00,0.006911498573194282\n2018-05-26 02:00:00,-0.0004221980211204496\n2018-05-26 03:00:00,-0.001241675640888555\n2018-05-26 04:00:00,0.00029323633474445833\n2018-05-26 05:00:00,0.00029121804263738916\n2018-05-26 06:00:00,0.000562361389990052\n2018-05-26 07:00:00,-0.0005274987035306106\n2018-05-26 08:00:00,0.00035085493508567133\n2018-05-26 09:00:00,0.0011414043345177296\n2018-05-26 10:00:00,7.17110783387275e-05\n2018-05-26 11:00:00,-0.00010441422622551534\n2018-05-26 12:00:00,-0.00010442237969612766\n2018-05-26 13:00:00,0.00012056998287615274\n2018-05-26 14:00:00,0.0006278296621419571\n2018-05-26 15:00:00,-0.00016589433020259555\n2018-05-26 16:00:00,-0.0005377683576387924\n2018-05-26 17:00:00,0.00046651856161697924\n2018-05-26 18:00:00,0.0002138279035423001\n2018-05-26 19:00:00,2.337571798930308e-05\n2018-05-26 20:00:00,-3.86869567464787e-05\n2018-05-26 21:00:00,2.25268866020844e-06\n2018-05-26 22:00:00,-0.00036480714628014726\n2018-05-26 23:00:00,8.909996753389161e-05\n2018-05-27 00:00:00,-0.0012537948371771238\n2018-05-27 01:00:00,-0.0006821502234667337\n2018-05-27 02:00:00,-0.0016036746264466236\n2018-05-27 03:00:00,-0.0005727086551667678\n2018-05-27 04:00:00,-0.003953197752025798\n2018-05-27 05:00:00,0.0011844796123954286\n2018-05-27 06:00:00,0.0009751815634272861\n2018-05-27 07:00:00,0.000301715408011649\n2018-05-27 08:00:00,0.0007682225385010498\n2018-05-27 09:00:00,-0.00022026521699411807\n2018-05-27 10:00:00,-0.0030692003568178776\n2018-05-27 11:00:00,0.0017056017543934997\n2018-05-27 12:00:00,0.0011590704451529097\n2018-05-27 13:00:00,-0.0001482637461216134\n2018-05-27 14:00:00,-0.001611844060060335\n2018-05-27 15:00:00,0.0007362654416799261\n2018-05-27 16:00:00,-1.9660944072012238e-05\n2018-05-27 17:00:00,0.0006979145389096804\n2018-05-27 18:00:00,-0.00041941141319280935\n2018-05-27 19:00:00,-0.00028352582374323\n2018-05-27 20:00:00,-0.00047606165238247357\n2018-05-27 21:00:00,0.00028739358133778183\n2018-05-27 22:00:00,0.03836465915651767\n2018-05-27 23:00:00,-0.0017680958773111306\n2018-05-28 00:00:00,1.6109296465032256e-05\n2018-05-28 01:00:00,-0.0008950692069113898\n2018-05-28 02:00:00,-0.0004981822744411946\n2018-05-28 03:00:00,-0.0004281453854700229\n2018-05-28 04:00:00,0.0008616904009882732\n2018-05-28 05:00:00,-0.0007169507882268625\n2018-05-28 06:00:00,7.201859077533486e-05\n2018-05-28 07:00:00,-0.003157433736728792\n2018-05-28 08:00:00,0.0008428281665047596\n2018-05-28 09:00:00,-0.000707243580841934\n2018-05-28 10:00:00,0.0015494257725919443\n2018-05-28 11:00:00,-0.00021239123676358655\n2018-05-28 12:00:00,0.00320375465822939\n2018-05-28 13:00:00,-0.0015389234570206628\n2018-05-28 14:00:00,-0.002130546879702522\n2018-05-28 15:00:00,0.00015186937000302977\n2018-05-28 16:00:00,-0.0010547639481634063\n2018-05-28 17:00:00,0.0007146638179910726\n2018-05-28 18:00:00,-0.0004144310740264333\n2018-05-28 19:00:00,0.0049005161899121265\n2018-05-28 20:00:00,0.0012666900887197633\n2018-05-28 21:00:00,-0.000303777916558092\n2018-05-28 22:00:00,0.0461143260023983\n2018-05-28 23:00:00,0.0008100064235509476\n2018-05-29 00:00:00,-0.0015302366111475502\n2018-05-29 01:00:00,0.0006126401014426268\n2018-05-29 02:00:00,0.0007064852679437769\n2018-05-29 03:00:00,-0.002297140482273706\n2018-05-29 04:00:00,-0.00231273197434224\n2018-05-29 05:00:00,-0.0017347129630789638\n2018-05-29 06:00:00,-0.001480808590409558\n2018-05-29 07:00:00,-0.0006474794126478323\n2018-05-29 08:00:00,0.0009657649341303707\n2018-05-29 09:00:00,-0.0022860640685343925\n2018-05-29 10:00:00,0.0009487124250029796\n2018-05-29 11:00:00,0.0010236057074295944\n2018-05-29 12:00:00,0.000705213681981687\n2018-05-29 13:00:00,-0.001580539143210978\n2018-05-29 14:00:00,0.0016960602097309716\n2018-05-29 15:00:00,-0.0013204205262437858\n2018-05-29 16:00:00,-0.00038534674098123097\n2018-05-29 17:00:00,-0.0007340560929033756\n2018-05-29 18:00:00,0.0005452867311195876\n2018-05-29 19:00:00,-0.00018702104045621991\n2018-05-29 20:00:00,-0.00035745767670281015\n2018-05-29 21:00:00,0.0011099564899148867\n2018-05-29 22:00:00,0.0027883518560657006\n2018-05-29 23:00:00,0.0002185814923261666\n2018-05-30 00:00:00,-0.0001456781001298026\n2018-05-30 01:00:00,-0.00027971182095770707\n2018-05-30 02:00:00,-0.00028997676338575316\n2018-05-30 03:00:00,0.00012386081921371826\n2018-05-30 04:00:00,0.0013660421876090121\n2018-05-30 05:00:00,0.0013891201036520227\n2018-05-30 06:00:00,-0.0020398640901806812\n2018-05-30 07:00:00,0.000247088610011941\n2018-05-30 08:00:00,-0.001083219290763244\n2018-05-30 09:00:00,-0.003913622066911511\n2018-05-30 10:00:00,0.001189535670510146\n2018-05-30 11:00:00,0.000948427229692555\n2018-05-30 12:00:00,-0.0023679039710494875\n2018-05-30 13:00:00,-0.0007672751875743628\n2018-05-30 14:00:00,-0.00018517932289963414\n2018-05-30 15:00:00,0.00039668049224964464\n2018-05-30 16:00:00,0.005866292005158699\n2018-05-30 17:00:00,0.0006144154447419193\n2018-05-30 18:00:00,-0.0007624783918462214\n2018-05-30 19:00:00,-0.0005384323483301511\n2018-05-30 20:00:00,-0.0005895449310267198\n2018-05-30 21:00:00,-0.001036378954038955\n2018-05-30 22:00:00,0.0010456696996961508\n2018-05-30 23:00:00,-0.0018219098669361063\n2018-05-31 00:00:00,-0.0006209842658832884\n2018-05-31 01:00:00,0.0009991752014808922\n2018-05-31 02:00:00,-0.0010152413942585083\n2018-05-31 03:00:00,0.0010688004335583504\n2018-05-31 04:00:00,-0.000825625520910374\n2018-05-31 05:00:00,0.00014049528443092817\n2018-05-31 06:00:00,-0.0007090840773766072\n2018-05-31 07:00:00,0.0008581502823153762\n2018-05-31 08:00:00,0.00022887358902402686\n2018-05-31 09:00:00,0.0004708158240527634\n2018-05-31 10:00:00,-6.415607256876832e-05\n2018-05-31 11:00:00,-0.0005149524386910449\n2018-05-31 12:00:00,0.00038653237220057264\n2018-05-31 13:00:00,8.084575380743778e-05\n2018-05-31 14:00:00,-0.00023849253734408379\n2018-05-31 15:00:00,0.00012414887123792044\n2018-05-31 16:00:00,0.005458169592572501\n2018-05-31 17:00:00,-0.0014009063249171812\n2018-05-31 18:00:00,-0.00021659727607378388\n2018-05-31 19:00:00,0.0016172484651880115\n2018-05-31 20:00:00,-0.00018927006152128607\n2018-05-31 21:00:00,-0.0006733098800250545\n2018-05-31 22:00:00,0.000743042285911747\n2018-05-31 23:00:00,0.0011700984931575875\n2018-06-01 00:00:00,0.0010748869015722523\n2018-06-01 01:00:00,0.0005883438729328023\n2018-06-01 02:00:00,0.0007100108653670307\n2018-06-01 03:00:00,0.0011291332955167205\n2018-06-01 04:00:00,0.0008884544348608243\n2018-06-01 05:00:00,-0.0006043864760160347\n2018-06-01 06:00:00,4.394592230532751e-06\n2018-06-01 07:00:00,0.0018265247485590404\n2018-06-01 08:00:00,0.0015232199737169032\n2018-06-01 09:00:00,0.00011805834232719998\n2018-06-01 10:00:00,0.0004470659282998883\n2018-06-01 11:00:00,5.616463876070209e-05\n2018-06-01 12:00:00,0.003338246978895635\n2018-06-01 13:00:00,-0.0010465092604933631\n2018-06-01 14:00:00,-0.00022375462587247217\n2018-06-01 15:00:00,0.0004719696266818411\n2018-06-01 16:00:00,0.0001811348756698198\n2018-06-01 17:00:00,0.0004949103116411979\n2018-06-01 18:00:00,4.5064732889703096e-05\n2018-06-01 19:00:00,7.365367297160772e-05\n2018-06-01 20:00:00,0.0012288298386350799\n2018-06-01 21:00:00,0.000757442559754943\n2018-06-01 22:00:00,-0.0006958745271931268\n2018-06-01 23:00:00,-0.0007196812533946181\n2018-06-02 00:00:00,-0.00021203463911337068\n2018-06-02 01:00:00,6.181717316300604e-05\n2018-06-02 02:00:00,0.0006313993225533217\n2018-06-02 03:00:00,-0.0005333614998170659\n2018-06-02 04:00:00,-0.001128867207232523\n2018-06-02 05:00:00,0.00014483438351527592\n2018-06-02 06:00:00,-0.00020201798924207202\n2018-06-02 07:00:00,-0.000598089884847386\n2018-06-02 08:00:00,-0.0004269120523777592\n2018-06-02 09:00:00,0.0003574811856099142\n2018-06-02 10:00:00,0.0005884294869883219\n2018-06-02 11:00:00,-0.00021654859705236032\n2018-06-02 12:00:00,0.00010348858087058246\n2018-06-02 13:00:00,0.05276768215802251\n2018-06-02 14:00:00,0.00021232650698475362\n2018-06-02 15:00:00,-0.0003276450410512264\n2018-06-02 16:00:00,-9.923567597296511e-05\n2018-06-02 17:00:00,-0.0004889309148004987\n2018-06-02 18:00:00,0.0003642353684827283\n2018-06-02 19:00:00,-3.492246419636619e-05\n2018-06-02 20:00:00,-0.0009216558882550114\n2018-06-02 21:00:00,0.0008221997532846509\n2018-06-02 22:00:00,-8.640128362427842e-05\n2018-06-02 23:00:00,0.0006205187105216599\n2018-06-03 00:00:00,-0.0009050337213058783\n2018-06-03 01:00:00,0.002244740559396575\n2018-06-03 02:00:00,0.00031087324206484075\n2018-06-03 03:00:00,-0.0013592646024958078\n2018-06-03 04:00:00,0.000333032490622415\n2018-06-03 05:00:00,0.00015532049885932014\n2018-06-03 06:00:00,-0.0008799304764430093\n2018-06-03 07:00:00,-0.000714916029990395\n2018-06-03 08:00:00,-0.0013408529162596623\n2018-06-03 09:00:00,0.0006817952528994883\n2018-06-03 10:00:00,-0.00036121233568899724\n2018-06-03 11:00:00,-6.356792435740133e-05\n2018-06-03 12:00:00,0.0005158003611510418\n2018-06-03 13:00:00,0.0004352702070415016\n2018-06-03 14:00:00,8.692189423314289e-05\n2018-06-03 15:00:00,0.0009477474943511511\n2018-06-03 16:00:00,-0.0001069490713077745\n2018-06-03 17:00:00,-0.0003232081189296526\n2018-06-03 18:00:00,0.00042983390038780117\n2018-06-03 19:00:00,0.00013273620400066564\n2018-06-03 20:00:00,0.00028177770554327683\n2018-06-03 21:00:00,0.0007037893723425997\n2018-06-03 22:00:00,-2.8642036249972114e-05\n2018-06-03 23:00:00,0.0006624772388302411\n2018-06-04 00:00:00,0.0007013664178422835\n2018-06-04 01:00:00,-0.0002841054334988352\n2018-06-04 02:00:00,-0.0008357702040392943\n2018-06-04 03:00:00,-0.0005158587740706599\n2018-06-04 04:00:00,-0.0008359827805125594\n2018-06-04 05:00:00,0.00022076135195119517\n2018-06-04 06:00:00,0.0005351355170240979\n2018-06-04 07:00:00,-7.039704940241963e-05\n2018-06-04 08:00:00,-0.00014547819132028965\n2018-06-04 09:00:00,-0.0004315488415525044\n2018-06-04 10:00:00,-0.00037180484870533815\n2018-06-04 11:00:00,1.947546698714369e-06\n2018-06-04 12:00:00,0.0005088113141543611\n2018-06-04 13:00:00,-0.00030114233072545485\n2018-06-04 14:00:00,-0.0001027440842700927\n2018-06-04 15:00:00,0.0008074520471986188\n2018-06-04 16:00:00,-0.00025816710449734525\n2018-06-04 17:00:00,-0.0004532758334313676\n2018-06-04 18:00:00,-0.0008233574971298537\n2018-06-04 19:00:00,-0.00019600098800783691\n2018-06-04 20:00:00,-1.1477861749554692e-05\n2018-06-04 21:00:00,8.24133403462696e-05\n2018-06-04 22:00:00,-0.00039820390337045816\n2018-06-04 23:00:00,-0.0009735873263826809\n2018-06-05 00:00:00,-0.000865026543156693\n2018-06-05 01:00:00,-0.0007086864033851675\n2018-06-05 02:00:00,-0.0010595344531048859\n2018-06-05 03:00:00,0.0003989914956605433\n2018-06-05 04:00:00,-0.0015678560260631387\n2018-06-05 05:00:00,-0.0008916121980861271\n2018-06-05 06:00:00,0.0004844345817549976\n2018-06-05 07:00:00,-0.0011413877780360598\n2018-06-05 08:00:00,9.164266577221309e-05\n2018-06-05 09:00:00,-0.000147053305451823\n2018-06-05 10:00:00,7.881266907590486e-05\n2018-06-05 11:00:00,-0.0008332522024598308\n2018-06-05 12:00:00,-0.0001230285457339356\n2018-06-05 13:00:00,-0.0007761483686750712\n2018-06-05 14:00:00,0.0003313293967288609\n2018-06-05 15:00:00,0.0002729711699063654\n2018-06-05 16:00:00,-0.0010079778024296292\n2018-06-05 17:00:00,0.001031242472624754\n2018-06-05 18:00:00,0.0004373107198576847\n2018-06-05 19:00:00,0.0006999179611644014\n2018-06-05 20:00:00,-0.0005235747569423155\n2018-06-05 21:00:00,-0.00027511224121898754\n2018-06-05 22:00:00,-0.0004706559020463982\n2018-06-05 23:00:00,-0.0011616401587301423\n2018-06-06 00:00:00,-0.00130539232207282\n2018-06-06 01:00:00,-0.0003271203406992332\n2018-06-06 02:00:00,-0.0013662841520594516\n2018-06-06 03:00:00,-0.0023882749562763247\n2018-06-06 04:00:00,0.0006911689566350683\n2018-06-06 05:00:00,-0.0002692267027595433\n2018-06-06 06:00:00,-0.0009792060434966612\n2018-06-06 07:00:00,-0.00037503431928066506\n2018-06-06 08:00:00,-0.000129981856957958\n2018-06-06 09:00:00,0.0004891421767310426\n2018-06-06 10:00:00,-0.0002194420345801407\n2018-06-06 11:00:00,-0.0013569672544969408\n2018-06-06 12:00:00,0.0005146456603176867\n2018-06-06 13:00:00,-0.0003947079971572933\n2018-06-06 14:00:00,-0.0008900122872992026\n2018-06-06 15:00:00,0.00031603627540871857\n2018-06-06 16:00:00,-0.00010925592421786855\n2018-06-06 17:00:00,0.0004663969022246665\n2018-06-06 18:00:00,-9.975770456692387e-06\n2018-06-06 19:00:00,0.00035493628303876\n2018-06-06 20:00:00,0.0001674020901855051\n2018-06-06 21:00:00,-0.0001286382181137913\n2018-06-06 22:00:00,-0.0003957026881886672\n2018-06-06 23:00:00,0.00023412917697836715\n2018-06-07 00:00:00,-0.0001897980107865034\n2018-06-07 01:00:00,-7.166736411926243e-06\n2018-06-07 02:00:00,3.7002347167443945e-05\n2018-06-07 03:00:00,0.0004243316174731341\n2018-06-07 04:00:00,0.0003019372179614605\n2018-06-07 05:00:00,-0.00015045448616866607\n2018-06-07 06:00:00,0.00010536926579871853\n2018-06-07 07:00:00,-0.00016160040525607143\n2018-06-07 08:00:00,-0.0004216310422671906\n2018-06-07 09:00:00,-8.587079022996228e-05\n2018-06-07 10:00:00,-3.2226125162454897e-05\n2018-06-07 11:00:00,0.00015654065472738257\n2018-06-07 12:00:00,-0.00014875953482758558\n2018-06-07 13:00:00,0.0003307659351150492\n2018-06-07 14:00:00,-0.00032669854090583184\n2018-06-07 15:00:00,0.00021534477813174802\n2018-06-07 16:00:00,-2.7818020017025032e-05\n2018-06-07 17:00:00,-0.0004546749590679808\n2018-06-07 18:00:00,0.0006243310311651439\n2018-06-07 19:00:00,-0.0005942168481953688\n2018-06-07 20:00:00,0.0011741150228754408\n2018-06-07 21:00:00,-0.0006083111529009443\n2018-06-07 22:00:00,0.00032436227604662135\n2018-06-07 23:00:00,-0.0007879951789526022\n2018-06-08 00:00:00,-0.0002575165023886559\n2018-06-08 01:00:00,-0.00016568564114262618\n2018-06-08 02:00:00,-0.0005374695521229261\n2018-06-08 03:00:00,0.0005218614657242534\n2018-06-08 04:00:00,-0.00034399176121246484\n2018-06-08 05:00:00,-2.3049777419153652e-05\n2018-06-08 06:00:00,-1.4108772239735824e-05\n2018-06-08 07:00:00,0.00018475715305653535\n2018-06-08 08:00:00,0.00015649255694764498\n2018-06-08 09:00:00,0.00022358801729967267\n2018-06-08 10:00:00,0.0004338779115050139\n2018-06-08 11:00:00,0.0002302341349078945\n2018-06-08 12:00:00,-0.0005821386010068103\n2018-06-08 13:00:00,0.00013760291881846225\n2018-06-08 14:00:00,0.0002747581441986376\n2018-06-08 15:00:00,-5.8571126220744243e-05\n2018-06-08 16:00:00,0.00041032825357846964\n2018-06-08 17:00:00,-7.968811248718388e-07\n2018-06-08 18:00:00,-0.0012280336739439875\n2018-06-08 19:00:00,-0.00019879832095494028\n2018-06-08 20:00:00,-0.00011664246112866901\n2018-06-08 21:00:00,-0.0005043491302106559\n2018-06-08 22:00:00,0.0003907577290952232\n2018-06-08 23:00:00,0.0013164098578663612\n2018-06-09 00:00:00,0.00046816485152890503\n2018-06-09 01:00:00,0.00028456527855989837\n2018-06-09 02:00:00,0.00023603954653277876\n2018-06-09 03:00:00,0.0006171498083424093\n2018-06-09 04:00:00,0.002859940398723861\n2018-06-09 05:00:00,0.0009084519101172695\n2018-06-09 06:00:00,-0.0002169726647052865\n2018-06-09 07:00:00,-0.0001448449850879486\n2018-06-09 08:00:00,0.00017679414434652272\n2018-06-09 09:00:00,0.0006668482841368007\n2018-06-09 10:00:00,-0.0011321144590639297\n2018-06-09 11:00:00,-0.0009239177156515294\n2018-06-09 12:00:00,-0.0005085282236312038\n2018-06-09 13:00:00,0.00012950182892147095\n2018-06-09 14:00:00,-0.00014764994303372272\n2018-06-09 15:00:00,0.00013462751028976943\n2018-06-09 16:00:00,0.00010844552800703228\n2018-06-09 17:00:00,-0.00029070810217907123\n2018-06-09 18:00:00,0.00013299632359866137\n2018-06-09 19:00:00,-0.001448706406067269\n2018-06-09 20:00:00,2.0137994462964153e-05\n2018-06-09 21:00:00,-0.0002457862548457621\n2018-06-09 22:00:00,-0.0006168786595817784\n2018-06-09 23:00:00,-0.00022407977725252698\n2018-06-10 00:00:00,0.00031718280768999464\n2018-06-10 01:00:00,-0.0010658847618899155\n2018-06-10 02:00:00,0.0008899500139023617\n2018-06-10 03:00:00,0.000576060111340334\n2018-06-10 04:00:00,-0.0005923567003110886\n2018-06-10 05:00:00,-0.00013040960887479553\n2018-06-10 06:00:00,-0.0006244226112264101\n2018-06-10 07:00:00,0.00012867979510958096\n2018-06-10 08:00:00,-0.00022718764696875673\n2018-06-10 09:00:00,-6.01124672918405e-05\n2018-06-10 10:00:00,0.0007055058587044028\n2018-06-10 11:00:00,0.0006177122033949898\n2018-06-10 12:00:00,0.00045796388726220444\n2018-06-10 13:00:00,-0.0007608334649872026\n2018-06-10 14:00:00,-7.133211609850339e-06\n2018-06-10 15:00:00,-0.00016602838842561551\n2018-06-10 16:00:00,0.0004464433953695239\n2018-06-10 17:00:00,0.0003823297663318653\n2018-06-10 18:00:00,-7.355136068630353e-05\n2018-06-10 19:00:00,-0.0006443006244943065\n2018-06-10 20:00:00,0.0002448717432556089\n2018-06-10 21:00:00,9.8245852045703e-05\n2018-06-10 22:00:00,0.0001944628719990817\n2018-06-10 23:00:00,5.87765880783137e-05\n2018-06-11 00:00:00,0.0007780349181559236\n2018-06-11 01:00:00,-0.0011951749195077846\n2018-06-11 02:00:00,-0.00016982198698185604\n2018-06-11 03:00:00,0.0007314525774151886\n2018-06-11 04:00:00,-0.00020940291403164735\n2018-06-11 05:00:00,-3.5126296565580614e-05\n2018-06-11 06:00:00,0.0002464798741451045\n2018-06-11 07:00:00,9.443642115813543e-05\n2018-06-11 08:00:00,0.00031352700354172304\n2018-06-11 09:00:00,-0.0008332013395295312\n2018-06-11 10:00:00,0.0002546768748033312\n2018-06-11 11:00:00,-0.0002296852745222773\n2018-06-11 12:00:00,7.1729222181944935e-06\n2018-06-11 13:00:00,2.875973826293243e-05\n2018-06-11 14:00:00,-0.0002900438136469465\n2018-06-11 15:00:00,0.00014239832966498893\n2018-06-11 16:00:00,-0.00010373766649945727\n2018-06-11 17:00:00,1.0858918413266306e-05\n2018-06-11 18:00:00,-1.5506574283535545e-05\n2018-06-11 19:00:00,-0.0002856541553562481\n2018-06-11 20:00:00,-2.502332596214632e-05\n2018-06-11 21:00:00,-0.0006744203156668896\n2018-06-11 22:00:00,0.00018142683362885382\n2018-06-11 23:00:00,-6.565036585855379e-05\n2018-06-12 00:00:00,0.00012084397319439967\n2018-06-12 01:00:00,6.458534336938723e-06\n2018-06-12 02:00:00,0.00036007443831023657\n2018-06-12 03:00:00,6.404163972703246e-05\n2018-06-12 04:00:00,0.00017328269036846988\n2018-06-12 05:00:00,-0.0001151765425359232\n2018-06-12 06:00:00,3.919193681628408e-05\n2018-06-12 07:00:00,0.00019714584708216935\n2018-06-12 08:00:00,2.6118704337416796e-05\n2018-06-12 09:00:00,-0.00018760650066841712\n2018-06-12 10:00:00,0.0001484372214548466\n2018-06-12 11:00:00,-0.00024246163398108662\n2018-06-12 12:00:00,9.464134294346375e-05\n2018-06-12 13:00:00,-0.0003094664145023161\n2018-06-12 14:00:00,0.00029156430932251987\n2018-06-12 15:00:00,-0.00026210272297988956\n2018-06-12 16:00:00,0.0004684168897297154\n2018-06-12 17:00:00,-0.00021520215572459297\n2018-06-12 18:00:00,-2.06228948657011e-05\n2018-06-12 19:00:00,-2.3005756308431678e-05\n2018-06-12 20:00:00,-0.00018820717442044198\n2018-06-12 21:00:00,2.241599539683996e-06\n2018-06-12 22:00:00,-0.0005794249206171338\n2018-06-12 23:00:00,-0.0003068830794616481\n2018-06-13 00:00:00,4.9549753886160946e-05\n2018-06-13 01:00:00,-0.00017583370286991935\n2018-06-13 02:00:00,-0.00021419709775869557\n2018-06-13 03:00:00,-0.00025910656954668504\n2018-06-13 04:00:00,0.00013817913335036818\n2018-06-13 05:00:00,0.00013521484094878515\n2018-06-13 06:00:00,0.0001509752134492141\n2018-06-13 07:00:00,0.00044593908773044613\n2018-06-13 08:00:00,-4.452822265459221e-05\n2018-06-13 09:00:00,0.00013278828497441356\n2018-06-13 10:00:00,0.0004156417990318977\n2018-06-13 11:00:00,-0.0003888027541335243\n2018-06-13 12:00:00,-0.0002153480041121885\n2018-06-13 13:00:00,-0.0005945270537614123\n2018-06-13 14:00:00,-0.0010055816753034854\n2018-06-13 15:00:00,-0.00012836184011863494\n2018-06-13 16:00:00,0.0002579971630459014\n2018-06-13 17:00:00,0.0004672319383400791\n2018-06-13 18:00:00,0.0009010870953512271\n2018-06-13 19:00:00,-0.0005697817538483326\n2018-06-13 20:00:00,-0.0005554091130289881\n2018-06-13 21:00:00,0.0010621032987978237\n2018-06-13 22:00:00,-7.890965164772788e-05\n2018-06-13 23:00:00,-0.0001978292797695337\n2018-06-14 00:00:00,0.0005952702164775677\n2018-06-14 01:00:00,-0.00030950641208916897\n2018-06-14 02:00:00,4.0888210790575227e-05\n2018-06-14 03:00:00,-9.855418919160874e-05\n2018-06-14 04:00:00,0.00017370824562687982\n2018-06-14 05:00:00,-0.00032448253588124537\n2018-06-14 06:00:00,-2.2604481449208794e-05\n2018-06-14 07:00:00,-6.05682323460939e-05\n2018-06-14 08:00:00,-2.6493115031927074e-05\n2018-06-14 09:00:00,0.0004647438628244125\n2018-06-14 10:00:00,4.4380615845466005e-05\n2018-06-14 11:00:00,0.0004930541407386197\n2018-06-14 12:00:00,0.0008335257333596197\n2018-06-14 13:00:00,8.003410566954946e-05\n2018-06-14 14:00:00,-1.3879585286873024e-06\n2018-06-14 15:00:00,-0.00047666679674276003\n2018-06-14 16:00:00,-0.00020500158336522533\n2018-06-14 17:00:00,0.00033125505823044973\n2018-06-14 18:00:00,0.000890144692659023\n2018-06-14 19:00:00,-0.0006691381330201286\n2018-06-14 20:00:00,0.00019132575138533695\n2018-06-14 21:00:00,-0.0009745278723622322\n2018-06-14 22:00:00,-0.0001360685932649752\n2018-06-14 23:00:00,9.391690358196623e-05\n2018-06-15 00:00:00,0.0006133704060765935\n2018-06-15 01:00:00,5.261927517765553e-05\n2018-06-15 02:00:00,-0.00037098113269182025\n2018-06-15 03:00:00,-0.0003968257366704337\n2018-06-15 04:00:00,-2.927781671691916e-05\n2018-06-15 05:00:00,0.00012569217532870522\n2018-06-15 06:00:00,0.0005513296611781674\n2018-06-15 07:00:00,-0.0003089282288890745\n2018-06-15 08:00:00,-0.00012540985159890223\n2018-06-15 09:00:00,0.0002931015484039631\n2018-06-15 10:00:00,-0.0002463257462883009\n2018-06-15 11:00:00,-0.00010168202248463284\n2018-06-15 12:00:00,0.000501906871907202\n2018-06-15 13:00:00,0.00012182132201583396\n2018-06-15 14:00:00,0.0005566016201431041\n2018-06-15 15:00:00,-0.0004459811298884393\n2018-06-15 16:00:00,-0.00010788595266587853\n2018-06-15 17:00:00,6.410770713709594e-05\n2018-06-15 18:00:00,9.202790872314611e-05\n2018-06-15 19:00:00,-0.00041055563638543816\n2018-06-15 20:00:00,-0.0005554935829556356\n2018-06-15 21:00:00,0.0004102054917510578\n2018-06-15 22:00:00,-0.0005110790064817363\n2018-06-15 23:00:00,0.0001317002557985707\n2018-06-16 00:00:00,-0.00019695917060328752\n2018-06-16 01:00:00,-0.0004230741765555745\n2018-06-16 02:00:00,-0.000187419405169971\n2018-06-16 03:00:00,0.00018284451459681808\n2018-06-16 04:00:00,-0.00010646729654142936\n2018-06-16 05:00:00,-4.869899567056123e-05\n2018-06-16 06:00:00,0.00020273470926705176\n2018-06-16 07:00:00,-0.00021046218097899087\n2018-06-16 08:00:00,5.240076355189054e-05\n2018-06-16 09:00:00,-0.0004556503647331024\n2018-06-16 10:00:00,-4.3312855261586787e-05\n2018-06-16 11:00:00,0.00026890279885386273\n2018-06-16 12:00:00,-0.00027321926149514607\n2018-06-16 13:00:00,-0.00044931595523015636\n2018-06-16 14:00:00,-0.00011892032754860944\n2018-06-16 15:00:00,0.0001738215204111968\n2018-06-16 16:00:00,-0.0005357405804539096\n2018-06-16 17:00:00,-1.2211898848075521e-05\n2018-06-16 18:00:00,-0.0002322911063127072\n2018-06-16 19:00:00,-0.0004080849487088888\n2018-06-16 20:00:00,-0.00032388946804306026\n2018-06-16 21:00:00,0.0005030234761662124\n2018-06-16 22:00:00,0.00022073432454771172\n2018-06-16 23:00:00,0.0010548915354665301\n2018-06-17 00:00:00,0.001619725395713071\n2018-06-17 01:00:00,-0.002074830585045667\n2018-06-17 02:00:00,-0.0017126219885073264\n2018-06-17 03:00:00,-0.0007767989172335805\n2018-06-17 04:00:00,0.0005810902435996403\n2018-06-17 05:00:00,0.0005505239022276439\n2018-06-17 06:00:00,0.0008249039908130078\n2018-06-17 07:00:00,0.0010108678106725225\n2018-06-17 08:00:00,-0.0003256680790081558\n2018-06-17 09:00:00,0.0011808619020933124\n2018-06-17 10:00:00,-0.00027096322241958615\n2018-06-17 11:00:00,-0.0010343966333110984\n2018-06-17 12:00:00,-0.0005214342550006202\n2018-06-17 13:00:00,-0.00037638420002878505\n2018-06-17 14:00:00,-0.0011513852534553075\n2018-06-17 15:00:00,-0.00018667372185589357\n2018-06-17 16:00:00,-0.0011849588718068848\n2018-06-17 17:00:00,0.00035468346591951397\n2018-06-17 18:00:00,-0.000693122073953084\n2018-06-17 19:00:00,-0.0006114253579878702\n2018-06-17 20:00:00,0.0002695136269368884\n2018-06-17 21:00:00,-0.0005879729326347709\n2018-06-17 22:00:00,-0.001265967850494299\n2018-06-17 23:00:00,0.00027933720980737633\n2018-06-18 00:00:00,0.03923055350481821\n2018-06-18 01:00:00,-0.0019154846310088904\n2018-06-18 02:00:00,0.0015164884025821172\n2018-06-18 03:00:00,0.0003299253815860338\n2018-06-18 04:00:00,0.0007860244897919541\n2018-06-18 05:00:00,0.0008789338491984348\n2018-06-18 06:00:00,0.0017427097844089322\n2018-06-18 07:00:00,-0.00036354790008394594\n2018-06-18 08:00:00,0.001420485838141484\n2018-06-18 09:00:00,7.953462555940755e-07\n2018-06-18 10:00:00,-9.835171600184425e-05\n2018-06-18 11:00:00,-0.0006011251403484128\n2018-06-18 12:00:00,-0.002013984836615626\n2018-06-18 13:00:00,0.00472507490521997\n2018-06-18 14:00:00,-0.002791747514123367\n2018-06-18 15:00:00,-0.0009009064745712635\n2018-06-18 16:00:00,-0.0014038787440395115\n2018-06-18 17:00:00,-1.910527433013223e-05\n2018-06-18 18:00:00,-0.0018310000766592783\n2018-06-18 19:00:00,-0.0026988708134037423\n2018-06-18 20:00:00,-0.00030980773585335443\n2018-06-18 21:00:00,-0.0009807133442113545\n2018-06-18 22:00:00,0.00013039416814297961\n2018-06-18 23:00:00,-5.791031938820509e-05\n2018-06-19 00:00:00,-0.0021153078398864753\n2018-06-19 01:00:00,3.777995914137175e-05\n2018-06-19 02:00:00,-0.002210049226351126\n2018-06-19 03:00:00,-0.0014421562359156076\n2018-06-19 04:00:00,-0.0005190097224974986\n2018-06-19 05:00:00,-0.001062127605100475\n2018-06-19 06:00:00,0.0005666880420758424\n2018-06-19 07:00:00,0.0003626516776441938\n2018-06-19 08:00:00,0.0012665662838739298\n2018-06-19 09:00:00,-8.659540319837956e-05\n2018-06-19 10:00:00,0.0002618124405772693\n2018-06-19 11:00:00,-0.0010473182264201014\n2018-06-19 12:00:00,0.0001379382484652174\n2018-06-19 13:00:00,0.0009100016601650922\n2018-06-19 14:00:00,0.0003293065015881073\n2018-06-19 15:00:00,-0.0003906878843538164\n2018-06-19 16:00:00,-0.0006354968749932796\n2018-06-19 17:00:00,0.0001849182673941064\n2018-06-19 18:00:00,0.040310073002012975\n2018-06-19 19:00:00,-0.0027000829660969966\n2018-06-19 20:00:00,0.0004599046478839146\n2018-06-19 21:00:00,0.000749410710033749\n2018-06-19 22:00:00,0.00017330439933222058\n2018-06-19 23:00:00,0.00041298016121839786\n2018-06-20 00:00:00,-0.0022540992258287484\n2018-06-20 01:00:00,0.0030616479181126807\n2018-06-20 02:00:00,-4.018530843983654e-05\n2018-06-20 03:00:00,0.0003813676600382113\n2018-06-20 04:00:00,-0.0004899392274768481\n2018-06-20 05:00:00,0.0004268091880707029\n2018-06-20 06:00:00,-0.00039544373111943327\n2018-06-20 07:00:00,0.0005544781264943994\n2018-06-20 08:00:00,0.0006564896142715528\n2018-06-20 09:00:00,-0.0006311738352603553\n2018-06-20 10:00:00,-0.0005299528869744748\n2018-06-20 11:00:00,0.00023980240758781228\n2018-06-20 12:00:00,-0.00027078452484538784\n2018-06-20 13:00:00,0.0007115892746146839\n2018-06-20 14:00:00,0.00012122541335879891\n2018-06-20 15:00:00,-0.0004367257026050064\n2018-06-20 16:00:00,-0.00024562817536097884\n2018-06-20 17:00:00,0.000931308254576981\n2018-06-20 18:00:00,-0.0006628097882413291\n2018-06-20 19:00:00,-0.002382828486906552\n2018-06-20 20:00:00,-0.0007925333207615641\n2018-06-20 21:00:00,0.0037927614302985624\n2018-06-20 22:00:00,0.003758303634763173\n2018-06-20 23:00:00,0.0017832437498409431\n2018-06-21 00:00:00,0.00044269811112479426\n2018-06-21 01:00:00,-0.0007843326421119913\n2018-06-21 02:00:00,-0.0007923109762225476\n2018-06-21 03:00:00,1.7739117602746803e-05\n2018-06-21 04:00:00,0.0001421843597359538\n2018-06-21 05:00:00,0.0007302423748860244\n2018-06-21 06:00:00,0.00010811478309567606\n2018-06-21 07:00:00,-0.000812879475482149\n2018-06-21 08:00:00,-6.250792653815673e-05\n2018-06-21 09:00:00,-0.00019674466248021245\n2018-06-21 10:00:00,-6.363796555747877e-05\n2018-06-21 11:00:00,9.407103202123517e-05\n2018-06-21 12:00:00,-0.0002523191215194704\n2018-06-21 13:00:00,0.0007253042282934882\n2018-06-21 14:00:00,-0.00023048888489333856\n2018-06-21 15:00:00,0.008275897611594885\n2018-06-21 16:00:00,0.00031174982053287195\n2018-06-21 17:00:00,-0.00021825569466327985\n2018-06-21 18:00:00,0.0003508274520590109\n2018-06-21 19:00:00,0.0006515209552434625\n2018-06-21 20:00:00,-0.0005763367817938553\n2018-06-21 21:00:00,0.0001367143246614607\n2018-06-21 22:00:00,-0.0007369678605722257\n2018-06-21 23:00:00,0.0012765242012877486\n2018-06-22 00:00:00,-0.000810532069261331\n2018-06-22 01:00:00,0.000560320073444031\n2018-06-22 02:00:00,-0.0002515639744053722\n2018-06-22 03:00:00,-0.0007287354050611311\n2018-06-22 04:00:00,9.323862855016143e-05\n2018-06-22 05:00:00,-0.00015876765439412868\n2018-06-22 06:00:00,0.0008840168367454982\n2018-06-22 07:00:00,0.0006154045272274242\n2018-06-22 08:00:00,2.3915228026784504e-05\n2018-06-22 09:00:00,-4.586184598341753e-06\n2018-06-22 10:00:00,8.635774291781457e-05\n2018-06-22 11:00:00,-3.401506775747612e-05\n2018-06-22 12:00:00,-0.0056478938904655955\n2018-06-22 13:00:00,0.0007969072844516623\n2018-06-22 14:00:00,0.02064405550112331\n2018-06-22 15:00:00,0.0009611227581585784\n2018-06-22 16:00:00,-2.9033079453638023e-05\n2018-06-22 17:00:00,0.0010903090632185925\n2018-06-22 18:00:00,0.0005889117850441294\n2018-06-22 19:00:00,-0.0007748808330004508\n2018-06-22 20:00:00,0.000930524556682151\n2018-06-22 21:00:00,-6.611844963782615e-06\n2018-06-22 22:00:00,0.0004701029975695905\n2018-06-22 23:00:00,0.0008848153777939422\n2018-06-23 00:00:00,-0.00044640044110695994\n2018-06-23 01:00:00,-0.0004939722669750992\n2018-06-23 02:00:00,4.0927008372150395e-05\n2018-06-23 03:00:00,-0.0013233317612324372\n2018-06-23 04:00:00,-0.00033522109823299695\n2018-06-23 05:00:00,-0.0015274139939898332\n2018-06-23 06:00:00,-0.00012331068589390467\n2018-06-23 07:00:00,-0.0011653630360877391\n2018-06-23 08:00:00,-0.0002975100010264648\n2018-06-23 09:00:00,-9.8246547398741e-05\n2018-06-23 10:00:00,-0.0001901486994754195\n2018-06-23 11:00:00,0.0001778150497140511\n2018-06-23 12:00:00,-7.198222489200942e-05\n2018-06-23 13:00:00,0.0009765677870376649\n2018-06-23 14:00:00,0.047701078066716564\n2018-06-23 15:00:00,-0.00011511159943667249\n2018-06-23 16:00:00,0.0009003150645715202\n2018-06-23 17:00:00,-6.023110414328456e-05\n2018-06-23 18:00:00,-3.68917000320971e-05\n2018-06-23 19:00:00,0.0005477729323855069\n2018-06-23 20:00:00,0.0014426931273725672\n2018-06-23 21:00:00,0.000714449001932068\n2018-06-23 22:00:00,-0.0004066196008375195\n2018-06-23 23:00:00,0.00044856823188904566\n2018-06-24 00:00:00,0.00014385124105634192\n2018-06-24 01:00:00,-0.0007021422087357797\n2018-06-24 02:00:00,-0.001053672710515163\n2018-06-24 03:00:00,-0.0007305608450290377\n2018-06-24 04:00:00,-0.0007000972906789374\n2018-06-24 05:00:00,-0.0009223893186425785\n2018-06-24 06:00:00,2.5999409965346433e-05\n2018-06-24 07:00:00,0.0001333985342453093\n2018-06-24 08:00:00,0.0014011620880410428\n2018-06-24 09:00:00,0.0009781244150825718\n2018-06-24 10:00:00,-0.0005843825546745699\n2018-06-24 11:00:00,0.0004784049392174585\n2018-06-24 12:00:00,-0.0004488630127096395\n2018-06-24 13:00:00,0.0002946958695230985\n2018-06-24 14:00:00,1.7834569851519852e-05\n2018-06-24 15:00:00,-0.0002495934133807704\n2018-06-24 16:00:00,-0.0004907842907407417\n2018-06-24 17:00:00,-0.0012774385510887006\n2018-06-24 18:00:00,0.002037766661910877\n2018-06-24 19:00:00,-0.00033648297402812593\n2018-06-24 20:00:00,-4.0504969928012456e-05\n2018-06-24 21:00:00,-0.00043727179840145615\n2018-06-24 22:00:00,-7.758767536883955e-05\n2018-06-24 23:00:00,5.574313780464039e-05\n2018-06-25 00:00:00,0.0009442762880763965\n2018-06-25 01:00:00,0.00014254150379943968\n2018-06-25 02:00:00,-3.37098695443e-05\n2018-06-25 03:00:00,0.0003181926285719385\n2018-06-25 04:00:00,-0.00016975004090681958\n2018-06-25 05:00:00,0.00013111752520397228\n2018-06-25 06:00:00,-0.00012705112927984425\n2018-06-25 07:00:00,-8.276233357799722e-05\n2018-06-25 08:00:00,0.0003693877754823727\n2018-06-25 09:00:00,-1.3345506422622984e-06\n2018-06-25 10:00:00,-0.0005686043380005089\n2018-06-25 11:00:00,0.0008034549973973943\n2018-06-25 12:00:00,-0.0011766495502320254\n2018-06-25 13:00:00,-5.3579898646095834e-05\n2018-06-25 14:00:00,-0.0007092175483889218\n2018-06-25 15:00:00,1.5299109387702178e-05\n2018-06-25 16:00:00,0.00023658814721492415\n2018-06-25 17:00:00,0.001447954000991888\n2018-06-25 18:00:00,-0.00014958584926675557\n2018-06-25 19:00:00,-0.0004100861250833245\n2018-06-25 20:00:00,-0.0004264405824044789\n2018-06-25 21:00:00,-0.0003071136722147737\n2018-06-25 22:00:00,-1.7330013781324564e-05\n2018-06-25 23:00:00,-0.0010747671434587775\n2018-06-26 00:00:00,0.0005273250375511252\n2018-06-26 01:00:00,0.00036701297824215704\n2018-06-26 02:00:00,-0.00016333866506790219\n2018-06-26 03:00:00,0.00033297756050545507\n2018-06-26 04:00:00,-0.00017942050223970475\n2018-06-26 05:00:00,-0.0001664264590993961\n2018-06-26 06:00:00,0.00010868403670608529\n2018-06-26 07:00:00,-0.000450365672075394\n2018-06-26 08:00:00,0.0004142704762971913\n2018-06-26 09:00:00,0.00015293401990212248\n2018-06-26 10:00:00,-0.0003317815413030313\n2018-06-26 11:00:00,-0.00032258945987290427\n2018-06-26 12:00:00,-0.00010338987426959958\n2018-06-26 13:00:00,0.0003783614335487931\n2018-06-26 14:00:00,0.00023195956264914313\n2018-06-26 15:00:00,-0.00047276498414482713\n2018-06-26 16:00:00,0.00047361129027899103\n2018-06-26 17:00:00,-0.0011997144995575695\n2018-06-26 18:00:00,-0.0005109260382466254\n2018-06-26 19:00:00,-0.0005328644150425009\n2018-06-26 20:00:00,0.00021731909659999252\n2018-06-26 21:00:00,0.0005496108528860392\n2018-06-26 22:00:00,0.00028079059519821965\n2018-06-26 23:00:00,0.0012471731425249223\n2018-06-27 00:00:00,0.0005788474116650557\n2018-06-27 01:00:00,0.001289752219060858\n2018-06-27 02:00:00,-0.0008547618166267255\n2018-06-27 03:00:00,0.00018001543297647277\n2018-06-27 04:00:00,-0.0005247199505041819\n2018-06-27 05:00:00,0.00045625185226879684\n2018-06-27 06:00:00,-0.0001817101175671898\n2018-06-27 07:00:00,-0.00010402454873748434\n2018-06-27 08:00:00,0.00010179597571947674\n2018-06-27 09:00:00,0.0004322318924984948\n2018-06-27 10:00:00,-2.9226754413921102e-05\n2018-06-27 11:00:00,-0.0001440974210517908\n2018-06-27 12:00:00,-0.0017768673359712648\n2018-06-27 13:00:00,0.001258251422171483\n2018-06-27 14:00:00,0.0013629771721416013\n2018-06-27 15:00:00,0.0008659698680777656\n2018-06-27 16:00:00,-0.00027506476834356504\n2018-06-27 17:00:00,-0.00022156715827519738\n2018-06-27 18:00:00,-0.0003515758590153184\n2018-06-27 19:00:00,-9.458233875648251e-05\n2018-06-27 20:00:00,0.0001563937669040835\n2018-06-27 21:00:00,-0.0003105255779604172\n2018-06-27 22:00:00,-0.00020498733086491786\n2018-06-27 23:00:00,-0.0010410826879172668\n2018-06-28 00:00:00,-0.0003977404561745182\n2018-06-28 01:00:00,-0.0002692155725920115\n2018-06-28 02:00:00,-0.001962283739346336\n2018-06-28 03:00:00,-0.0011129391778348903\n2018-06-28 04:00:00,-0.0007690511344789686\n2018-06-28 05:00:00,-0.0004259186045026434\n2018-06-28 06:00:00,0.0005908736046832209\n2018-06-28 07:00:00,-0.00019207874343565656\n2018-06-28 08:00:00,-5.90575501730454e-05\n2018-06-28 09:00:00,-0.00016044353234079048\n2018-06-28 10:00:00,-0.0005613651935331968\n2018-06-28 11:00:00,0.00036736932709332447\n2018-06-28 12:00:00,-0.0006843351756064176\n2018-06-28 13:00:00,-0.00035592167820419954\n2018-06-28 14:00:00,0.0001845658599822601\n2018-06-28 15:00:00,0.00012030766875111046\n2018-06-28 16:00:00,-0.00016685864196739524\n2018-06-28 17:00:00,-0.0001676126774050112\n2018-06-28 18:00:00,-0.0007895566702068302\n2018-06-28 19:00:00,1.1189777881965799e-05\n2018-06-28 20:00:00,-0.0010652609382713508\n2018-06-28 21:00:00,0.0003743655661489798\n2018-06-28 22:00:00,6.036704314824785e-05\n2018-06-28 23:00:00,-0.0013627522480326201\n2018-06-29 00:00:00,-0.0021143215234024617\n2018-06-29 01:00:00,0.0014683120209455793\n2018-06-29 02:00:00,-0.00047757055055695785\n2018-06-29 03:00:00,0.00019454897737874145\n2018-06-29 04:00:00,-0.00015186221256230384\n2018-06-29 05:00:00,0.0001267799623111967\n2018-06-29 06:00:00,0.00032751411409117606\n2018-06-29 07:00:00,-0.0001380868329623704\n2018-06-29 08:00:00,0.00019020535416168404\n2018-06-29 09:00:00,8.374046288615384e-05\n2018-06-29 10:00:00,0.00033641128547712566\n2018-06-29 11:00:00,0.00012965096067033146\n2018-06-29 12:00:00,-4.602598050390523e-05\n2018-06-29 13:00:00,-0.0001060409894356058\n2018-06-29 14:00:00,-0.00021307256675864145\n2018-06-29 15:00:00,-0.00018984619992215847\n2018-06-29 16:00:00,0.0001156816952104058\n2018-06-29 17:00:00,0.0008836034263104838\n2018-06-29 18:00:00,-0.00014723403286055607\n2018-06-29 19:00:00,-3.012840838955976e-05\n2018-06-29 20:00:00,-0.0001533303683621539\n2018-06-29 21:00:00,0.00011733486023383945\n2018-06-29 22:00:00,0.0003336111048161186\n2018-06-29 23:00:00,-0.00011746961622328164\n2018-06-30 00:00:00,3.521941977380542e-05\n2018-06-30 01:00:00,-6.678642617846297e-05\n2018-06-30 02:00:00,-6.839652161299145e-05\n2018-06-30 03:00:00,-6.45470241297751e-06\n2018-06-30 04:00:00,0.0002628491634836661\n2018-06-30 05:00:00,-0.0005193004603621469\n2018-06-30 06:00:00,-3.176645963315312e-05\n2018-06-30 07:00:00,0.000215711390492696\n2018-06-30 08:00:00,0.000581762016495593\n2018-06-30 09:00:00,0.0011068526950083974\n2018-06-30 10:00:00,0.0007176219202029363\n2018-06-30 11:00:00,-0.00026962051279956706\n2018-06-30 12:00:00,0.00029287769268876456\n2018-06-30 13:00:00,-8.43253546622985e-05\n2018-06-30 14:00:00,7.159033047344484e-05\n2018-06-30 15:00:00,7.819577855440795e-05\n2018-06-30 16:00:00,6.949559163620219e-05\n2018-06-30 17:00:00,-0.0006116431581352364\n2018-06-30 18:00:00,-5.0435384510500545e-06\n2018-06-30 19:00:00,0.0007101434452330053\n2018-06-30 20:00:00,-0.00044572902064531506\n2018-06-30 21:00:00,-8.032907225705242e-05\n2018-06-30 22:00:00,-0.0007203824691486604\n2018-06-30 23:00:00,0.0005776463320311576\n2018-07-01 00:00:00,-4.588834592587913e-05\n2018-07-01 01:00:00,-0.00016152240069872118\n2018-07-01 02:00:00,-0.00017722792578994057\n2018-07-01 03:00:00,0.0005505051490497283\n2018-07-01 04:00:00,-0.00010413755047193672\n2018-07-01 05:00:00,0.00011756940581965785\n2018-07-01 06:00:00,7.726250628052006e-05\n2018-07-01 07:00:00,-2.9677105172049408e-05\n2018-07-01 08:00:00,-0.00034093778980939164\n2018-07-01 09:00:00,-0.0007707112060704893\n2018-07-01 10:00:00,7.943082103886537e-05\n2018-07-01 11:00:00,0.00014163649852881417\n2018-07-01 12:00:00,-0.000621175635092561\n2018-07-01 13:00:00,1.9409499960285133e-05\n2018-07-01 14:00:00,-0.0003641908765880525\n2018-07-01 15:00:00,1.9725319345766883e-05\n2018-07-01 16:00:00,0.0006766060509185879\n2018-07-01 17:00:00,0.0005314851865516623\n2018-07-01 18:00:00,-0.0005135062056890709\n2018-07-01 19:00:00,-0.001327261942983685\n2018-07-01 20:00:00,0.000379408827151659\n2018-07-01 21:00:00,-0.00021548225124921967\n2018-07-01 22:00:00,-8.190725839920431e-05\n2018-07-01 23:00:00,-0.0002929789062873354\n2018-07-02 00:00:00,0.0006221288308781573\n2018-07-02 01:00:00,5.165711094994963e-05\n2018-07-02 02:00:00,-2.270806679396291e-05\n2018-07-02 03:00:00,6.411548587981295e-05\n2018-07-02 04:00:00,-0.0001088559618491835\n2018-07-02 05:00:00,0.00030304912581685266\n2018-07-02 06:00:00,0.00010776207303012619\n2018-07-02 07:00:00,2.5878228155219047e-05\n2018-07-02 08:00:00,0.0002922487107713597\n2018-07-02 09:00:00,0.0007005492398747373\n2018-07-02 10:00:00,-0.0009172476633106442\n2018-07-02 11:00:00,0.0006641956605958411\n2018-07-02 12:00:00,-0.0003614624137083656\n2018-07-02 13:00:00,0.00034376201281754326\n2018-07-02 14:00:00,-0.00015660543623476962\n2018-07-02 15:00:00,-0.0011968410033710818\n2018-07-02 16:00:00,3.1760994333936885e-05\n2018-07-02 17:00:00,0.0005101091889872256\n2018-07-02 18:00:00,0.0010361207872379098\n2018-07-02 19:00:00,-0.001043826796615919\n2018-07-02 20:00:00,0.0004985280978768557\n2018-07-02 21:00:00,-0.00035821230999921196\n2018-07-02 22:00:00,-0.0011373728893561354\n2018-07-02 23:00:00,0.0004611659173401854\n2018-07-03 00:00:00,-0.00015863635594510234\n2018-07-03 01:00:00,-0.00013056002481165715\n2018-07-03 02:00:00,-0.0004432274901428383\n2018-07-03 03:00:00,-2.937141485109438e-06\n2018-07-03 04:00:00,0.00039840156886404603\n2018-07-03 05:00:00,6.541714966381715e-05\n2018-07-03 06:00:00,0.0001942522652687102\n2018-07-03 07:00:00,-0.0003076725000656433\n2018-07-03 08:00:00,0.0002467958708325686\n2018-07-03 09:00:00,-0.0006470949466221576\n2018-07-03 10:00:00,0.0004854200364040462\n2018-07-03 11:00:00,-0.0002718868410055482\n2018-07-03 12:00:00,-0.0002419052295996096\n2018-07-03 13:00:00,-0.00030415582119076964\n2018-07-03 14:00:00,0.00021774705614179592\n2018-07-03 15:00:00,3.349401395481569e-05\n2018-07-03 16:00:00,0.00026977041877218\n2018-07-03 17:00:00,0.0004224487430518071\n2018-07-03 18:00:00,-1.2218282380082425e-05\n2018-07-03 19:00:00,-0.00016686503031920787\n2018-07-03 20:00:00,0.0006475988970472707\n2018-07-03 21:00:00,-9.518728502054335e-05\n2018-07-03 22:00:00,0.0006518896107614274\n2018-07-03 23:00:00,-0.0004085602034584439\n2018-07-04 00:00:00,0.00017770573822009506\n2018-07-04 01:00:00,0.00011386565840504619\n2018-07-04 02:00:00,-1.4762134035670074e-05\n2018-07-04 03:00:00,0.00012414933307568058\n2018-07-04 04:00:00,-0.00027545686582013145\n2018-07-04 05:00:00,-0.00022253170687126745\n2018-07-04 06:00:00,0.0004987720706673887\n2018-07-04 07:00:00,0.0003131379262005203\n2018-07-04 08:00:00,-0.0005144292290308484\n2018-07-04 09:00:00,-0.00031811901701541616\n2018-07-04 10:00:00,0.0002477404776252658\n2018-07-04 11:00:00,-0.0003653782709620996\n2018-07-04 12:00:00,0.00044215034473142167\n2018-07-04 13:00:00,0.0002556916881880592\n2018-07-04 14:00:00,0.00013371627680310505\n2018-07-04 15:00:00,0.00020942223594033575\n2018-07-04 16:00:00,0.00013071697270981004\n2018-07-04 17:00:00,-0.00026836800974836683\n2018-07-04 18:00:00,0.0004573652285267428\n2018-07-04 19:00:00,4.520197211895676e-05\n2018-07-04 20:00:00,-0.00013129282535270846\n2018-07-04 21:00:00,-0.000449778090060653\n2018-07-04 22:00:00,0.00022689832531529278\n2018-07-04 23:00:00,-0.00022660724353315266\n2018-07-05 00:00:00,3.414134975834422e-05\n2018-07-05 01:00:00,0.00014084098304248364\n2018-07-05 02:00:00,5.796109597560756e-05\n2018-07-05 03:00:00,-7.76495986710538e-05\n2018-07-05 04:00:00,-1.8740078986188108e-05\n2018-07-05 05:00:00,0.012335125947544604\n2018-07-05 06:00:00,-0.0004961544850734208\n2018-07-05 07:00:00,0.0002804559695892227\n2018-07-05 08:00:00,4.75071755498697e-06\n2018-07-05 09:00:00,-4.3971690401571216e-05\n2018-07-05 10:00:00,-0.0003108104578658518\n2018-07-05 11:00:00,-0.0003905280219611889\n2018-07-05 12:00:00,-0.0001991430582453443\n2018-07-05 13:00:00,0.00032561813009677175\n2018-07-05 14:00:00,0.00010661285569436962\n2018-07-05 15:00:00,-0.00014356821902961\n2018-07-05 16:00:00,-0.00019171003853822927\n2018-07-05 17:00:00,-0.0001313598694368166\n2018-07-05 18:00:00,0.0003710018749691477\n2018-07-05 19:00:00,-0.00020602431297568266\n2018-07-05 20:00:00,0.0005712334486092758\n2018-07-05 21:00:00,6.057495673084152e-05\n2018-07-05 22:00:00,0.00021706478356724271\n2018-07-05 23:00:00,4.4617035101966916e-05\n2018-07-06 00:00:00,0.0011128902149015905\n2018-07-06 01:00:00,0.00042395775791655713\n2018-07-06 02:00:00,-0.0005221426057083224\n2018-07-06 03:00:00,0.0003041352777667895\n2018-07-06 04:00:00,-0.00010501581205486856\n2018-07-06 05:00:00,0.0007262249646725532\n2018-07-06 06:00:00,-0.0005035246944407598\n2018-07-06 07:00:00,-0.0007733169555836282\n2018-07-06 08:00:00,0.0011673109460785512\n2018-07-06 09:00:00,0.0005406524432635339\n2018-07-06 10:00:00,-0.0005521362940864728\n2018-07-06 11:00:00,-0.00012581570490462627\n2018-07-06 12:00:00,-8.55861392068172e-05\n2018-07-06 13:00:00,0.0006673049465294014\n2018-07-06 14:00:00,-0.0013349837019220958\n2018-07-06 15:00:00,0.0012549271091200946\n2018-07-06 16:00:00,-0.001092842280799779\n2018-07-06 17:00:00,-5.393907721399996e-05\n2018-07-06 18:00:00,-0.00026607362526470733\n2018-07-06 19:00:00,-0.001401593059883664\n2018-07-06 20:00:00,-0.0007788206978120042\n2018-07-06 21:00:00,-0.0008422096215211124\n2018-07-06 22:00:00,-0.00018961649373373872\n2018-07-06 23:00:00,0.0001336326260183656\n2018-07-07 00:00:00,-0.008625985783318312\n2018-07-07 01:00:00,-0.0007727067054952779\n2018-07-07 02:00:00,-0.00031966601541703665\n2018-07-07 03:00:00,0.00013264717803613779\n2018-07-07 04:00:00,-0.00012712120576485712\n2018-07-07 05:00:00,0.0002495669244451801\n2018-07-07 06:00:00,-0.0008825604338413231\n2018-07-07 07:00:00,-0.0005030864742118776\n2018-07-07 08:00:00,0.0009654312956664749\n2018-07-07 09:00:00,0.00012077594293626377\n2018-07-07 10:00:00,0.00021551897848096942\n2018-07-07 11:00:00,-0.000709294854419963\n2018-07-07 12:00:00,-0.00017299280749084273\n2018-07-07 13:00:00,-0.000504966495187898\n2018-07-07 14:00:00,4.196500628495382e-05\n2018-07-07 15:00:00,0.0007766987455892575\n2018-07-07 16:00:00,0.0008737230103841105\n2018-07-07 17:00:00,6.685328622868456e-05\n2018-07-07 18:00:00,0.00020028735135165624\n2018-07-07 19:00:00,2.6314018686996777e-05\n2018-07-07 20:00:00,0.0003915770687156734\n2018-07-07 21:00:00,-4.810339898137582e-05\n2018-07-07 22:00:00,-0.00023802033028706357\n2018-07-07 23:00:00,0.00014850057596919373\n2018-07-08 00:00:00,-0.006106037805428892\n2018-07-08 01:00:00,-0.0003717386474872468\n2018-07-08 02:00:00,-6.75860733593018e-05\n2018-07-08 03:00:00,-0.00017718150584477004\n2018-07-08 04:00:00,-0.0002965536636869439\n2018-07-08 05:00:00,0.00017251656432587422\n2018-07-08 06:00:00,4.434855822405017e-05\n2018-07-08 07:00:00,-0.00020369890538563868\n2018-07-08 08:00:00,-0.0004256274547984735\n2018-07-08 09:00:00,0.00010040345024778005\n2018-07-08 10:00:00,0.00018296328946956872\n2018-07-08 11:00:00,-0.0003594058954530163\n2018-07-08 12:00:00,-0.00013705737907418288\n2018-07-08 13:00:00,0.0005915585238872072\n2018-07-08 14:00:00,0.00023846383234579782\n2018-07-08 15:00:00,9.848275054224658e-05\n2018-07-08 16:00:00,-0.00030918735079522825\n2018-07-08 17:00:00,-5.682564029498888e-05\n2018-07-08 18:00:00,0.00012115477068624009\n2018-07-08 19:00:00,-0.00014714470788262997\n2018-07-08 20:00:00,2.944968850946689e-05\n2018-07-08 21:00:00,8.352449972064916e-06\n2018-07-08 22:00:00,-6.69427569735499e-05\n2018-07-08 23:00:00,-0.00042138030288850194\n2018-07-09 00:00:00,0.00025149635484654676\n2018-07-09 01:00:00,0.00023428244982257786\n2018-07-09 02:00:00,-0.0004385120336383214\n2018-07-09 03:00:00,-4.48218236507828e-05\n2018-07-09 04:00:00,0.0001615100783320255\n2018-07-09 05:00:00,-0.0005646069491563622\n2018-07-09 06:00:00,-4.3642008726547744e-05\n2018-07-09 07:00:00,-0.00017060685308221784\n2018-07-09 08:00:00,2.1363130400530887e-05\n2018-07-09 09:00:00,-6.126362529851551e-06\n2018-07-09 10:00:00,-0.0004231851956435243\n2018-07-09 11:00:00,-7.214160543817996e-05\n2018-07-09 12:00:00,-6.440126840598325e-05\n2018-07-09 13:00:00,0.0001352710389547582\n2018-07-09 14:00:00,5.9388393493894865e-05\n2018-07-09 15:00:00,-0.000257121438510794\n2018-07-09 16:00:00,-7.35587609278522e-05\n2018-07-09 17:00:00,0.0004941070241150259\n2018-07-09 18:00:00,-0.00019970184536267433\n2018-07-09 19:00:00,4.6516521046743966e-05\n2018-07-09 20:00:00,0.00019435125450144417\n2018-07-09 21:00:00,-0.0012399001982832413\n2018-07-09 22:00:00,0.0001786694106831749\n2018-07-09 23:00:00,-0.0001862872579246707\n2018-07-10 00:00:00,-0.0005406068453435241\n2018-07-10 01:00:00,-0.00048497575149612337\n2018-07-10 02:00:00,0.0004957823870294562\n2018-07-10 03:00:00,-0.00030224965967689773\n2018-07-10 04:00:00,0.0003719130192439262\n2018-07-10 05:00:00,-5.8755420875305035e-05\n2018-07-10 06:00:00,-1.7811223681864185e-05\n2018-07-10 07:00:00,0.0005441362843136263\n2018-07-10 08:00:00,0.000793627809790583\n2018-07-10 09:00:00,-0.00022568599920362408\n2018-07-10 10:00:00,-0.0003897631174304982\n2018-07-10 11:00:00,-0.0008744920301697918\n2018-07-10 12:00:00,-1.7191692681852556e-05\n2018-07-10 13:00:00,3.2965463304862066e-05\n2018-07-10 14:00:00,-0.00038382572103569287\n2018-07-10 15:00:00,-0.0003005744528946767\n2018-07-10 16:00:00,0.0008546422321862717\n2018-07-10 17:00:00,-0.00011370056488707918\n2018-07-10 18:00:00,-0.0028138215309098046\n2018-07-10 19:00:00,-0.0004994557056275356\n2018-07-10 20:00:00,-4.443872145939801e-05\n2018-07-10 21:00:00,-0.027830853349963876\n2018-07-10 22:00:00,0.003284889384207268\n2018-07-10 23:00:00,0.0005404056056110062\n2018-07-11 00:00:00,-0.0013990393817059328\n2018-07-11 01:00:00,-0.0008469642958287453\n2018-07-11 02:00:00,-0.0005592140605760016\n2018-07-11 03:00:00,-0.0017607700123322538\n2018-07-11 04:00:00,-0.0013216300471648298\n2018-07-11 05:00:00,0.0015031190067013578\n2018-07-11 06:00:00,-0.00024238943955558987\n2018-07-11 07:00:00,0.0009623383800081706\n2018-07-11 08:00:00,-0.000606203504729082\n2018-07-11 09:00:00,0.0007502648277297515\n2018-07-11 10:00:00,0.0014560895211205712\n2018-07-11 11:00:00,0.000317175496236867\n2018-07-11 12:00:00,-0.0003255208574749795\n2018-07-11 13:00:00,0.0001277118132175905\n2018-07-11 14:00:00,0.00013234872185114387\n2018-07-11 15:00:00,-0.0003457170338429111\n2018-07-11 16:00:00,0.0012676466282302602\n2018-07-11 17:00:00,-0.0006560269621698748\n2018-07-11 18:00:00,3.9199590886945955e-05\n2018-07-11 19:00:00,0.00019409222383742053\n2018-07-11 20:00:00,0.0004905956060962472\n2018-07-11 21:00:00,-0.016332405674832726\n2018-07-11 22:00:00,-0.0004520133842395874\n2018-07-11 23:00:00,-0.00042568424060229515\n2018-07-12 00:00:00,-0.0005047236407836191\n2018-07-12 01:00:00,0.0005052004005434837\n2018-07-12 02:00:00,-0.0004139421409843533\n2018-07-12 03:00:00,-0.00040816645784070476\n2018-07-12 04:00:00,6.547505559589154e-05\n2018-07-12 05:00:00,0.0003702727102661661\n2018-07-12 06:00:00,0.00010787287608156989\n2018-07-12 07:00:00,0.0006172681271297289\n2018-07-12 08:00:00,0.00037726742511864507\n2018-07-12 09:00:00,0.0011796065369942294\n2018-07-12 10:00:00,-0.0004003765053711949\n2018-07-12 11:00:00,-0.0023696543833522893\n2018-07-12 12:00:00,-0.002021519984475149\n2018-07-12 13:00:00,-0.00014199582312500895\n2018-07-12 14:00:00,-1.7953399416317446e-05\n2018-07-12 15:00:00,0.003521311167365025\n2018-07-12 16:00:00,-0.0014204874835789297\n2018-07-12 17:00:00,-0.0008013808155783451\n2018-07-12 18:00:00,0.0002133860335530155\n2018-07-12 19:00:00,0.0005307495348319455\n2018-07-12 20:00:00,2.0021251397098785e-06\n2018-07-12 21:00:00,-4.8442793799559004e-05\n2018-07-12 22:00:00,0.0010848264717294657\n2018-07-12 23:00:00,0.0002892010967116346\n2018-07-13 00:00:00,0.00038829521957366175\n2018-07-13 01:00:00,-0.00029431361355270537\n2018-07-13 02:00:00,-0.0008872645959085554\n2018-07-13 03:00:00,-0.00018027602063216692\n2018-07-13 04:00:00,0.001421730628859108\n2018-07-13 05:00:00,0.0009042504678877267\n2018-07-13 06:00:00,-9.880043682724968e-05\n2018-07-13 07:00:00,-0.0013142975292838607\n2018-07-13 08:00:00,0.0007701889699506478\n2018-07-13 09:00:00,0.0012059690617996373\n2018-07-13 10:00:00,0.00039311080560370853\n2018-07-13 11:00:00,-0.0006704957905056306\n2018-07-13 12:00:00,-0.00026914225128572865\n2018-07-13 13:00:00,0.00035050784728961007\n2018-07-13 14:00:00,-0.00033085703442077785\n2018-07-13 15:00:00,0.01781709551339467\n2018-07-13 16:00:00,0.0004269366488970369\n2018-07-13 17:00:00,-0.001177375613172113\n2018-07-13 18:00:00,-0.001043281778377589\n2018-07-13 19:00:00,-0.0010399413779645515\n2018-07-13 20:00:00,0.00010665740208888731\n2018-07-13 21:00:00,0.0011321305062777856\n2018-07-13 22:00:00,-0.00011980370825370447\n2018-07-13 23:00:00,-0.00019322536546829784\n2018-07-14 00:00:00,-0.0010868857929136897\n2018-07-14 01:00:00,0.0005338778171367647\n2018-07-14 02:00:00,0.00031267742337267234\n2018-07-14 03:00:00,6.719451322557714e-06\n2018-07-14 04:00:00,0.0001572753498839339\n2018-07-14 05:00:00,-0.0028895405740984323\n2018-07-14 06:00:00,-0.000403046661128663\n2018-07-14 07:00:00,-0.0002190089139669222\n2018-07-14 08:00:00,0.0009022302239306325\n2018-07-14 09:00:00,-0.0009556552083422909\n2018-07-14 10:00:00,-0.00031061987604763096\n2018-07-14 11:00:00,0.0005602239622790933\n2018-07-14 12:00:00,0.00017683495384734386\n2018-07-14 13:00:00,0.00016976171491127744\n2018-07-14 14:00:00,0.0001722375869108992\n2018-07-14 15:00:00,0.0006740089704526862\n2018-07-14 16:00:00,-9.323552492869955e-08\n2018-07-14 17:00:00,-0.0001129266133694141\n2018-07-14 18:00:00,-5.750324553942539e-05\n2018-07-14 19:00:00,-0.00011440976549810792\n2018-07-14 20:00:00,0.0001037081080858034\n2018-07-14 21:00:00,0.00047374429661416114\n2018-07-14 22:00:00,-0.00036773689406584704\n2018-07-14 23:00:00,-3.560908226432688e-05\n2018-07-15 00:00:00,-1.850500245819667e-05\n2018-07-15 01:00:00,0.0003537089036641322\n2018-07-15 02:00:00,5.089067330735564e-05\n2018-07-15 03:00:00,0.00041073633408173047\n2018-07-15 04:00:00,0.00017508310791732647\n2018-07-15 05:00:00,0.00033530280914109874\n2018-07-15 06:00:00,3.866052715753674e-05\n2018-07-15 07:00:00,-2.1788797136117248e-05\n2018-07-15 08:00:00,0.00015498540029931638\n2018-07-15 09:00:00,-4.584861467956292e-06\n2018-07-15 10:00:00,0.0004369210958191346\n2018-07-15 11:00:00,-0.00037037967058399095\n2018-07-15 12:00:00,-5.371662488205914e-05\n2018-07-15 13:00:00,3.911070758156182e-05\n2018-07-15 14:00:00,-0.0001312431349652202\n2018-07-15 15:00:00,0.0004227998723835068\n2018-07-15 16:00:00,1.6393038758383537e-05\n2018-07-15 17:00:00,5.6705004126751675e-05\n2018-07-15 18:00:00,-1.7933896866831248e-05\n2018-07-15 19:00:00,2.1677778592838764e-06\n2018-07-15 20:00:00,-0.00013379746116500216\n2018-07-15 21:00:00,-0.0004865694949718693\n2018-07-15 22:00:00,-0.00018632754999991976\n2018-07-15 23:00:00,-0.0003925227383700335\n2018-07-16 00:00:00,0.00022039357370605794\n2018-07-16 01:00:00,6.2009123436483425e-06\n2018-07-16 02:00:00,-0.0002759969422946628\n2018-07-16 03:00:00,-0.0002968836922252732\n2018-07-16 04:00:00,0.0005691649757979834\n2018-07-16 05:00:00,0.00020412504726704516\n2018-07-16 06:00:00,-0.0002349970598347386\n2018-07-16 07:00:00,0.0006330413356653655\n2018-07-16 08:00:00,0.00025649928138863086\n2018-07-16 09:00:00,6.730971134947839e-05\n2018-07-16 10:00:00,4.787789017982154e-05\n2018-07-16 11:00:00,-0.0002452162681457863\n2018-07-16 12:00:00,-0.00011168071188511497\n2018-07-16 13:00:00,5.5327284941190625e-05\n2018-07-16 14:00:00,-0.0002941934546531\n2018-07-16 15:00:00,0.0001883267510806257\n2018-07-16 16:00:00,-0.00046361617177621736\n2018-07-16 17:00:00,-0.0005636031885041478\n2018-07-16 18:00:00,0.00017376859186622756\n2018-07-16 19:00:00,0.0005451762058063399\n2018-07-16 20:00:00,-0.00043283029313130025\n2018-07-16 21:00:00,-0.0007793279350400917\n2018-07-16 22:00:00,-0.00044480540374829526\n2018-07-16 23:00:00,-2.084801416477414e-05\n2018-07-17 00:00:00,-0.00028614344031801793\n2018-07-17 01:00:00,0.0005803027688996422\n2018-07-17 02:00:00,9.155140311715542e-05\n2018-07-17 03:00:00,-0.00029784187195867066\n2018-07-17 04:00:00,-0.0008816835555172872\n2018-07-17 05:00:00,0.0008521543554618227\n2018-07-17 06:00:00,0.00016808259563844783\n2018-07-17 07:00:00,-0.0004563165100598805\n2018-07-17 08:00:00,0.00029392312855700627\n2018-07-17 09:00:00,0.00023736576970736028\n2018-07-17 10:00:00,0.0002493336018499115\n2018-07-17 11:00:00,-0.00010554942195191751\n2018-07-17 12:00:00,-0.0006020979544071987\n2018-07-17 13:00:00,-0.0005094800228019485\n2018-07-17 14:00:00,0.00035551036063104636\n2018-07-17 15:00:00,0.00013912832081537348\n2018-07-17 16:00:00,-0.0009210210024671455\n2018-07-17 17:00:00,-0.0021377771828836024\n2018-07-17 18:00:00,0.0012296045016909971\n2018-07-17 19:00:00,0.0016548751429113066\n2018-07-17 20:00:00,-0.00032245299172449786\n2018-07-17 21:00:00,0.002465616093317244\n2018-07-17 22:00:00,-0.0012216086331916613\n2018-07-17 23:00:00,0.0007477339500474807\n2018-07-18 00:00:00,0.0003875781158197718\n2018-07-18 01:00:00,-5.189385082650723e-05\n2018-07-18 02:00:00,-0.000420859318901668\n2018-07-18 03:00:00,0.0006307355903434862\n2018-07-18 04:00:00,0.0007972916470947304\n2018-07-18 05:00:00,-8.89906439170478e-05\n2018-07-18 06:00:00,0.00039141388019169016\n2018-07-18 07:00:00,-0.00134711905925656\n2018-07-18 08:00:00,0.0015494122624539633\n2018-07-18 09:00:00,0.0002492502290528703\n2018-07-18 10:00:00,-0.00028499447491682803\n2018-07-18 11:00:00,-7.13503788439006e-05\n2018-07-18 12:00:00,-0.00037538135891000164\n2018-07-18 13:00:00,-0.0007792496388692843\n2018-07-18 14:00:00,-0.00014035481403160472\n2018-07-18 15:00:00,-0.0014244756772385323\n2018-07-18 16:00:00,0.0012676231443342141\n2018-07-18 17:00:00,-0.00048709939723515195\n2018-07-18 18:00:00,0.00012823979642402522\n2018-07-18 19:00:00,0.00013844685169045682\n2018-07-18 20:00:00,-0.0008568852494869317\n2018-07-18 21:00:00,-0.0004966713526360314\n2018-07-18 22:00:00,-0.0006524107927325037\n2018-07-18 23:00:00,2.5311425362395912e-05\n2018-07-19 00:00:00,0.00018065954319443218\n2018-07-19 01:00:00,-0.00021936377290004554\n2018-07-19 02:00:00,-0.0004632249805664991\n2018-07-19 03:00:00,-0.00012735137899805518\n2018-07-19 04:00:00,0.00016570080951089903\n2018-07-19 05:00:00,-9.78956853934955e-05\n2018-07-19 06:00:00,-7.561720366790937e-05\n2018-07-19 07:00:00,-0.00022407651496058868\n2018-07-19 08:00:00,5.52033262155874e-05\n2018-07-19 09:00:00,0.0024897680544116426\n2018-07-19 10:00:00,0.0024069443401627476\n2018-07-19 11:00:00,-0.0004130227662655193\n2018-07-19 12:00:00,0.0018632605250291524\n2018-07-19 13:00:00,-0.0007132962741440987\n2018-07-19 14:00:00,0.000428006441437443\n2018-07-19 15:00:00,0.0002954077030981027\n2018-07-19 16:00:00,0.00016049970574684482\n2018-07-19 17:00:00,-0.00010447120067729986\n2018-07-19 18:00:00,0.0012279186856211366\n2018-07-19 19:00:00,5.443759125756223e-05\n2018-07-19 20:00:00,-0.0017917788437520382\n2018-07-19 21:00:00,0.0011913023746328148\n2018-07-19 22:00:00,-0.0011789083481447825\n2018-07-19 23:00:00,-0.0006910449372164071\n2018-07-20 00:00:00,-0.0012377048502539214\n2018-07-20 01:00:00,-0.0005654420746388489\n2018-07-20 02:00:00,0.000371022048190273\n2018-07-20 03:00:00,-0.0004200161616467444\n2018-07-20 04:00:00,-6.326143614677445e-05\n2018-07-20 05:00:00,0.00029789223323724735\n2018-07-20 06:00:00,-0.00027278083201946366\n2018-07-20 07:00:00,-0.000802895137118447\n2018-07-20 08:00:00,-0.00030998454870167954\n2018-07-20 09:00:00,-0.00020942579928226118\n2018-07-20 10:00:00,-0.000625292800064558\n2018-07-20 11:00:00,0.00023402990899599273\n2018-07-20 12:00:00,2.8590914360369716e-05\n2018-07-20 13:00:00,0.00012129869135687049\n2018-07-20 14:00:00,0.0006307413285491797\n2018-07-20 15:00:00,-0.00028208798661315065\n2018-07-20 16:00:00,-0.0003166846314280393\n2018-07-20 17:00:00,-3.104580036819788e-05\n2018-07-20 18:00:00,-0.0005112741676600685\n2018-07-20 19:00:00,-0.00015699227852397288\n2018-07-20 20:00:00,0.0003644263057522634\n2018-07-20 21:00:00,0.0005186029755159907\n2018-07-20 22:00:00,0.0003490849510723731\n2018-07-20 23:00:00,-0.00018081958325860936\n2018-07-21 00:00:00,0.0008228449264828593\n2018-07-21 01:00:00,-0.00021464930070032488\n2018-07-21 02:00:00,0.00041945646033610584\n2018-07-21 03:00:00,-0.0001375690474812209\n2018-07-21 04:00:00,-0.00014212427342938822\n2018-07-21 05:00:00,7.95506972022939e-05\n2018-07-21 06:00:00,-0.00019701196889584764\n2018-07-21 07:00:00,-6.85724424760634e-05\n2018-07-21 08:00:00,-0.00012883947106681663\n2018-07-21 09:00:00,-0.0003944153551387043\n2018-07-21 10:00:00,4.106519518977035e-05\n2018-07-21 11:00:00,-1.2863926500353106e-05\n2018-07-21 12:00:00,-0.0001750459537856857\n2018-07-21 13:00:00,-0.00035386864468906366\n2018-07-21 14:00:00,-0.00025414703310090746\n2018-07-21 15:00:00,2.308776320717084e-05\n2018-07-21 16:00:00,5.8168490419062507e-05\n2018-07-21 17:00:00,-0.000598854538412997\n2018-07-21 18:00:00,-0.0006591616398454049\n2018-07-21 19:00:00,-0.00044643027145041417\n2018-07-21 20:00:00,0.0006388943140479456\n2018-07-21 21:00:00,0.00013894142105003616\n2018-07-21 22:00:00,0.00020946025563815628\n2018-07-21 23:00:00,-0.0008302818325868202\n2018-07-22 00:00:00,0.000818644384048844\n2018-07-22 01:00:00,9.040391182626035e-05\n2018-07-22 02:00:00,0.000859895244191781\n2018-07-22 03:00:00,-0.001482619142340647\n2018-07-22 04:00:00,0.000438440060617494\n2018-07-22 05:00:00,-0.000437886212766217\n2018-07-22 06:00:00,0.0025491969405987322\n2018-07-22 07:00:00,0.00013812846919920686\n2018-07-22 08:00:00,-0.00040878234538436635\n2018-07-22 09:00:00,0.0006552235243425812\n2018-07-22 10:00:00,5.1274001884995595e-05\n2018-07-22 11:00:00,5.8853327400212187e-05\n2018-07-22 12:00:00,-0.00033040509780209187\n2018-07-22 13:00:00,-0.0014062155347489887\n2018-07-22 14:00:00,0.0017726097034658419\n2018-07-22 15:00:00,-0.00012669556521869763\n2018-07-22 16:00:00,0.0003196000431845842\n2018-07-22 17:00:00,-0.000578174316108172\n2018-07-22 18:00:00,3.96399153074927e-05\n2018-07-22 19:00:00,-0.00033327675671995804\n2018-07-22 20:00:00,0.00034218465477448923\n2018-07-22 21:00:00,-0.0006648094232467328\n2018-07-22 22:00:00,0.0003508621877154459\n2018-07-22 23:00:00,-0.0008253381881081147\n2018-07-23 00:00:00,0.0009973234428776623\n2018-07-23 01:00:00,-7.709062449154239e-05\n2018-07-23 02:00:00,0.00015459695053790214\n2018-07-23 03:00:00,0.000275776586461458\n2018-07-23 04:00:00,0.0005933519889953789\n2018-07-23 05:00:00,0.0007265291872955543\n2018-07-23 06:00:00,-0.0002257031315436942\n2018-07-23 07:00:00,0.00010903301436582943\n2018-07-23 08:00:00,-0.0004326078103379391\n2018-07-23 09:00:00,0.00020899964521542958\n2018-07-23 10:00:00,0.00031814050803376557\n2018-07-23 11:00:00,-0.0009736397788662585\n2018-07-23 12:00:00,-9.102614868508206e-05\n2018-07-23 13:00:00,1.318447383905447e-05\n2018-07-23 14:00:00,-0.0003285910612784554\n2018-07-23 15:00:00,0.00010348100359311044\n2018-07-23 16:00:00,-0.0004363764626841871\n2018-07-23 17:00:00,9.818120296144274e-05\n2018-07-23 18:00:00,-0.00034864108353936023\n2018-07-23 19:00:00,0.00045816461076341613\n2018-07-23 20:00:00,0.0022404560862870175\n2018-07-23 21:00:00,6.62834130403809e-05\n2018-07-23 22:00:00,-0.0008962099267196614\n2018-07-23 23:00:00,-0.0008657740384688728\n2018-07-24 00:00:00,-0.0004031277911136377\n2018-07-24 01:00:00,-0.0014022425410836088\n2018-07-24 02:00:00,-6.214210204544392e-05\n2018-07-24 03:00:00,0.0004735967127317048\n2018-07-24 04:00:00,-0.000302176725780504\n2018-07-24 05:00:00,-0.0011058584673285783\n2018-07-24 06:00:00,-0.00047059457807837696\n2018-07-24 07:00:00,-0.00011908343238250339\n2018-07-24 08:00:00,0.00013667416323506128\n2018-07-24 09:00:00,-0.00038020324258828075\n2018-07-24 10:00:00,-0.0005286659271457938\n2018-07-24 11:00:00,3.111455986830301e-05\n2018-07-24 12:00:00,0.0003099290746972202\n2018-07-24 13:00:00,-0.0001976316002642209\n2018-07-24 14:00:00,-0.00040200434370103386\n2018-07-24 15:00:00,3.963354006659062e-06\n2018-07-24 16:00:00,0.0002760723775925912\n2018-07-24 17:00:00,2.8723581709394405e-05\n2018-07-24 18:00:00,-3.02230746037471e-05\n2018-07-24 19:00:00,-0.000485484565144742\n2018-07-24 20:00:00,-9.393360718800122e-05\n2018-07-24 21:00:00,-0.00017036730010782907\n2018-07-24 22:00:00,4.7379027708457675e-05\n2018-07-24 23:00:00,0.00026434133806069545\n2018-07-25 00:00:00,-2.972833193192001e-06\n2018-07-25 01:00:00,2.3848858614110467e-05\n2018-07-25 02:00:00,-5.236624977539844e-05\n2018-07-25 03:00:00,-5.712564610840081e-05\n2018-07-25 04:00:00,-2.1722615718554257e-05\n2018-07-25 05:00:00,-0.0001943935157620463\n2018-07-25 06:00:00,0.00019369215088493272\n2018-07-25 07:00:00,3.89500642504309e-05\n2018-07-25 08:00:00,3.43806401584084e-05\n2018-07-25 09:00:00,-0.0004257228012675153\n2018-07-25 10:00:00,-1.4548353437856961e-05\n2018-07-25 11:00:00,-0.000670249007352128\n2018-07-25 12:00:00,0.00022864611968765377\n2018-07-25 13:00:00,0.0003714802370118946\n2018-07-25 14:00:00,0.000185605818390564\n2018-07-25 15:00:00,6.42627726267902e-05\n2018-07-25 16:00:00,0.0001221945687952281\n2018-07-25 17:00:00,-0.00012727025013089903\n2018-07-25 18:00:00,-0.00011826099397256056\n2018-07-25 19:00:00,-0.0006199278821955673\n2018-07-25 20:00:00,0.0004189109704273479\n2018-07-25 21:00:00,0.0006447432955562882\n2018-07-25 22:00:00,-0.000656102904741564\n2018-07-25 23:00:00,-0.00043107919086774507\n2018-07-26 00:00:00,-0.00016815439997879277\n2018-07-26 01:00:00,0.00036494757101108045\n2018-07-26 02:00:00,-0.000336913947636867\n2018-07-26 03:00:00,-0.00033344703690242204\n2018-07-26 04:00:00,0.0001238993896151961\n2018-07-26 05:00:00,1.471346910463615e-06\n2018-07-26 06:00:00,0.00018907518605930777\n2018-07-26 07:00:00,-0.0003294287641872015\n2018-07-26 08:00:00,-0.0012261896045068735\n2018-07-26 09:00:00,0.00023905443088854933\n2018-07-26 10:00:00,0.0003500671583226739\n2018-07-26 11:00:00,-0.0005497392446956065\n2018-07-26 12:00:00,0.00027543569208220956\n2018-07-26 13:00:00,0.00026848744825355784\n2018-07-26 14:00:00,0.00020931570930124842\n2018-07-26 15:00:00,0.0002718947549844778\n2018-07-26 16:00:00,0.0016317210213326546\n2018-07-26 17:00:00,0.00094309414936885\n2018-07-26 18:00:00,-2.8094046767276025e-05\n2018-07-26 19:00:00,0.0007456160058260202\n2018-07-26 20:00:00,0.00018647331191597256\n2018-07-26 21:00:00,-0.0011462935751344798\n2018-07-26 22:00:00,-0.00026672284366463663\n2018-07-26 23:00:00,0.0016388932050995335\n2018-07-27 00:00:00,0.00110332983224381\n2018-07-27 01:00:00,-0.0001002165129765188\n2018-07-27 02:00:00,0.0003510192258802183\n2018-07-27 03:00:00,-2.1439279226928383e-05\n2018-07-27 04:00:00,0.00015212480394613998\n2018-07-27 05:00:00,-0.0002882781765896661\n2018-07-27 06:00:00,0.00040378740602698153\n2018-07-27 07:00:00,-0.00036151747303305863\n2018-07-27 08:00:00,-9.991758539718424e-05\n2018-07-27 09:00:00,0.0001222992404342227\n2018-07-27 10:00:00,-0.00048682362610196693\n2018-07-27 11:00:00,-5.918450368607584e-06\n2018-07-27 12:00:00,-0.00021002194863320399\n2018-07-27 13:00:00,-6.001822229630588e-05\n2018-07-27 14:00:00,0.0002046248262642519\n2018-07-27 15:00:00,-6.172583069886757e-05\n2018-07-27 16:00:00,0.00023679701908862122\n2018-07-27 17:00:00,0.0005557761572552578\n2018-07-27 18:00:00,-0.00044328382946452044\n2018-07-27 19:00:00,-0.0010293360547209338\n2018-07-27 20:00:00,0.000565646489263545\n2018-07-27 21:00:00,-0.00025789412365669404\n2018-07-27 22:00:00,-0.0004202610246817541\n2018-07-27 23:00:00,-0.0009471523355237907\n2018-07-28 00:00:00,0.0010219723140135481\n2018-07-28 01:00:00,-2.1027754345781586e-05\n2018-07-28 02:00:00,-0.0005043304978622375\n2018-07-28 03:00:00,0.00034366456416808517\n2018-07-28 04:00:00,-6.642613257012644e-06\n2018-07-28 05:00:00,0.00036819378314666704\n2018-07-28 06:00:00,0.002456339024075326\n2018-07-28 07:00:00,0.002669637375750661\n2018-07-28 08:00:00,-0.0022028989942882446\n2018-07-28 09:00:00,-0.002011146623618176\n2018-07-28 10:00:00,0.0016746658741974413\n2018-07-28 11:00:00,-0.002957865225563561\n2018-07-28 12:00:00,0.0012762133037747736\n2018-07-28 13:00:00,-0.002096084067574818\n2018-07-28 14:00:00,-0.0017250066609761719\n2018-07-28 15:00:00,0.0005639073054384223\n2018-07-28 16:00:00,-2.6466965688678617e-05\n2018-07-28 17:00:00,0.0027555757944842984\n2018-07-28 18:00:00,0.0014126153113833248\n2018-07-28 19:00:00,-0.002300900580822442\n2018-07-28 20:00:00,0.0006508119038082075\n2018-07-28 21:00:00,8.524030180639379e-05\n2018-07-28 22:00:00,-0.0019064405796897417\n2018-07-28 23:00:00,-0.0010397186606034001\n2018-07-29 00:00:00,0.00013315341645044453\n2018-07-29 01:00:00,0.0012578152707383304\n2018-07-29 02:00:00,0.0002671253817136751\n2018-07-29 03:00:00,-0.005137188892474214\n2018-07-29 04:00:00,-0.0007952337271543591\n2018-07-29 05:00:00,0.001781091873242548\n2018-07-29 06:00:00,0.011847941617610616\n2018-07-29 07:00:00,0.0003575139723587806\n2018-07-29 08:00:00,-0.0002242865026660546\n2018-07-29 09:00:00,0.00016591496933295372\n2018-07-29 10:00:00,-0.00024058427376166542\n2018-07-29 11:00:00,-0.0011352948319796688\n2018-07-29 12:00:00,0.0005003444006819152\n2018-07-29 13:00:00,-0.0002900938071058157\n2018-07-29 14:00:00,-0.0006414613574136274\n2018-07-29 15:00:00,-0.0005901445995526555\n2018-07-29 16:00:00,-0.0003249247851742866\n2018-07-29 17:00:00,-0.0014335877684211026\n2018-07-29 18:00:00,-0.0008529185378383755\n2018-07-29 19:00:00,-0.0004986474183738103\n2018-07-29 20:00:00,3.358544261656438e-05\n2018-07-29 21:00:00,0.0001870004291922722\n2018-07-29 22:00:00,-0.0005956956819733025\n2018-07-29 23:00:00,0.0007127054047680112\n2018-07-30 00:00:00,-3.38173651149484e-05\n2018-07-30 01:00:00,0.00010877791375646888\n2018-07-30 02:00:00,0.0002710991274041951\n2018-07-30 03:00:00,0.0007111473235401935\n2018-07-30 04:00:00,-0.0006061297347224268\n2018-07-30 05:00:00,-0.00011407739661505446\n2018-07-30 06:00:00,-2.231711858332052e-05\n2018-07-30 07:00:00,-0.000995616499643835\n2018-07-30 08:00:00,0.0007339093622897103\n2018-07-30 09:00:00,-0.00013372791219231806\n2018-07-30 10:00:00,0.0005145411652327666\n2018-07-30 11:00:00,-0.0005561927459799001\n2018-07-30 12:00:00,0.00200511871890987\n2018-07-30 13:00:00,-0.00034194957994307726\n2018-07-30 14:00:00,0.0006000290854931902\n2018-07-30 15:00:00,-0.0003014005405972413\n2018-07-30 16:00:00,-0.00030660841014655717\n2018-07-30 17:00:00,0.00012908959113971556\n2018-07-30 18:00:00,-0.0013398678076322408\n2018-07-30 19:00:00,-0.0010152523538491597\n2018-07-30 20:00:00,-0.00043859755740359603\n2018-07-30 21:00:00,-0.0012059614697512817\n2018-07-30 22:00:00,-0.0002527790703939727\n2018-07-30 23:00:00,0.0007089384060957702\n2018-07-31 00:00:00,-0.00048021272165861485\n2018-07-31 01:00:00,-0.00039351502790094446\n2018-07-31 02:00:00,-0.00017362273834977218\n2018-07-31 03:00:00,0.00013294122628294721\n2018-07-31 04:00:00,-0.00016676828838478854\n2018-07-31 05:00:00,-0.0005440343494111243\n2018-07-31 06:00:00,-0.00021706326699397639\n2018-07-31 07:00:00,0.00028172110672573315\n2018-07-31 08:00:00,-0.0006796627460990269\n2018-07-31 09:00:00,-0.0005153785596667844\n2018-07-31 10:00:00,0.0015258459803815657\n2018-07-31 11:00:00,0.0002977800875100959\n2018-07-31 12:00:00,-0.0011524465697962819\n2018-07-31 13:00:00,0.000495802373848478\n2018-07-31 14:00:00,-0.0009012625559944866\n2018-07-31 15:00:00,-0.0003844664088948731\n2018-07-31 16:00:00,-0.0007030017032427045\n2018-07-31 17:00:00,0.001585358194573437\n2018-07-31 18:00:00,-0.0013031881159815612\n2018-07-31 19:00:00,0.0011964766295468063\n2018-07-31 20:00:00,0.0005970922328125334\n2018-07-31 21:00:00,-0.00017880177460084652\n2018-07-31 22:00:00,-6.646220537835117e-05\n2018-07-31 23:00:00,-0.00016182544553371885\n2018-08-01 00:00:00,-0.0003922731080857662\n2018-08-01 01:00:00,-0.00021099744385048974\n2018-08-01 02:00:00,-9.084083975850792e-06\n2018-08-01 03:00:00,0.04004191818650017\n2018-08-01 04:00:00,0.001536511694475853\n2018-08-01 05:00:00,-0.0010632109889745591\n2018-08-01 06:00:00,-0.0010539156911964758\n2018-08-01 07:00:00,-0.0008099210579322319\n2018-08-01 08:00:00,-0.0007547560367871312\n2018-08-01 09:00:00,-0.0006008691249143787\n2018-08-01 10:00:00,-7.457484532949185e-05\n2018-08-01 11:00:00,-0.0003408658082487975\n2018-08-01 12:00:00,-0.00011657859663133428\n2018-08-01 13:00:00,0.00013553133691077428\n2018-08-01 14:00:00,-0.00043747305663729367\n2018-08-01 15:00:00,0.0005713168443038548\n2018-08-01 16:00:00,-0.0011247443096817152\n2018-08-01 17:00:00,0.0003418777063968922\n2018-08-01 18:00:00,-0.0003835712311107242\n2018-08-01 19:00:00,-0.0006664089250487848\n2018-08-01 20:00:00,0.00022541445043038004\n2018-08-01 21:00:00,0.001348496128041431\n2018-08-01 22:00:00,-0.00013915237841150946\n2018-08-01 23:00:00,0.00033351350981781537\n2018-08-02 00:00:00,0.000352360825169353\n2018-08-02 01:00:00,0.0005962299630237287\n2018-08-02 02:00:00,-0.00027969332901970034\n2018-08-02 03:00:00,-1.383704572910123e-05\n2018-08-02 04:00:00,-0.00028624311398343997\n2018-08-02 05:00:00,0.0006771545014027683\n2018-08-02 06:00:00,-0.000524424837833963\n2018-08-02 07:00:00,0.0006266247538033508\n2018-08-02 08:00:00,0.00019238952243919935\n2018-08-02 09:00:00,-6.527637632613534e-05\n2018-08-02 10:00:00,-0.00018344691214222962\n2018-08-02 11:00:00,0.00010298292952294567\n2018-08-02 12:00:00,0.00016951542086593777\n2018-08-02 13:00:00,4.03128069765679e-05\n2018-08-02 14:00:00,-6.643335426658476e-05\n2018-08-02 15:00:00,2.9059452736892566e-05\n2018-08-02 16:00:00,-9.327801461198295e-05\n2018-08-02 17:00:00,-0.00021400087016671906\n2018-08-02 18:00:00,5.122998573741272e-05\n2018-08-02 19:00:00,6.515394348778159e-05\n2018-08-02 20:00:00,-5.6025306988180095e-05\n2018-08-02 21:00:00,-0.007523389814615649\n2018-08-02 22:00:00,-0.0002708388973603089\n2018-08-02 23:00:00,0.0005943311527606931\n2018-08-03 00:00:00,-0.001306802341487808\n2018-08-03 01:00:00,-4.454380630842612e-05\n2018-08-03 02:00:00,-0.0003423691615307274\n2018-08-03 03:00:00,6.826037284412935e-06\n2018-08-03 04:00:00,3.661204870600953e-05\n2018-08-03 05:00:00,0.0013984657367821574\n2018-08-03 06:00:00,-0.0004642061599871452\n2018-08-03 07:00:00,0.00028480892347132215\n2018-08-03 08:00:00,0.00031433987617952955\n2018-08-03 09:00:00,0.0001009458886560708\n2018-08-03 10:00:00,8.197433316473123e-05\n2018-08-03 11:00:00,0.0003683071317252858\n2018-08-03 12:00:00,-0.0005417761830489447\n2018-08-03 13:00:00,-0.0001753968426492216\n2018-08-03 14:00:00,6.942984544822493e-05\n2018-08-03 15:00:00,0.0003958022853781956\n2018-08-03 16:00:00,-7.825984087287103e-05\n2018-08-03 17:00:00,-0.0001510676212578678\n2018-08-03 18:00:00,-0.0008292173245274975\n2018-08-03 19:00:00,-0.000498834942315573\n2018-08-03 20:00:00,0.0006037564491093791\n2018-08-03 21:00:00,-0.00028900407921277516\n2018-08-03 22:00:00,0.0002488776379832137\n2018-08-03 23:00:00,0.0010880412892472833\n2018-08-04 00:00:00,0.00017713397497348966\n2018-08-04 01:00:00,0.00028723359419543804\n2018-08-04 02:00:00,0.0017730971397278085\n2018-08-04 03:00:00,-0.00077799924094983\n2018-08-04 04:00:00,0.0002446581765240587\n2018-08-04 05:00:00,0.0005050203385320869\n2018-08-04 06:00:00,0.00013469407492781168\n2018-08-04 07:00:00,-0.0006041573345611555\n2018-08-04 08:00:00,-1.2623321379082923e-05\n2018-08-04 09:00:00,-0.0007207330555608083\n2018-08-04 10:00:00,-0.000823412724050745\n2018-08-04 11:00:00,-0.0004632904100431987\n2018-08-04 12:00:00,-3.3785896467985954e-06\n2018-08-04 13:00:00,-0.00026566049219611457\n2018-08-04 14:00:00,0.001173693950742644\n2018-08-04 15:00:00,0.0020669043920114047\n2018-08-04 16:00:00,-0.0012518884234517414\n2018-08-04 17:00:00,0.0010137255487732743\n2018-08-04 18:00:00,0.0005311579288431439\n2018-08-04 19:00:00,-0.0018072435758972232\n2018-08-04 20:00:00,-0.0009302595095577263\n2018-08-04 21:00:00,-0.0008495606673762443\n2018-08-04 22:00:00,0.0007106649254391968\n2018-08-04 23:00:00,0.00059198849942368\n2018-08-05 00:00:00,-0.0011411232518650715\n2018-08-05 01:00:00,0.001244941835582883\n2018-08-05 02:00:00,-0.000387895071998909\n2018-08-05 03:00:00,-0.00248330330514252\n2018-08-05 04:00:00,-0.0013067923453432741\n2018-08-05 05:00:00,0.0006012795364663292\n2018-08-05 06:00:00,-0.0005328131102326898\n2018-08-05 07:00:00,0.000592435219507151\n2018-08-05 08:00:00,0.0023521932287882937\n2018-08-05 09:00:00,-0.0013768329237245913\n2018-08-05 10:00:00,0.00019461051224718692\n2018-08-05 11:00:00,0.0014488203476691816\n2018-08-05 12:00:00,7.256071643689121e-05\n2018-08-05 13:00:00,-0.0006754982270501738\n2018-08-05 14:00:00,0.002055284934437614\n2018-08-05 15:00:00,-0.0004046381113616538\n2018-08-05 16:00:00,-0.0005690079116268784\n2018-08-05 17:00:00,0.0005836625092712483\n2018-08-05 18:00:00,0.043200548225682575\n2018-08-05 19:00:00,0.00021715933221583348\n2018-08-05 20:00:00,-0.00013106822559596216\n2018-08-05 21:00:00,4.613758142618679e-05\n2018-08-05 22:00:00,0.0005816941961680158\n2018-08-05 23:00:00,0.0006091784812528217\n2018-08-06 00:00:00,-0.0007687325781047641\n2018-08-06 01:00:00,-0.00014550246083103787\n2018-08-06 02:00:00,0.0012977543890520706\n2018-08-06 03:00:00,0.0005130308173024117\n2018-08-06 04:00:00,0.0003755819717237904\n2018-08-06 05:00:00,0.0001964688918448164\n2018-08-06 06:00:00,0.0005869670127172768\n2018-08-06 07:00:00,-0.0008817928836727599\n2018-08-06 08:00:00,0.0016456660482533799\n2018-08-06 09:00:00,0.0010288562972533277\n2018-08-06 10:00:00,1.6399964936724064e-06\n2018-08-06 11:00:00,-6.278168835765996e-06\n2018-08-06 12:00:00,-0.005837016784392847\n2018-08-06 13:00:00,0.002303792930534422\n2018-08-06 14:00:00,0.00014865680783017222\n2018-08-06 15:00:00,0.00020796917421286312\n2018-08-06 16:00:00,-0.0002566911189685571\n2018-08-06 17:00:00,-0.0008532984677729546\n2018-08-06 18:00:00,-0.0001916945118416688\n2018-08-06 19:00:00,0.0002831922176043353\n2018-08-06 20:00:00,-0.001477966501503575\n2018-08-06 21:00:00,0.0005685776209009077\n2018-08-06 22:00:00,0.00023506623498325378\n2018-08-06 23:00:00,-0.0009543247243329773\n2018-08-07 00:00:00,-0.0004229386267451721\n2018-08-07 01:00:00,0.0009688996963408122\n2018-08-07 02:00:00,0.00024792411155332474\n2018-08-07 03:00:00,-0.0007230865402409743\n2018-08-07 04:00:00,-0.0002208310268137179\n2018-08-07 05:00:00,6.777233524465128e-05\n2018-08-07 06:00:00,-0.0006655252101490272\n2018-08-07 07:00:00,-0.0018444897617457838\n2018-08-07 08:00:00,0.0007696303401223023\n2018-08-07 09:00:00,-0.003367483080942875\n2018-08-07 10:00:00,-0.0010769055893247918\n2018-08-07 11:00:00,-0.0017407213061343936\n2018-08-07 12:00:00,-0.000881621026512232\n2018-08-07 13:00:00,0.00016336745510076993\n2018-08-07 14:00:00,-0.001021172831932265\n2018-08-07 15:00:00,-0.0005672803657289751\n2018-08-07 16:00:00,0.00043904532487234555\n2018-08-07 17:00:00,-0.0014171194160641468\n2018-08-07 18:00:00,-0.0009530234727176198\n2018-08-07 19:00:00,0.0005912079407503393\n2018-08-07 20:00:00,0.0006896094159061724\n2018-08-07 21:00:00,-0.0008126519043340953\n2018-08-07 22:00:00,0.000466143444610587\n2018-08-07 23:00:00,-0.00021532108276766122\n2018-08-08 00:00:00,-0.000738611623884296\n2018-08-08 01:00:00,0.0009041814209898745\n2018-08-08 02:00:00,-0.00010562720761558722\n2018-08-08 03:00:00,9.619036482218757e-05\n2018-08-08 04:00:00,0.00044873946519277344\n2018-08-08 05:00:00,0.0003928711172825001\n2018-08-08 06:00:00,-0.0010979342114219213\n2018-08-08 07:00:00,-0.0012535072355926737\n2018-08-08 08:00:00,0.0009697150389595077\n2018-08-08 09:00:00,-0.0009990939223277634\n2018-08-08 10:00:00,-0.0007839858647107877\n2018-08-08 11:00:00,-7.8835830993214e-05\n2018-08-08 12:00:00,-0.0007458774187768562\n2018-08-08 13:00:00,-0.0004297462255346438\n2018-08-08 14:00:00,0.0004141615584914347\n2018-08-08 15:00:00,-0.0012469951886338736\n2018-08-08 16:00:00,0.0004513819044265768\n2018-08-08 17:00:00,0.0007103672419362117\n2018-08-08 18:00:00,0.00038655815618564445\n2018-08-08 19:00:00,-4.8657313061793e-05\n2018-08-08 20:00:00,0.0008186740289481692\n2018-08-08 21:00:00,-0.0009651566498672045\n2018-08-08 22:00:00,-0.0007880445319008719\n2018-08-08 23:00:00,0.0017763583835143564\n2018-08-09 00:00:00,-0.0002878589820426567\n2018-08-09 01:00:00,0.00043560832660275497\n2018-08-09 02:00:00,-0.0006470028122686086\n2018-08-09 03:00:00,-0.00034047446113239334\n2018-08-09 04:00:00,-0.0003529176767979388\n2018-08-09 05:00:00,-0.001445559158626261\n2018-08-09 06:00:00,-0.0011701057825692543\n2018-08-09 07:00:00,-0.0002078027934783864\n2018-08-09 08:00:00,0.0012031362272119522\n2018-08-09 09:00:00,-0.0011932115150806864\n2018-08-09 10:00:00,0.000496162034915185\n2018-08-09 11:00:00,0.00038549265997028597\n2018-08-09 12:00:00,-8.15519988366665e-05\n2018-08-09 13:00:00,-5.086869190273364e-05\n2018-08-09 14:00:00,-0.0020001986971646653\n2018-08-09 15:00:00,0.0014504591170992531\n2018-08-09 16:00:00,-0.0008437892868845485\n2018-08-09 17:00:00,-5.58229161608337e-05\n2018-08-09 18:00:00,0.00046479227343823864\n2018-08-09 19:00:00,-0.0015234809293701405\n2018-08-09 20:00:00,-0.0020756758563799903\n2018-08-09 21:00:00,-0.002672092480534719\n2018-08-09 22:00:00,0.0013481475230393972\n2018-08-09 23:00:00,-0.0005623480421079039\n2018-08-10 00:00:00,0.0009289729183036961\n2018-08-10 01:00:00,-0.0013251004450453253\n2018-08-10 02:00:00,-0.0007120641862093277\n2018-08-10 03:00:00,0.0002124833192442124\n2018-08-10 04:00:00,0.00032552831524110216\n2018-08-10 05:00:00,0.00016300098230030016\n2018-08-10 06:00:00,0.0021265664732328586\n2018-08-10 07:00:00,-0.000882644888512397\n2018-08-10 08:00:00,-0.0001216500078037207\n2018-08-10 09:00:00,7.748802126143618e-06\n2018-08-10 10:00:00,-6.99779718500138e-05\n2018-08-10 11:00:00,2.1902469632116373e-05\n2018-08-10 12:00:00,5.238723135726693e-07\n2018-08-10 13:00:00,0.0002947761539476456\n2018-08-10 14:00:00,0.0012118268332229163\n2018-08-10 15:00:00,-0.0010234947251833311\n2018-08-10 16:00:00,0.0016850838301391109\n2018-08-10 17:00:00,-0.00012199288641674841\n2018-08-10 18:00:00,5.7766442262890524e-05\n2018-08-10 19:00:00,-0.0003690260343825907\n2018-08-10 20:00:00,0.0010593597768477684\n2018-08-10 21:00:00,-0.00042483165349612177\n2018-08-10 22:00:00,-0.00084661300000787\n2018-08-10 23:00:00,-0.0013152019111178504\n2018-08-11 00:00:00,0.00010550986682435384\n2018-08-11 01:00:00,0.0005574528615591728\n2018-08-11 02:00:00,-0.0011131832339967341\n2018-08-11 03:00:00,0.0008732680938980382\n2018-08-11 04:00:00,-0.00039943821098948923\n2018-08-11 05:00:00,-0.0016874985473640926\n2018-08-11 06:00:00,0.0015945550477947628\n2018-08-11 07:00:00,-0.0003982442116857507\n2018-08-11 08:00:00,-0.00018880233175794684\n2018-08-11 09:00:00,-0.0014771676075749985\n2018-08-11 10:00:00,-0.00041227877312550337\n2018-08-11 11:00:00,-4.3657516282424275e-05\n2018-08-11 12:00:00,6.995017487028525e-05\n2018-08-11 13:00:00,0.00043506078154500284\n2018-08-11 14:00:00,0.00011857540054106349\n2018-08-11 15:00:00,-0.0009336261706927896\n2018-08-11 16:00:00,-9.540305043364352e-05\n2018-08-11 17:00:00,0.00040017930021746576\n2018-08-11 18:00:00,-0.001105429431077047\n2018-08-11 19:00:00,-0.0001818514262072921\n2018-08-11 20:00:00,-0.0004548221151980181\n2018-08-11 21:00:00,-0.0012326907479032817\n2018-08-11 22:00:00,0.002626522583354464\n2018-08-11 23:00:00,-0.0018855291931033232\n2018-08-12 00:00:00,0.001264488365491173\n2018-08-12 01:00:00,0.0013965314390662587\n2018-08-12 02:00:00,-5.463153061156249e-05\n2018-08-12 03:00:00,0.0016822251723819285\n2018-08-12 04:00:00,-0.0002217818931812475\n2018-08-12 05:00:00,-0.00037438414617370396\n2018-08-12 06:00:00,-0.0004581678218399699\n2018-08-12 07:00:00,0.0003842029057457118\n2018-08-12 08:00:00,0.0008627881738670065\n2018-08-12 09:00:00,0.0006176785299787452\n2018-08-12 10:00:00,-0.0006184955755534206\n2018-08-12 11:00:00,-0.0014681281821444627\n2018-08-12 12:00:00,0.0006268764306464337\n2018-08-12 13:00:00,0.00013142510999558047\n2018-08-12 14:00:00,-0.0004722116593502723\n2018-08-12 15:00:00,0.0016408815767132538\n2018-08-12 16:00:00,-0.0007185994055636723\n2018-08-12 17:00:00,0.0008296229549566901\n2018-08-12 18:00:00,0.0012514678867309996\n2018-08-12 19:00:00,4.783495171471508e-05\n2018-08-12 20:00:00,0.0003192093446809222\n2018-08-12 21:00:00,0.0005734467559221832\n2018-08-12 22:00:00,0.0005292845132602514\n2018-08-12 23:00:00,0.002031222483838231\n2018-08-13 00:00:00,6.231476865571684e-05\n2018-08-13 01:00:00,-0.0004677644871426683\n2018-08-13 02:00:00,6.955525803217944e-05\n2018-08-13 03:00:00,0.0005004754190032552\n2018-08-13 04:00:00,-0.00011153002237195796\n2018-08-13 05:00:00,-0.0017232319349296465\n2018-08-13 06:00:00,0.0005535232941412515\n2018-08-13 07:00:00,0.001441517450499199\n2018-08-13 08:00:00,0.001003457058669526\n2018-08-13 09:00:00,-0.0003916153753246493\n2018-08-13 10:00:00,-0.0001798738374978132\n2018-08-13 11:00:00,-4.684265432145101e-05\n2018-08-13 12:00:00,-0.0012884349031661321\n2018-08-13 13:00:00,-1.9567646733586817e-05\n2018-08-13 14:00:00,-0.0008696750276454275\n2018-08-13 15:00:00,0.0006019464063104663\n2018-08-13 16:00:00,-6.551086544529727e-05\n2018-08-13 17:00:00,-0.0005595848025022122\n2018-08-13 18:00:00,-0.00016745131284037632\n2018-08-13 19:00:00,0.0015896992397073104\n2018-08-13 20:00:00,-0.0008153174711575799\n2018-08-13 21:00:00,-7.867845200837232e-05\n2018-08-13 22:00:00,-0.0002404001854684683\n2018-08-13 23:00:00,0.0006666060306984237\n2018-08-14 00:00:00,-0.001076353584309166\n2018-08-14 01:00:00,-0.0008082914349066652\n2018-08-14 02:00:00,-0.0010145287361914145\n2018-08-14 03:00:00,0.0004911706377640747\n2018-08-14 04:00:00,-0.0005758194750326834\n2018-08-14 05:00:00,0.00047461005687777456\n2018-08-14 06:00:00,0.0002403804754424725\n2018-08-14 07:00:00,0.00013260018110467062\n2018-08-14 08:00:00,0.0006843691616381705\n2018-08-14 09:00:00,0.00031988188266489885\n2018-08-14 10:00:00,-0.000299601888900604\n2018-08-14 11:00:00,-0.000601531321802739\n2018-08-14 12:00:00,0.0007111965985089951\n2018-08-14 13:00:00,-0.0007332170995025566\n2018-08-14 14:00:00,-0.0002298446310215753\n2018-08-14 15:00:00,0.00030147697932602914\n2018-08-14 16:00:00,0.0003572965839797965\n2018-08-14 17:00:00,0.0004005482958318135\n2018-08-14 18:00:00,-0.0012031268216466814\n2018-08-14 19:00:00,-0.0003036930620871944\n2018-08-14 20:00:00,8.276217843676721e-05\n2018-08-14 21:00:00,-0.0006975071071455802\n2018-08-14 22:00:00,0.00032201845355691715\n2018-08-14 23:00:00,-0.0007648840596435946\n2018-08-15 00:00:00,0.00047500113181251524\n2018-08-15 01:00:00,-0.0014017004918287052\n2018-08-15 02:00:00,0.0006697827132946114\n2018-08-15 03:00:00,0.0008900061274596137\n2018-08-15 04:00:00,-0.0006112677801876549\n2018-08-15 05:00:00,-0.0010850278342171146\n2018-08-15 06:00:00,0.000810070246801664\n2018-08-15 07:00:00,-0.0005302213416406883\n2018-08-15 08:00:00,0.00015221255884161603\n2018-08-15 09:00:00,6.0035586650956373e-05\n2018-08-15 10:00:00,4.7891306817892943e-05\n2018-08-15 11:00:00,-0.00011751250112947647\n2018-08-15 12:00:00,-0.00017579218807552266\n2018-08-15 13:00:00,-0.0028714101359979577\n2018-08-15 14:00:00,0.00026148449973245993\n2018-08-15 15:00:00,0.0011399228713059818\n2018-08-15 16:00:00,-0.00013007506580324225\n2018-08-15 17:00:00,-0.000170949241589184\n2018-08-15 18:00:00,0.0005877349005449646\n2018-08-15 19:00:00,-0.0004890266385558369\n2018-08-15 20:00:00,-0.0010974167230701924\n2018-08-15 21:00:00,0.001610330373428891\n2018-08-15 22:00:00,-0.00018576973419607922\n2018-08-15 23:00:00,0.0017842400057602945\n2018-08-16 00:00:00,-0.0029362271929594275\n2018-08-16 01:00:00,0.0014084871043107264\n2018-08-16 02:00:00,-0.00084288471329832\n2018-08-16 03:00:00,-0.0008823049999386719\n2018-08-16 04:00:00,-0.0011418926773938585\n2018-08-16 05:00:00,-0.0006430715598173685\n2018-08-16 06:00:00,-8.121922836481699e-05\n2018-08-16 07:00:00,-0.002221715664290272\n2018-08-16 08:00:00,0.0007694195435622564\n2018-08-16 09:00:00,0.0007975090698972787\n2018-08-16 10:00:00,-0.0001251329527991744\n2018-08-16 11:00:00,-0.0005656765989258118\n2018-08-16 12:00:00,2.669387875871667e-05\n2018-08-16 13:00:00,0.0002608726846781201\n2018-08-16 14:00:00,0.0013164706928112185\n2018-08-16 15:00:00,-0.0004292402348239541\n2018-08-16 16:00:00,2.78787181341911e-05\n2018-08-16 17:00:00,-0.0005176207548935477\n2018-08-16 18:00:00,-0.0017552276305425921\n2018-08-16 19:00:00,0.0005783931012907022\n2018-08-16 20:00:00,-0.00032687149907358883\n2018-08-16 21:00:00,0.0008414001529939627\n2018-08-16 22:00:00,0.0004453907609156974\n2018-08-16 23:00:00,-0.0009834826039883996\n2018-08-17 00:00:00,-0.000206075962497901\n2018-08-17 01:00:00,-0.0003238937327383733\n2018-08-17 02:00:00,0.0006342963685152772\n2018-08-17 03:00:00,0.0007383580944161099\n2018-08-17 04:00:00,0.00010493537440224668\n2018-08-17 05:00:00,0.0003291282945279144\n2018-08-17 06:00:00,-0.0012155919683488044\n2018-08-17 07:00:00,0.0004466694893091755\n2018-08-17 08:00:00,-0.000243016086692162\n2018-08-17 09:00:00,6.54748842186999e-05\n2018-08-17 10:00:00,5.874628283193092e-05\n2018-08-17 11:00:00,-0.00020260882220168053\n2018-08-17 12:00:00,-0.0007355497949144856\n2018-08-17 13:00:00,0.00012930456712969472\n2018-08-17 14:00:00,0.004030557968106695\n2018-08-17 15:00:00,-7.221878928514999e-05\n2018-08-17 16:00:00,0.0005908998571693649\n2018-08-17 17:00:00,0.0003986055435265764\n2018-08-17 18:00:00,-0.0003348411928856337\n2018-08-17 19:00:00,-0.00040829437560790444\n2018-08-17 20:00:00,0.0006744327364321313\n2018-08-17 21:00:00,-0.0005523820518218582\n2018-08-17 22:00:00,-0.0014909808101935544\n2018-08-17 23:00:00,0.0010611732637729736\n2018-08-18 00:00:00,-2.7361006330747332e-05\n2018-08-18 01:00:00,0.0004749506551006913\n2018-08-18 02:00:00,3.6210276547064403e-05\n2018-08-18 03:00:00,0.001253234149777227\n2018-08-18 04:00:00,-0.00055385520288022\n2018-08-18 05:00:00,1.3409863518401064e-07\n2018-08-18 06:00:00,0.0023347066240738098\n2018-08-18 07:00:00,-0.0005537061516581293\n2018-08-18 08:00:00,-0.01063060194099743\n2018-08-18 09:00:00,0.0004364230804243466\n2018-08-18 10:00:00,0.0005881336053309982\n2018-08-18 11:00:00,0.00027595454814437106\n2018-08-18 12:00:00,-0.00012630474729808\n2018-08-18 13:00:00,-0.00026436224980652245\n2018-08-18 14:00:00,-0.0004544163716024002\n2018-08-18 15:00:00,0.00021968134581748126\n2018-08-18 16:00:00,-4.9139584398664516e-05\n2018-08-18 17:00:00,2.933921753991096e-05\n2018-08-18 18:00:00,-0.00012190283832538476\n2018-08-18 19:00:00,-0.00019349623493462168\n2018-08-18 20:00:00,0.0007544233752882977\n2018-08-18 21:00:00,0.0003908294448128502\n2018-08-18 22:00:00,-0.0002767465401041343\n2018-08-18 23:00:00,0.001051886060291372\n2018-08-19 00:00:00,-0.0001355387797829733\n2018-08-19 01:00:00,0.0007576504543113494\n2018-08-19 02:00:00,0.0006705520346835704\n2018-08-19 03:00:00,-0.00026373944010710606\n2018-08-19 04:00:00,0.0035020651786099788\n2018-08-19 05:00:00,-0.0016932829767399582\n2018-08-19 06:00:00,0.000901427804204183\n2018-08-19 07:00:00,-0.000467355418507579\n2018-08-19 08:00:00,-0.005902755487479841\n2018-08-19 09:00:00,-0.0009011311942504647\n2018-08-19 10:00:00,0.0007217871292585989\n2018-08-19 11:00:00,1.7508143731057755e-05\n2018-08-19 12:00:00,0.0006222458822613341\n2018-08-19 13:00:00,-0.0005542587017176722\n2018-08-19 14:00:00,-0.0005715469096987753\n2018-08-19 15:00:00,0.0008736906925314086\n2018-08-19 16:00:00,-1.531533809157829e-05\n2018-08-19 17:00:00,0.0007390829501535373\n2018-08-19 18:00:00,-0.0008528685944654994\n2018-08-19 19:00:00,0.000517680178552233\n2018-08-19 20:00:00,-0.0001221471032589512\n2018-08-19 21:00:00,-0.00039908943012062807\n2018-08-19 22:00:00,-0.0007655547925784294\n2018-08-19 23:00:00,0.0026283323335559495\n2018-08-20 00:00:00,0.0004678863798271912\n2018-08-20 01:00:00,-0.0008470727461646583\n2018-08-20 02:00:00,-0.0011389835180425274\n2018-08-20 03:00:00,-8.777849319435913e-05\n2018-08-20 04:00:00,-0.0003247069488868612\n2018-08-20 05:00:00,0.0004223962020280413\n2018-08-20 06:00:00,-0.00027496949211124196\n2018-08-20 07:00:00,-0.0014733651766293508\n2018-08-20 08:00:00,0.0011753278612908896\n2018-08-20 09:00:00,0.0009417409105698068\n2018-08-20 10:00:00,0.0009019226136992941\n2018-08-20 11:00:00,0.000741907756464507\n2018-08-20 12:00:00,-0.00020514569204367118\n2018-08-20 13:00:00,0.0008336945754051457\n2018-08-20 14:00:00,0.0005301438342308924\n2018-08-20 15:00:00,0.0006684408909319416\n2018-08-20 16:00:00,0.0012176396287812065\n2018-08-20 17:00:00,-0.0017560819707674014\n2018-08-20 18:00:00,7.679130021285297e-05\n2018-08-20 19:00:00,-0.002566523226283947\n2018-08-20 20:00:00,-0.0008494306575683372\n2018-08-20 21:00:00,-6.521972275471007e-05\n2018-08-20 22:00:00,6.236614997462734e-05\n2018-08-20 23:00:00,0.0014103098976468163\n2018-08-21 00:00:00,0.00029061703185938553\n2018-08-21 01:00:00,0.0005820009331386468\n2018-08-21 02:00:00,-0.00039742923849188605\n2018-08-21 03:00:00,-8.861090059925447e-05\n2018-08-21 04:00:00,-0.0011081727926417952\n2018-08-21 05:00:00,-0.011348045478434501\n2018-08-21 06:00:00,0.0021380492445676877\n2018-08-21 07:00:00,0.0001965820935673927\n2018-08-21 08:00:00,-0.000421276334711092\n2018-08-21 09:00:00,-0.0011542395208368602\n2018-08-21 10:00:00,-0.00042757366084884363\n2018-08-21 11:00:00,0.0002960840632856293\n2018-08-21 12:00:00,-0.0006844875812740213\n2018-08-21 13:00:00,0.0009308062180856998\n2018-08-21 14:00:00,-0.0005793456017921274\n2018-08-21 15:00:00,0.0005856882005830939\n2018-08-21 16:00:00,-3.858967953844595e-06\n2018-08-21 17:00:00,-0.0007437891040139907\n2018-08-21 18:00:00,0.0014143857505769376\n2018-08-21 19:00:00,-0.00027724179771071146\n2018-08-21 20:00:00,0.0025565250366525465\n2018-08-21 21:00:00,0.0008684435561138792\n2018-08-21 22:00:00,1.9600857311499226e-05\n2018-08-21 23:00:00,-0.0006131728567933512\n2018-08-22 00:00:00,0.0007073435624805368\n2018-08-22 01:00:00,0.00012103384737651388\n2018-08-22 02:00:00,0.00034064519180208766\n2018-08-22 03:00:00,0.0002007981435280853\n2018-08-22 04:00:00,0.00021905078163107257\n2018-08-22 05:00:00,0.0003093570470422459\n2018-08-22 06:00:00,3.124464129907863e-05\n2018-08-22 07:00:00,-0.0005657577211999761\n2018-08-22 08:00:00,-0.0006892163353136928\n2018-08-22 09:00:00,-0.0009220030539864274\n2018-08-22 10:00:00,-0.0011928530272681363\n2018-08-22 11:00:00,0.0005465744637661197\n2018-08-22 12:00:00,-0.0002927856256027424\n2018-08-22 13:00:00,0.0001560539191011598\n2018-08-22 14:00:00,0.0005591796260942283\n2018-08-22 15:00:00,0.0007302991890745459\n2018-08-22 16:00:00,0.0005534463328703362\n2018-08-22 17:00:00,-0.00048751866660116515\n2018-08-22 18:00:00,0.0006359515102097735\n2018-08-22 19:00:00,0.0005672104629723141\n2018-08-22 20:00:00,-0.0004043625623087383\n2018-08-22 21:00:00,-0.00017637335383280007\n2018-08-22 22:00:00,0.0005239067219225483\n2018-08-22 23:00:00,-0.0006358367296121655\n2018-08-23 00:00:00,-0.0002991227482759071\n2018-08-23 01:00:00,-0.0003187277402224338\n2018-08-23 02:00:00,0.014472992328294682\n2018-08-23 03:00:00,-0.0011306894741844526\n2018-08-23 04:00:00,0.0008069705946869166\n2018-08-23 05:00:00,-0.0005998388842724666\n2018-08-23 06:00:00,-0.0007368984364249563\n2018-08-23 07:00:00,0.00016806019334220717\n2018-08-23 08:00:00,-0.0006440218877770098\n2018-08-23 09:00:00,-3.56164955024257e-05\n2018-08-23 10:00:00,-3.743753461855793e-05\n2018-08-23 11:00:00,0.00023148804875435176\n2018-08-23 12:00:00,0.00032750137773120434\n2018-08-23 13:00:00,-0.000519142100467038\n2018-08-23 14:00:00,-4.274570208050332e-05\n2018-08-23 15:00:00,0.0008592329255981788\n2018-08-23 16:00:00,-4.083934211988878e-05\n2018-08-23 17:00:00,-0.0007464218713367284\n2018-08-23 18:00:00,-0.0020301512110885342\n2018-08-23 19:00:00,-0.0007838302556407336\n2018-08-23 20:00:00,0.0005613246327933687\n2018-08-23 21:00:00,2.7787108792789115e-05\n2018-08-23 22:00:00,0.0001672668216654774\n2018-08-23 23:00:00,0.013817985462433121\n2018-08-24 00:00:00,-0.002964911264708851\n2018-08-24 01:00:00,0.0008121991445314819\n2018-08-24 02:00:00,0.0027371222183591865\n2018-08-24 03:00:00,0.0003920515322019042\n2018-08-24 04:00:00,-0.0011997421961391437\n2018-08-24 05:00:00,-0.0010505174650928739\n2018-08-24 06:00:00,0.0009985897153504777\n2018-08-24 07:00:00,0.002865634951165612\n2018-08-24 08:00:00,0.0009078615755494354\n2018-08-24 09:00:00,0.0007602716439994639\n2018-08-24 10:00:00,0.0005916714918444777\n2018-08-24 11:00:00,0.00015539070592076348\n2018-08-24 12:00:00,-0.0009745012659902887\n2018-08-24 13:00:00,4.26011461652356e-05\n2018-08-24 14:00:00,-0.0007785388099743703\n2018-08-24 15:00:00,-0.00018261300945266614\n2018-08-24 16:00:00,0.000207130649287933\n2018-08-24 17:00:00,-0.0005798336027742215\n2018-08-24 18:00:00,0.000748076117329495\n2018-08-24 19:00:00,-0.0006636880350186363\n2018-08-24 20:00:00,-0.0004515263295619048\n2018-08-24 21:00:00,-0.0003642423118388321\n2018-08-24 22:00:00,0.0004013299308459632\n2018-08-24 23:00:00,-0.007689066082009068\n2018-08-25 00:00:00,-0.0008180946949153721\n2018-08-25 01:00:00,-0.00029653967851633834\n2018-08-25 02:00:00,0.0015269724288157914\n2018-08-25 03:00:00,-0.000603129425354223\n2018-08-25 04:00:00,-0.00034415496056607996\n2018-08-25 05:00:00,-0.0007830027514449669\n2018-08-25 06:00:00,-0.0011897657140052052\n2018-08-25 07:00:00,0.0012824259017853378\n2018-08-25 08:00:00,0.00011477372030358663\n2018-08-25 09:00:00,-0.0002394170768304752\n2018-08-25 10:00:00,-0.0003057898593610911\n2018-08-25 11:00:00,-0.002025325370874937\n2018-08-25 12:00:00,0.0031202863472316236\n2018-08-25 13:00:00,0.0008614918282803773\n2018-08-25 14:00:00,-0.0023145235036548814\n2018-08-25 15:00:00,-0.0011945628068214787\n2018-08-25 16:00:00,-0.00015025765677669403\n2018-08-25 17:00:00,-0.0006794250879631068\n2018-08-25 18:00:00,0.008244030104889893\n2018-08-25 19:00:00,-0.00046967738339866264\n2018-08-25 20:00:00,0.0008509146897925317\n2018-08-25 21:00:00,-0.0002469393613439038\n2018-08-25 22:00:00,-7.900946460682235e-05\n2018-08-25 23:00:00,0.000208386993065652\n2018-08-26 00:00:00,-0.001353986630417626\n2018-08-26 01:00:00,-0.001840459294645554\n2018-08-26 02:00:00,-0.0012267685954759496\n2018-08-26 03:00:00,0.00028343157543862124\n2018-08-26 04:00:00,-1.0830740008002776e-05\n2018-08-26 05:00:00,-0.0008671054400299724\n2018-08-26 06:00:00,0.00192345348999612\n2018-08-26 07:00:00,-0.0005501840129574877\n2018-08-26 08:00:00,0.0030098385042049485\n2018-08-26 09:00:00,-2.3776519214837805e-05\n2018-08-26 10:00:00,-5.3093757604723444e-05\n2018-08-26 11:00:00,0.00014033143921119288\n2018-08-26 12:00:00,0.00033763038203976436\n2018-08-26 13:00:00,0.0004070739727200116\n2018-08-26 14:00:00,-0.00020954742447355933\n2018-08-26 15:00:00,0.0002953092154308228\n2018-08-26 16:00:00,-0.00016591469743562466\n2018-08-26 17:00:00,-0.0004149599853753385\n2018-08-26 18:00:00,0.00022404496161700067\n2018-08-26 19:00:00,8.769966557746913e-07\n2018-08-26 20:00:00,0.0006583890728563594\n2018-08-26 21:00:00,0.00021893710931097167\n2018-08-26 22:00:00,-0.0004256742830410027\n2018-08-26 23:00:00,5.2083354330032636e-05\n2018-08-27 00:00:00,0.00036234553118628086\n2018-08-27 01:00:00,-0.00041634718774652955\n2018-08-27 02:00:00,-0.00041874576341576815\n2018-08-27 03:00:00,-0.00018335301261225144\n2018-08-27 04:00:00,2.0909561279079078e-05\n2018-08-27 05:00:00,7.838173431470864e-05\n2018-08-27 06:00:00,-0.00013332429649955664\n2018-08-27 07:00:00,3.0514892766307027e-05\n2018-08-27 08:00:00,-8.461300294171596e-05\n2018-08-27 09:00:00,0.00016539871422780388\n2018-08-27 10:00:00,0.00012490216284523386\n2018-08-27 11:00:00,-0.00045922148820491475\n2018-08-27 12:00:00,0.00021079453417350633\n2018-08-27 13:00:00,-0.00011001920296100532\n2018-08-27 14:00:00,-0.0007341823913459994\n2018-08-27 15:00:00,-9.299154388013962e-05\n2018-08-27 16:00:00,7.411695688342766e-05\n2018-08-27 17:00:00,0.0004608839408970763\n2018-08-27 18:00:00,-0.0008283124238748671\n2018-08-27 19:00:00,8.817283180834509e-05\n2018-08-27 20:00:00,-0.0003757188794142525\n2018-08-27 21:00:00,0.00025004156383060634\n2018-08-27 22:00:00,-0.0007269461427977507\n2018-08-27 23:00:00,0.0002098623060232635\n2018-08-28 00:00:00,-0.00032871884492502126\n2018-08-28 01:00:00,-0.0006461527060760868\n2018-08-28 02:00:00,-0.00025830444438223115\n2018-08-28 03:00:00,-0.00014963537282271003\n2018-08-28 04:00:00,-0.00034439635480653855\n2018-08-28 05:00:00,0.00026994278577377744\n2018-08-28 06:00:00,-1.9438040287493698e-06\n2018-08-28 07:00:00,-0.00027437731299055206\n2018-08-28 08:00:00,0.00016270169801661533\n2018-08-28 09:00:00,0.00016102447951572965\n2018-08-28 10:00:00,1.8831049504930462e-06\n2018-08-28 11:00:00,-0.00015703416934548754\n2018-08-28 12:00:00,-4.695220661766349e-05\n2018-08-28 13:00:00,-0.00010718970157832445\n2018-08-28 14:00:00,-0.00029305535067591747\n2018-08-28 15:00:00,0.00020244991653368193\n2018-08-28 16:00:00,0.00030261142687760547\n2018-08-28 17:00:00,-0.00016258501433491393\n2018-08-28 18:00:00,-9.815895532327126e-05\n2018-08-28 19:00:00,-0.00036556171458678653\n2018-08-28 20:00:00,-0.0007099521375707887\n2018-08-28 21:00:00,-0.0009225443766158177\n2018-08-28 22:00:00,0.00012484761528176177\n2018-08-28 23:00:00,-0.00014911003023720688\n2018-08-29 00:00:00,0.0004697619069640708\n2018-08-29 01:00:00,-0.0003767301283338239\n2018-08-29 02:00:00,-0.00033831205081916513\n2018-08-29 03:00:00,0.00037156942167091914\n2018-08-29 04:00:00,0.0004778409117892996\n2018-08-29 05:00:00,0.0010655775675672365\n2018-08-29 06:00:00,0.0008624533682614465\n2018-08-29 07:00:00,0.000304554735556543\n2018-08-29 08:00:00,0.0003234151618277592\n2018-08-29 09:00:00,-0.00011127982024259131\n2018-08-29 10:00:00,-0.0001526961871384337\n2018-08-29 11:00:00,2.2803694118064096e-06\n2018-08-29 12:00:00,-0.00020314271964523055\n2018-08-29 13:00:00,0.00013963872173670594\n2018-08-29 14:00:00,0.00013668135553923742\n2018-08-29 15:00:00,0.00029025711328141\n2018-08-29 16:00:00,0.002113474610854527\n2018-08-29 17:00:00,-0.0001981312997263103\n2018-08-29 18:00:00,-3.963657257505206e-05\n2018-08-29 19:00:00,-0.00042519122084732193\n2018-08-29 20:00:00,-0.0004138578098027336\n2018-08-29 21:00:00,-0.0004029212440604226\n2018-08-29 22:00:00,-0.0013116710450218577\n2018-08-29 23:00:00,-0.0008560425050200412\n2018-08-30 00:00:00,-7.500136077595487e-05\n2018-08-30 01:00:00,-0.001009500287996443\n2018-08-30 02:00:00,0.00021290393083858632\n2018-08-30 03:00:00,-0.0006030202959182378\n2018-08-30 04:00:00,-0.000302553304310766\n2018-08-30 05:00:00,0.0011308389636892088\n2018-08-30 06:00:00,-0.0007454975636650815\n2018-08-30 07:00:00,-0.0002400555318748089\n2018-08-30 08:00:00,0.0018403692309464676\n2018-08-30 09:00:00,-0.0003303065174644056\n2018-08-30 10:00:00,-0.0005034836896829857\n2018-08-30 11:00:00,0.00030223470763282963\n2018-08-30 12:00:00,-3.658250026732539e-05\n2018-08-30 13:00:00,-7.610550856721599e-05\n2018-08-30 14:00:00,0.0005515081203960781\n2018-08-30 15:00:00,0.00022692227532454038\n2018-08-30 16:00:00,-0.0023957687908346867\n2018-08-30 17:00:00,0.0010501065730718947\n2018-08-30 18:00:00,0.00039017355771545445\n2018-08-30 19:00:00,0.0009790920684262924\n2018-08-30 20:00:00,0.0005807310338224803\n2018-08-30 21:00:00,-0.00035549351305945144\n2018-08-30 22:00:00,-0.0006053755335670594\n2018-08-30 23:00:00,0.00026232915818493905\n2018-08-31 00:00:00,0.001270577568031812\n2018-08-31 01:00:00,-0.0013867079586794596\n2018-08-31 02:00:00,0.0011666615099142493\n2018-08-31 03:00:00,0.002678126651586705\n2018-08-31 04:00:00,0.0002196398975833803\n2018-08-31 05:00:00,-0.0005776316640862765\n2018-08-31 06:00:00,3.628482231482674e-05\n2018-08-31 07:00:00,0.0001272502620288352\n2018-08-31 08:00:00,0.0004608547427902492\n2018-08-31 09:00:00,0.001069855941687293\n2018-08-31 10:00:00,0.0009387940763500211\n2018-08-31 11:00:00,1.1673604810487823e-05\n2018-08-31 12:00:00,-0.0005521130456015381\n2018-08-31 13:00:00,-4.654695362238174e-05\n2018-08-31 14:00:00,-0.0005953400167874216\n2018-08-31 15:00:00,0.0006977716272066008\n2018-08-31 16:00:00,-0.00044947833557665436\n2018-08-31 17:00:00,-0.000257578359209672\n2018-08-31 18:00:00,-0.00019554336607257845\n2018-08-31 19:00:00,0.00010158509418106442\n2018-08-31 20:00:00,-0.0010469338378896447\n2018-08-31 21:00:00,-0.0003691296063022058\n2018-08-31 22:00:00,0.0006221531941843884\n2018-08-31 23:00:00,-3.763141467311377e-05\n2018-09-01 00:00:00,-0.0014450174368647343\n2018-09-01 01:00:00,-0.0004479141885812005\n2018-09-01 02:00:00,-3.6842172058076864e-06\n2018-09-01 03:00:00,-4.405793785060038e-05\n2018-09-01 04:00:00,-0.00017127700858058238\n2018-09-01 05:00:00,-0.0006054554533545883\n2018-09-01 06:00:00,0.00028627714774705925\n2018-09-01 07:00:00,0.00030185335260315385\n2018-09-01 08:00:00,-0.00025129076182674664\n2018-09-01 09:00:00,0.0002981943949722707\n2018-09-01 10:00:00,-4.9054908486355346e-05\n2018-09-01 11:00:00,-0.00018353154266094858\n2018-09-01 12:00:00,-0.00029755866275170737\n2018-09-01 13:00:00,0.0008135468372118091\n2018-09-01 14:00:00,-0.000183616512616262\n2018-09-01 15:00:00,-0.0003838676786775116\n2018-09-01 16:00:00,-0.000874275863225142\n2018-09-01 17:00:00,0.0005143533367627797\n2018-09-01 18:00:00,-0.0012505940547878724\n2018-09-01 19:00:00,0.0018123656609744668\n2018-09-01 20:00:00,-0.0003618870451919689\n2018-09-01 21:00:00,0.0009791947916552833\n2018-09-01 22:00:00,0.0016592465773009166\n2018-09-01 23:00:00,0.00043728585370563894\n2018-09-02 00:00:00,-0.0009530587413904525\n2018-09-02 01:00:00,0.0019311765037483986\n2018-09-02 02:00:00,-4.49104571698315e-05\n2018-09-02 03:00:00,-0.0006626592240850288\n2018-09-02 04:00:00,-0.0001308701203481378\n2018-09-02 05:00:00,-0.00010499550469079844\n2018-09-02 06:00:00,0.00016595082909098952\n2018-09-02 07:00:00,0.00048612169055259504\n2018-09-02 08:00:00,-8.988305439080986e-05\n2018-09-02 09:00:00,0.00012326860682194987\n2018-09-02 10:00:00,0.00014786616862676785\n2018-09-02 11:00:00,0.00020175317341158697\n2018-09-02 12:00:00,0.00027029056796288155\n2018-09-02 13:00:00,-0.001362644842733736\n2018-09-02 14:00:00,-0.0004595821516129529\n2018-09-02 15:00:00,-0.0007272428309134008\n2018-09-02 16:00:00,-0.00030376961634034515\n2018-09-02 17:00:00,0.0007478511798156741\n2018-09-02 18:00:00,0.00014503439512983922\n2018-09-02 19:00:00,-0.0002336702232010556\n2018-09-02 20:00:00,0.0014903022052556996\n2018-09-02 21:00:00,0.00027363966443327104\n2018-09-02 22:00:00,-0.0007782842005805017\n2018-09-02 23:00:00,6.315608622181027e-05\n2018-09-03 00:00:00,0.0006129815990054804\n2018-09-03 01:00:00,-0.0007156640519605441\n2018-09-03 02:00:00,-0.0006956940916107629\n2018-09-03 03:00:00,0.000415781828855757\n2018-09-03 04:00:00,-1.5521825629763846e-05\n2018-09-03 05:00:00,0.0022652661048978666\n2018-09-03 06:00:00,0.0002926496859358807\n2018-09-03 07:00:00,0.0017298888670388994\n2018-09-03 08:00:00,-0.00017219483148704366\n2018-09-03 09:00:00,-0.0010134216007205497\n2018-09-03 10:00:00,0.0005907727624764043\n2018-09-03 11:00:00,0.0009623099981367818\n2018-09-03 12:00:00,-0.00014597518197026504\n2018-09-03 13:00:00,-0.0007635457280997381\n2018-09-03 14:00:00,-0.0005468130550911002\n2018-09-03 15:00:00,-0.0003071439573166597\n2018-09-03 16:00:00,9.357105783285107e-05\n2018-09-03 17:00:00,-0.0005572788808158359\n2018-09-03 18:00:00,-0.0004804968153681468\n2018-09-03 19:00:00,0.0005081118860342114\n2018-09-03 20:00:00,-0.0006518726123108103\n2018-09-03 21:00:00,0.00027175679789165526\n2018-09-03 22:00:00,-0.0003709652345163316\n2018-09-03 23:00:00,-0.000715384453783339\n2018-09-04 00:00:00,-0.0012279734417682967\n2018-09-04 01:00:00,-0.0005129942679840996\n2018-09-04 02:00:00,-0.0009197457588976591\n2018-09-04 03:00:00,-0.00048156162397666627\n2018-09-04 04:00:00,0.0005329095480709412\n2018-09-04 05:00:00,-0.00016970687551617162\n2018-09-04 06:00:00,-0.0008965771357266243\n2018-09-04 07:00:00,-0.00015187208355329812\n2018-09-04 08:00:00,0.00015781655391480464\n2018-09-04 09:00:00,9.391589623554133e-06\n2018-09-04 10:00:00,3.1262410868919806e-05\n2018-09-04 11:00:00,0.00026190111624225653\n2018-09-04 12:00:00,-0.0004223717465127703\n2018-09-04 13:00:00,0.000248852150492017\n2018-09-04 14:00:00,0.0008671704437993784\n2018-09-04 15:00:00,-7.967467052872236e-05\n2018-09-04 16:00:00,-0.00020209360131145804\n2018-09-04 17:00:00,0.00030497988674452073\n2018-09-04 18:00:00,-7.722324942091391e-05\n2018-09-04 19:00:00,2.9308381204060364e-06\n2018-09-04 20:00:00,-0.0016036000686153848\n2018-09-04 21:00:00,-5.042281784548947e-05\n2018-09-04 22:00:00,0.0005280428717920466\n2018-09-04 23:00:00,-0.00030893696337826507\n2018-09-05 00:00:00,0.0014260767102145095\n2018-09-05 01:00:00,0.0017718043579765968\n2018-09-05 02:00:00,-3.584426843897091e-05\n2018-09-05 03:00:00,0.00017702280578309364\n2018-09-05 04:00:00,-0.0007823673802750778\n2018-09-05 05:00:00,5.652154156145564e-05\n2018-09-05 06:00:00,-0.0001241561775444999\n2018-09-05 07:00:00,-0.00013648683287995834\n2018-09-05 08:00:00,-0.00018580070912507405\n2018-09-05 09:00:00,-0.00020531191889748687\n2018-09-05 10:00:00,2.5133843219894802e-05\n2018-09-05 11:00:00,-0.0006121027657362065\n2018-09-05 12:00:00,0.00022380002602286333\n2018-09-05 13:00:00,9.60342732212104e-05\n2018-09-05 14:00:00,0.00019031929120881977\n2018-09-05 15:00:00,-0.0002621981883145047\n2018-09-05 16:00:00,0.0005987514429845007\n2018-09-05 17:00:00,-0.0004065651529437462\n2018-09-05 18:00:00,9.13309482095685e-05\n2018-09-05 19:00:00,-6.488157500537992e-05\n2018-09-05 20:00:00,-7.828766811078758e-05\n2018-09-05 21:00:00,0.0001856349271066269\n2018-09-05 22:00:00,0.0003300603957781644\n2018-09-05 23:00:00,0.00013654403004943123\n2018-09-06 00:00:00,-3.120945395039183e-05\n2018-09-06 01:00:00,-6.600024073185426e-05\n2018-09-06 02:00:00,0.00025944159506357693\n2018-09-06 03:00:00,-0.00012699800672409754\n2018-09-06 04:00:00,-0.00038228584532038775\n2018-09-06 05:00:00,-4.125818797575665e-05\n2018-09-06 06:00:00,0.0002999185312827502\n2018-09-06 07:00:00,0.00015928412757371005\n2018-09-06 08:00:00,-0.0001400224874712205\n2018-09-06 09:00:00,7.755113772055184e-05\n2018-09-06 10:00:00,0.0011950697032957823\n2018-09-06 11:00:00,-6.204681170561232e-05\n2018-09-06 12:00:00,6.12347596132583e-05\n2018-09-06 13:00:00,0.0005719527818499873\n2018-09-06 14:00:00,-0.00015063161305023978\n2018-09-06 15:00:00,-0.0002382978487960829\n2018-09-06 16:00:00,-0.0006127582752204454\n2018-09-06 17:00:00,0.0002630585538633218\n2018-09-06 18:00:00,-0.0003152235828480292\n2018-09-06 19:00:00,-6.669483500916795e-05\n2018-09-06 20:00:00,0.0007478889374730938\n2018-09-06 21:00:00,-1.1813023664515587e-06\n2018-09-06 22:00:00,6.155073852139023e-05\n2018-09-06 23:00:00,0.0005730575208544114\n2018-09-07 00:00:00,0.00018391550043333772\n2018-09-07 01:00:00,4.750462057759198e-06\n2018-09-07 02:00:00,2.32367476996363e-05\n2018-09-07 03:00:00,-0.00011220131576911134\n2018-09-07 04:00:00,-0.0006405110478607536\n2018-09-07 05:00:00,-0.0008492705542997217\n2018-09-07 06:00:00,0.0005912862560467951\n2018-09-07 07:00:00,-0.0012614430249380704\n2018-09-07 08:00:00,0.000653369982825867\n2018-09-07 09:00:00,0.042847376491281744\n2018-09-07 10:00:00,5.229188923321622e-05\n2018-09-07 11:00:00,-0.001637778569128064\n2018-09-07 12:00:00,0.0004362192129339738\n2018-09-07 13:00:00,-0.0010269348253264421\n2018-09-07 14:00:00,-8.198512944085416e-05\n2018-09-07 15:00:00,0.0005529587969859432\n2018-09-07 16:00:00,-0.0017059543469296328\n2018-09-07 17:00:00,0.0002592412373126134\n2018-09-07 18:00:00,0.00047055755994214064\n2018-09-07 19:00:00,0.0002745747955031625\n2018-09-07 20:00:00,-0.00026435076230160693\n2018-09-07 21:00:00,-0.00044534051760563876\n2018-09-07 22:00:00,0.0006288529511391684\n2018-09-07 23:00:00,-0.00021005492967724246\n2018-09-08 00:00:00,0.00011865553975953096\n2018-09-08 01:00:00,0.00011072860738391557\n2018-09-08 02:00:00,0.0001633094908616919\n2018-09-08 03:00:00,3.64025000741321e-06\n2018-09-08 04:00:00,0.0001968627946298771\n2018-09-08 05:00:00,8.930497755994178e-05\n2018-09-08 06:00:00,-0.00030977323635983763\n2018-09-08 07:00:00,-0.00024299819952952644\n2018-09-08 08:00:00,0.0006689891721481743\n2018-09-08 09:00:00,-0.0019151044716416653\n2018-09-08 10:00:00,0.0008123986254937697\n2018-09-08 11:00:00,-9.097778582552841e-05\n2018-09-08 12:00:00,-0.0013524056357589122\n2018-09-08 13:00:00,-0.00029663303527968735\n2018-09-08 14:00:00,0.001424902306618588\n2018-09-08 15:00:00,-0.0008795754309495358\n2018-09-08 16:00:00,0.0014061272617265713\n2018-09-08 17:00:00,-0.0012323156278629531\n2018-09-08 18:00:00,-0.000650619450716054\n2018-09-08 19:00:00,-0.00013998057396273045\n2018-09-08 20:00:00,-0.0009918243152153058\n2018-09-08 21:00:00,0.00024003944295454766\n2018-09-08 22:00:00,0.0012059219932891686\n2018-09-08 23:00:00,-0.0005482959474800032\n2018-09-09 00:00:00,-0.0011714094469572438\n2018-09-09 01:00:00,-0.0005053673626618216\n2018-09-09 02:00:00,8.596223985031244e-07\n2018-09-09 03:00:00,0.0013480680179652326\n2018-09-09 04:00:00,-0.000940785144325758\n2018-09-09 05:00:00,-0.0018674703364403348\n2018-09-09 06:00:00,0.00029182025216250196\n2018-09-09 07:00:00,-0.0009388713054174935\n2018-09-09 08:00:00,0.001753378250724681\n2018-09-09 09:00:00,0.003800450300779404\n2018-09-09 10:00:00,-0.00016755054317344595\n2018-09-09 11:00:00,0.00018183675356082458\n2018-09-09 12:00:00,0.00048405009573647173\n2018-09-09 13:00:00,-0.0002492542534175697\n2018-09-09 14:00:00,-0.00026287886056201274\n2018-09-09 15:00:00,-0.00018329666165476502\n2018-09-09 16:00:00,-0.0005307228133462123\n2018-09-09 17:00:00,-0.0013625584434616266\n2018-09-09 18:00:00,-0.0008363057750544162\n2018-09-09 19:00:00,0.0004455193926826452\n2018-09-09 20:00:00,-0.0002729311986635717\n2018-09-09 21:00:00,0.00011632745708530853\n2018-09-09 22:00:00,0.0001485027742940195\n2018-09-09 23:00:00,-0.0006817675603087526\n2018-09-10 00:00:00,-0.001579904051585213\n2018-09-10 01:00:00,0.0007660193124721344\n2018-09-10 02:00:00,-0.0003535374960407681\n2018-09-10 03:00:00,-0.0005439890127537906\n2018-09-10 04:00:00,0.0009936254166731376\n2018-09-10 05:00:00,0.00019481014197227976\n2018-09-10 06:00:00,-0.00031510444987090043\n2018-09-10 07:00:00,-1.6706548000139575e-05\n2018-09-10 08:00:00,0.00023855696427425873\n2018-09-10 09:00:00,0.0019758087745712165\n2018-09-10 10:00:00,-0.0009786971717265238\n2018-09-10 11:00:00,0.00015208864133990058\n2018-09-10 12:00:00,-0.00019247608274855531\n2018-09-10 13:00:00,2.964688638242109e-05\n2018-09-10 14:00:00,0.000489443741019962\n2018-09-10 15:00:00,-0.00016467884347525603\n2018-09-10 16:00:00,-0.00043205071479697726\n2018-09-10 17:00:00,-0.00018463017385546973\n2018-09-10 18:00:00,-0.0004676581046608945\n2018-09-10 19:00:00,-4.159143108833621e-05\n2018-09-10 20:00:00,6.845621411853067e-06\n2018-09-10 21:00:00,-0.0001480222430197892\n2018-09-10 22:00:00,-0.0006763775068453605\n2018-09-10 23:00:00,0.0007165888410871653\n2018-09-11 00:00:00,-0.00033916245268660576\n2018-09-11 01:00:00,0.0004185309203049909\n2018-09-11 02:00:00,-0.00037864248289627727\n2018-09-11 03:00:00,0.0002147088659123345\n2018-09-11 04:00:00,0.00018253391598327759\n2018-09-11 05:00:00,3.9388611429975873e-05\n2018-09-11 06:00:00,-0.00015341811749774165\n2018-09-11 07:00:00,-0.0002144950925457527\n2018-09-11 08:00:00,-0.0001989582236497861\n2018-09-11 09:00:00,0.015074099291896606\n2018-09-11 10:00:00,-0.0006354654097071867\n2018-09-11 11:00:00,-8.885548846139612e-05\n2018-09-11 12:00:00,-0.0005661385279394301\n2018-09-11 13:00:00,3.2953498920084785e-05\n2018-09-11 14:00:00,-0.00019552760868941834\n2018-09-11 15:00:00,-0.001994427354108105\n2018-09-11 16:00:00,0.0007070393847390238\n2018-09-11 17:00:00,-0.0019954316486504764\n2018-09-11 18:00:00,-6.177069475249621e-06\n2018-09-11 19:00:00,-0.0006784976903015819\n2018-09-11 20:00:00,0.0020414311085264506\n2018-09-11 21:00:00,-2.5683760884017967e-05\n2018-09-11 22:00:00,0.00012039451877549591\n2018-09-11 23:00:00,0.0012432457742480268\n2018-09-12 00:00:00,-1.5932432567726256e-05\n2018-09-12 01:00:00,0.000145359721324518\n2018-09-12 02:00:00,-0.0001439891691530311\n2018-09-12 03:00:00,-0.001000425243467937\n2018-09-12 04:00:00,-0.00010993983495248991\n2018-09-12 05:00:00,0.0005518870804072914\n2018-09-12 06:00:00,-0.005344807980896185\n2018-09-12 07:00:00,0.0005753418937751172\n2018-09-12 08:00:00,-0.0007475546695877748\n2018-09-12 09:00:00,0.001355639462814886\n2018-09-12 10:00:00,0.00011447702810047663\n2018-09-12 11:00:00,-0.00029680944575986043\n2018-09-12 12:00:00,-0.0005352301872462987\n2018-09-12 13:00:00,0.00010062883168984861\n2018-09-12 14:00:00,-0.0016787321083259444\n2018-09-12 15:00:00,0.00015960801306733773\n2018-09-12 16:00:00,-0.00041975609703226755\n2018-09-12 17:00:00,-0.0008185001891176868\n2018-09-12 18:00:00,-0.0015126131790740112\n2018-09-12 19:00:00,0.001231251562241712\n2018-09-12 20:00:00,0.001883229599939183\n2018-09-12 21:00:00,0.0001397720592670327\n2018-09-12 22:00:00,0.000161113863488575\n2018-09-12 23:00:00,0.0025290910548487386\n2018-09-13 00:00:00,0.00013007927865024943\n2018-09-13 01:00:00,-0.0007760432607588283\n2018-09-13 02:00:00,-0.0010738621142633241\n2018-09-13 03:00:00,0.0012757809910337705\n2018-09-13 04:00:00,0.0010682571377104687\n2018-09-13 05:00:00,-0.001132477816774789\n2018-09-13 06:00:00,0.0013450425805601116\n2018-09-13 07:00:00,0.00019962254590838335\n2018-09-13 08:00:00,0.0004080018984299082\n2018-09-13 09:00:00,-0.0012844702156732815\n2018-09-13 10:00:00,-0.0010809062474048373\n2018-09-13 11:00:00,0.0013446905431239993\n2018-09-13 12:00:00,0.0007191533032598783\n2018-09-13 13:00:00,0.0008138993516487559\n2018-09-13 14:00:00,0.0013461389754766873\n2018-09-13 15:00:00,-0.0021156648927482644\n2018-09-13 16:00:00,0.0013991588030064363\n2018-09-13 17:00:00,-0.00026680481550210355\n2018-09-13 18:00:00,-0.0008299645345363264\n2018-09-13 19:00:00,0.0005405957144126837\n2018-09-13 20:00:00,0.00149207919800004\n2018-09-13 21:00:00,0.0006859041803283924\n2018-09-13 22:00:00,0.0003688365346818817\n2018-09-13 23:00:00,-0.0009558873798397937\n2018-09-14 00:00:00,0.00032134087738084087\n2018-09-14 01:00:00,-0.0006621403818210017\n2018-09-14 02:00:00,-0.0002690910169310842\n2018-09-14 03:00:00,0.041994471504497824\n2018-09-14 04:00:00,-0.0004640509753944728\n2018-09-14 05:00:00,0.00027899829419828187\n2018-09-14 06:00:00,0.0016581293395266387\n2018-09-14 07:00:00,-0.0011976738768146478\n2018-09-14 08:00:00,0.0022552855723019815\n2018-09-14 09:00:00,0.00032278455566974297\n2018-09-14 10:00:00,0.0008255577759337586\n2018-09-14 11:00:00,-0.0014397451534877185\n2018-09-14 12:00:00,-2.304881750201772e-05\n2018-09-14 13:00:00,-0.0007304612212045462\n2018-09-14 14:00:00,0.0007511627348495977\n2018-09-14 15:00:00,0.000889448485459126\n2018-09-14 16:00:00,-0.0005443981077770183\n2018-09-14 17:00:00,2.8490464506959284e-05\n2018-09-14 18:00:00,8.751515963668998e-05\n2018-09-14 19:00:00,-0.0010480443235614991\n2018-09-14 20:00:00,-0.0006787137509672757\n2018-09-14 21:00:00,0.0005189699739024028\n2018-09-14 22:00:00,-0.006111454904965829\n2018-09-14 23:00:00,0.0008160173481040305\n2018-09-15 00:00:00,-1.4371831929444118e-05\n2018-09-15 01:00:00,-3.093869352612075e-05\n2018-09-15 02:00:00,-0.0004134704172829741\n2018-09-15 03:00:00,0.0013585324104374967\n2018-09-15 04:00:00,-0.0020501665175864164\n2018-09-15 05:00:00,0.002090742940343103\n2018-09-15 06:00:00,-3.7975077425299246e-05\n2018-09-15 07:00:00,-0.0007997325978862389\n2018-09-15 08:00:00,-8.673707957472087e-05\n2018-09-15 09:00:00,-0.0004355261121609809\n2018-09-15 10:00:00,0.00022939028956868974\n2018-09-15 11:00:00,0.0004366162380209604\n2018-09-15 12:00:00,0.0017185527927021929\n2018-09-15 13:00:00,3.296163113429021e-05\n2018-09-15 14:00:00,-0.00011038195581412335\n2018-09-15 15:00:00,-0.002653701404525092\n2018-09-15 16:00:00,-0.0008182110026205086\n2018-09-15 17:00:00,0.00015151879921023047\n2018-09-15 18:00:00,-0.0006522788145815645\n2018-09-15 19:00:00,0.0006160208813463418\n2018-09-15 20:00:00,0.00012890797930577703\n2018-09-15 21:00:00,0.001089677225335728\n2018-09-15 22:00:00,-0.00018961327273119832\n2018-09-15 23:00:00,-0.0008664179164411986\n2018-09-16 00:00:00,0.0007491088335267829\n2018-09-16 01:00:00,5.431418067933984e-05\n2018-09-16 02:00:00,0.00028534569094437924\n2018-09-16 03:00:00,-0.0007352241545621232\n2018-09-16 04:00:00,-0.00013228497294377796\n2018-09-16 05:00:00,-0.000272085892328547\n2018-09-16 06:00:00,-0.00018404136694639243\n2018-09-16 07:00:00,0.00021067372032670405\n2018-09-16 08:00:00,-0.0020702556950585086\n2018-09-16 09:00:00,0.0007657871786556161\n2018-09-16 10:00:00,-0.00026043419132472563\n2018-09-16 11:00:00,0.0007790872545170494\n2018-09-16 12:00:00,-0.0007390604309052826\n2018-09-16 13:00:00,-0.0009585348668075267\n2018-09-16 14:00:00,0.0004881338240929025\n2018-09-16 15:00:00,-0.0020081121988014417\n2018-09-16 16:00:00,-0.0007007401405850971\n2018-09-16 17:00:00,0.0007340518510049259\n2018-09-16 18:00:00,-0.00024025501587698688\n2018-09-16 19:00:00,0.0003507839280905149\n2018-09-16 20:00:00,0.0005139011949505567\n2018-09-16 21:00:00,-0.00025230416007494355\n2018-09-16 22:00:00,-5.736401175854636e-05\n2018-09-16 23:00:00,-0.000436767527290182\n2018-09-17 00:00:00,-0.0010177344235214284\n2018-09-17 01:00:00,0.0009568525985765647\n2018-09-17 02:00:00,-0.0022336984932384758\n2018-09-17 03:00:00,-0.0005823153512548979\n2018-09-17 04:00:00,0.00032052102053632285\n2018-09-17 05:00:00,0.0002497049411766998\n2018-09-17 06:00:00,0.0023302714172638806\n2018-09-17 07:00:00,-0.0007208029456496587\n2018-09-17 08:00:00,8.215036627301595e-05\n2018-09-17 09:00:00,-0.00018280798213323607\n2018-09-17 10:00:00,-0.0006498918426870381\n2018-09-17 11:00:00,0.00021442148234149908\n2018-09-17 12:00:00,-2.7216507465278517e-05\n2018-09-17 13:00:00,-0.0012766852102414216\n2018-09-17 14:00:00,0.0005777992577215652\n2018-09-17 15:00:00,0.001687464495035859\n2018-09-17 16:00:00,0.0007052007257861506\n2018-09-17 17:00:00,-0.0008865301228945464\n2018-09-17 18:00:00,0.00043502559645411035\n2018-09-17 19:00:00,-0.00023648274061933283\n2018-09-17 20:00:00,0.0004127839918953593\n2018-09-17 21:00:00,-0.00021290605501720256\n2018-09-17 22:00:00,0.00017409556815780447\n2018-09-17 23:00:00,-0.0004722196279602201\n2018-09-18 00:00:00,-0.0006055996689996244\n2018-09-18 01:00:00,0.002532519002735431\n2018-09-18 02:00:00,0.00024050427388153445\n2018-09-18 03:00:00,0.000837128583602848\n2018-09-18 04:00:00,-0.00028614678063523986\n2018-09-18 05:00:00,0.0002514174087504701\n2018-09-18 06:00:00,-0.00022152346518032744\n2018-09-18 07:00:00,-0.0006951677396707569\n2018-09-18 08:00:00,0.0005573887012160812\n2018-09-18 09:00:00,0.00016464428943121405\n2018-09-18 10:00:00,-0.00018997375948679373\n2018-09-18 11:00:00,-0.0003791530074071873\n2018-09-18 12:00:00,-0.0005734004355881079\n2018-09-18 13:00:00,0.001560663720473373\n2018-09-18 14:00:00,-0.0008322900089018357\n2018-09-18 15:00:00,0.0003108639711144923\n2018-09-18 16:00:00,-0.0010843300735818996\n2018-09-18 17:00:00,7.07870159512028e-05\n2018-09-18 18:00:00,-1.6775268770089973e-05\n2018-09-18 19:00:00,-1.4175773008219516e-05\n2018-09-18 20:00:00,-0.000322479839427102\n2018-09-18 21:00:00,0.000351613972379313\n2018-09-18 22:00:00,-4.9711338949032685e-05\n2018-09-18 23:00:00,-0.00010766796842226649\n2018-09-19 00:00:00,8.61842795115157e-05\n2018-09-19 01:00:00,0.0003128799583631095\n2018-09-19 02:00:00,-0.0003156277588301344\n2018-09-19 03:00:00,2.5671279875491613e-05\n2018-09-19 04:00:00,-3.587129758049839e-05\n2018-09-19 05:00:00,0.00027134212898351754\n2018-09-19 06:00:00,-2.4401589463168383e-05\n2018-09-19 07:00:00,-0.0001238255195311494\n2018-09-19 08:00:00,6.483098295328393e-05\n2018-09-19 09:00:00,-0.000551566274055759\n2018-09-19 10:00:00,-0.00011034578496348133\n2018-09-19 11:00:00,-2.9872377129715136e-05\n2018-09-19 12:00:00,0.0004348833092450782\n2018-09-19 13:00:00,0.0003420859386501861\n2018-09-19 14:00:00,-0.00022874486956741633\n2018-09-19 15:00:00,0.00020907915040981309\n2018-09-19 16:00:00,1.4182562595950777e-05\n2018-09-19 17:00:00,8.684448340780005e-06\n2018-09-19 18:00:00,-0.0005489019700224893\n2018-09-19 19:00:00,6.684932611661704e-05\n2018-09-19 20:00:00,0.0010313917667076156\n2018-09-19 21:00:00,0.0006859560599753101\n2018-09-19 22:00:00,0.0001506440968595422\n2018-09-19 23:00:00,0.00021898126303556632\n2018-09-20 00:00:00,-0.0008997723798627743\n2018-09-20 01:00:00,-3.483371745471797e-05\n2018-09-20 02:00:00,-1.585070718557631e-05\n2018-09-20 03:00:00,0.001198139750818148\n2018-09-20 04:00:00,-0.0009472488240074809\n2018-09-20 05:00:00,0.0005791850620051383\n2018-09-20 06:00:00,-0.0005359022132589504\n2018-09-20 07:00:00,0.0005659112838808561\n2018-09-20 08:00:00,-0.0004004115397607519\n2018-09-20 09:00:00,-0.0005624538902332391\n2018-09-20 10:00:00,0.0004009197989347698\n2018-09-20 11:00:00,-2.9423589463784505e-05\n2018-09-20 12:00:00,0.00017485701808569144\n2018-09-20 13:00:00,-0.0015736789914467077\n2018-09-20 14:00:00,-2.8678608720008487e-05\n2018-09-20 15:00:00,-0.0004158455109025231\n2018-09-20 16:00:00,-0.0011812910685531095\n2018-09-20 17:00:00,0.0003484227134597304\n2018-09-20 18:00:00,-0.0013001818515472213\n2018-09-20 19:00:00,-0.00016913746410823346\n2018-09-20 20:00:00,0.0010090334974219507\n2018-09-20 21:00:00,-0.0014975179475882254\n2018-09-20 22:00:00,0.0005540420835984264\n2018-09-20 23:00:00,-0.0010990662900044646\n2018-09-21 00:00:00,-4.425923416820143e-05\n2018-09-21 01:00:00,-0.0012004376157660852\n2018-09-21 02:00:00,-0.00034358089786286106\n2018-09-21 03:00:00,0.00033820202511620004\n2018-09-21 04:00:00,0.000260666313151903\n2018-09-21 05:00:00,-0.0008313092936788705\n2018-09-21 06:00:00,0.000951183956258644\n2018-09-21 07:00:00,-0.00038212748965379663\n2018-09-21 08:00:00,0.0005393907971007629\n2018-09-21 09:00:00,-0.000246974696014147\n2018-09-21 10:00:00,-0.0004962651774986997\n2018-09-21 11:00:00,-0.00037065384620671167\n2018-09-21 12:00:00,-0.00017625326616921313\n2018-09-21 13:00:00,-0.0015421761752853554\n2018-09-21 14:00:00,-0.0011642802470623716\n2018-09-21 15:00:00,0.0008079711759604156\n2018-09-21 16:00:00,-0.00015412117464529796\n2018-09-21 17:00:00,0.0005272467177700675\n2018-09-21 18:00:00,-0.00115653115589233\n2018-09-21 19:00:00,-0.0018541918132826257\n2018-09-21 20:00:00,0.0010481834085938667\n2018-09-21 21:00:00,-0.0001619812725244176\n2018-09-21 22:00:00,-0.0004802628325208453\n2018-09-21 23:00:00,0.0004957453407853111\n2018-09-22 00:00:00,3.681305073848424e-05\n2018-09-22 01:00:00,-0.0001647919341720811\n2018-09-22 02:00:00,0.00019795758374729878\n2018-09-22 03:00:00,0.000575614334479573\n2018-09-22 04:00:00,0.0008074130161484334\n2018-09-22 05:00:00,-6.363503117348559e-06\n2018-09-22 06:00:00,-0.0009783376846272391\n2018-09-22 07:00:00,0.00019546262722609445\n2018-09-22 08:00:00,-0.0011863693006581068\n2018-09-22 09:00:00,-6.293514936661393e-05\n2018-09-22 10:00:00,0.0010113047333902801\n2018-09-22 11:00:00,-0.00012857354809445856\n2018-09-22 12:00:00,9.039591329541266e-05\n2018-09-22 13:00:00,0.00027771165751238805\n2018-09-22 14:00:00,0.00010371491906105944\n2018-09-22 15:00:00,7.8462984264425e-07\n2018-09-22 16:00:00,-0.0007850066448759469\n2018-09-22 17:00:00,0.000538244298983709\n2018-09-22 18:00:00,0.000163614393808202\n2018-09-22 19:00:00,-0.0005762721817951785\n2018-09-22 20:00:00,9.959143659741215e-06\n2018-09-22 21:00:00,0.000662488308428096\n2018-09-22 22:00:00,0.0012027609838588546\n2018-09-22 23:00:00,0.0008798090671766609\n2018-09-23 00:00:00,5.169687582482724e-05\n2018-09-23 01:00:00,-0.0003551761312903312\n2018-09-23 02:00:00,-0.00027108962067665744\n2018-09-23 03:00:00,-8.04612517547769e-05\n2018-09-23 04:00:00,-7.960143495076971e-05\n2018-09-23 05:00:00,2.243984554687594e-05\n2018-09-23 06:00:00,0.00034407087908353094\n2018-09-23 07:00:00,-0.0007963890305727855\n2018-09-23 08:00:00,0.000773043246663724\n2018-09-23 09:00:00,0.00032860010801664757\n2018-09-23 10:00:00,0.000622553694286842\n2018-09-23 11:00:00,0.00024138125979899974\n2018-09-23 12:00:00,0.0005110981096126349\n2018-09-23 13:00:00,0.0008561903215903842\n2018-09-23 14:00:00,0.0003691855065949719\n2018-09-23 15:00:00,0.00031071194152965597\n2018-09-23 16:00:00,-2.5460222002433083e-05\n2018-09-23 17:00:00,0.00017289827289146946\n2018-09-23 18:00:00,-5.733423140341751e-05\n2018-09-23 19:00:00,0.00015726220422833132\n2018-09-23 20:00:00,0.0008171540137297315\n2018-09-23 21:00:00,-0.0013230296568886761\n2018-09-23 22:00:00,-0.0003652991755996648\n2018-09-23 23:00:00,-0.0005703302219032404\n2018-09-24 00:00:00,0.0008470680683612125\n2018-09-24 01:00:00,-0.00038190536980743986\n2018-09-24 02:00:00,-0.0003581261685662908\n2018-09-24 03:00:00,-0.0003178308448152797\n2018-09-24 04:00:00,0.0008606531535513691\n2018-09-24 05:00:00,-2.1196285483423214e-06\n2018-09-24 06:00:00,-0.0006192567063408179\n2018-09-24 07:00:00,-0.0007245114958141468\n2018-09-24 08:00:00,-0.00046696192390144266\n2018-09-24 09:00:00,1.3482990614635184e-05\n2018-09-24 10:00:00,0.00024887955369504443\n2018-09-24 11:00:00,-0.001552794324642862\n2018-09-24 12:00:00,-0.00039475455435253256\n2018-09-24 13:00:00,0.00012593361088319668\n2018-09-24 14:00:00,-0.00033393071568659806\n2018-09-24 15:00:00,-0.0006069726060344094\n2018-09-24 16:00:00,-0.0005566673104951246\n2018-09-24 17:00:00,-0.0002375354795981403\n2018-09-24 18:00:00,0.0005085756368845894\n2018-09-24 19:00:00,0.00026400566519326347\n2018-09-24 20:00:00,-0.00039448863860673815\n2018-09-24 21:00:00,-0.0002007756088087026\n2018-09-24 22:00:00,0.00016887628589757557\n2018-09-24 23:00:00,0.0002519748593154218\n2018-09-25 00:00:00,0.0005175487789854168\n2018-09-25 01:00:00,0.00022311151959131888\n2018-09-25 02:00:00,-1.4532477072132957e-05\n2018-09-25 03:00:00,0.00011650572581393937\n2018-09-25 04:00:00,-0.00010084946520085563\n2018-09-25 05:00:00,-0.00015083668494816723\n2018-09-25 06:00:00,7.507708690917079e-05\n2018-09-25 07:00:00,-1.6591251746076118e-05\n2018-09-25 08:00:00,-0.00018029332150957454\n2018-09-25 09:00:00,-3.486463891990253e-05\n2018-09-25 10:00:00,-0.00014926166086471016\n2018-09-25 11:00:00,9.316364677428176e-05\n2018-09-25 12:00:00,-0.00011810071104119497\n2018-09-25 13:00:00,-0.00010425428803297469\n2018-09-25 14:00:00,0.00019107675766180974\n2018-09-25 15:00:00,-0.0004490586817146272\n2018-09-25 16:00:00,0.00011054287818990799\n2018-09-25 17:00:00,-0.0001927949273183982\n2018-09-25 18:00:00,-0.00014213511032287117\n2018-09-25 19:00:00,8.307615320959601e-05\n2018-09-25 20:00:00,0.00014682489652321904\n2018-09-25 21:00:00,0.00024992401827001495\n2018-09-25 22:00:00,-4.48454648347704e-06\n2018-09-25 23:00:00,0.00024262096030672921\n2018-09-26 00:00:00,0.00012889228797605698\n2018-09-26 01:00:00,-0.0003184291591721499\n2018-09-26 02:00:00,-0.00045009300604234706\n2018-09-26 03:00:00,-0.00043925924462789076\n2018-09-26 04:00:00,-3.2818224274046596e-06\n2018-09-26 05:00:00,-0.00012451778491128916\n2018-09-26 06:00:00,-0.0003993957449029294\n2018-09-26 07:00:00,4.268185376044822e-05\n2018-09-26 08:00:00,-1.9789490716372183e-07\n2018-09-26 09:00:00,-0.00025889125565668075\n2018-09-26 10:00:00,-0.0005060266611250626\n2018-09-26 11:00:00,-3.3795205586074935e-06\n2018-09-26 12:00:00,0.00038525479449543203\n2018-09-26 13:00:00,8.214138876815182e-05\n2018-09-26 14:00:00,0.00035236385332397367\n2018-09-26 15:00:00,-9.144367492810983e-05\n2018-09-26 16:00:00,-0.0003254502218288112\n2018-09-26 17:00:00,3.948743825394071e-05\n2018-09-26 18:00:00,-1.3049721510984811e-05\n2018-09-26 19:00:00,0.00020443680188053903\n2018-09-26 20:00:00,-2.864087469585806e-05\n2018-09-26 21:00:00,-3.271883592431812e-05\n2018-09-26 22:00:00,0.0001490569030978857\n2018-09-26 23:00:00,-0.0010644531954082676\n2018-09-27 00:00:00,-0.00030594140279050473\n2018-09-27 01:00:00,-0.00013197739861614492\n2018-09-27 02:00:00,-0.0003643829722967125\n2018-09-27 03:00:00,-3.400423718392021e-05\n2018-09-27 04:00:00,4.7427332793422734e-05\n2018-09-27 05:00:00,-0.00016660941462813038\n2018-09-27 06:00:00,0.00029818423285594124\n2018-09-27 07:00:00,-0.0005016712188220043\n2018-09-27 08:00:00,-0.00011119579404633459\n2018-09-27 09:00:00,5.994955774704744e-05\n2018-09-27 10:00:00,2.033777468958808e-05\n2018-09-27 11:00:00,-0.00018417764416468966\n2018-09-27 12:00:00,-0.00013148271480296013\n2018-09-27 13:00:00,-5.853129837972478e-05\n2018-09-27 14:00:00,0.0003406002903209125\n2018-09-27 15:00:00,-0.00043585354304893437\n2018-09-27 16:00:00,0.00040394112200273485\n2018-09-27 17:00:00,3.0099355626125076e-05\n2018-09-27 18:00:00,0.00021378787136403077\n2018-09-27 19:00:00,0.0029796850521763367\n2018-09-27 20:00:00,0.0001266597679118817\n2018-09-27 21:00:00,0.00048395954401872466\n2018-09-27 22:00:00,0.00018732517878920917\n2018-09-27 23:00:00,0.0003649077133041729\n2018-09-28 00:00:00,1.6343358550926917e-05\n2018-09-28 01:00:00,-0.0012185037501327022\n2018-09-28 02:00:00,0.0008728713369604464\n2018-09-28 03:00:00,-0.0008840205448460282\n2018-09-28 04:00:00,0.0008295861652199763\n2018-09-28 05:00:00,-0.00031342342289005247\n2018-09-28 06:00:00,-3.9476222939650186e-05\n2018-09-28 07:00:00,0.0004681504920561082\n2018-09-28 08:00:00,-0.0002849619571850885\n2018-09-28 09:00:00,0.0006464966617916601\n2018-09-28 10:00:00,-0.00018468044505163015\n2018-09-28 11:00:00,-9.60587689443672e-06\n2018-09-28 12:00:00,-0.00022827751758055536\n2018-09-28 13:00:00,-1.9288807291095493e-05\n2018-09-28 14:00:00,-0.000885264777393052\n2018-09-28 15:00:00,0.0002680889512947513\n2018-09-28 16:00:00,-0.00016121158445977867\n2018-09-28 17:00:00,0.00033925840058241104\n2018-09-28 18:00:00,-0.0003594422576992881\n2018-09-28 19:00:00,0.0002592877674826852\n2018-09-28 20:00:00,-2.6511093803242084e-05\n2018-09-28 21:00:00,-1.4168096750672524e-05\n2018-09-28 22:00:00,-0.00019806043872700762\n2018-09-28 23:00:00,0.00019752963581582057\n2018-09-29 00:00:00,-0.0007158768853348996\n2018-09-29 01:00:00,-0.00013269052170699415\n2018-09-29 02:00:00,-0.0003382459831486301\n2018-09-29 03:00:00,-5.267299647883799e-06\n2018-09-29 04:00:00,-0.000395831260879982\n2018-09-29 05:00:00,-0.0003519106619318145\n2018-09-29 06:00:00,-9.231350618032909e-05\n2018-09-29 07:00:00,-0.000752682896305802\n2018-09-29 08:00:00,0.0012037006091542676\n2018-09-29 09:00:00,-0.0021885537209143423\n2018-09-29 10:00:00,-0.0004876809647481035\n2018-09-29 11:00:00,8.204507151417898e-06\n2018-09-29 12:00:00,0.005359825518923439\n2018-09-29 13:00:00,0.00010454242458613788\n2018-09-29 14:00:00,0.0005683410279606837\n2018-09-29 15:00:00,-1.2299413958456931e-05\n2018-09-29 16:00:00,-0.0004112782659753891\n2018-09-29 17:00:00,-0.00029169252899432623\n2018-09-29 18:00:00,-0.00029394086818627306\n2018-09-29 19:00:00,-0.00022320603024859195\n2018-09-29 20:00:00,-0.001316774676950758\n2018-09-29 21:00:00,-0.0003763562279464907\n2018-09-29 22:00:00,8.521953026836826e-05\n2018-09-29 23:00:00,0.0005309767479274661\n2018-09-30 00:00:00,-0.00029324286127956116\n2018-09-30 01:00:00,-0.0005291215752204307\n2018-09-30 02:00:00,-0.00040565758890321154\n2018-09-30 03:00:00,0.0006261020714960514\n2018-09-30 04:00:00,-0.00017496134735250462\n2018-09-30 05:00:00,5.460770261635384e-05\n2018-09-30 06:00:00,0.0005076917120587466\n2018-09-30 07:00:00,-0.00016231721472206376\n2018-09-30 08:00:00,0.00018269022676935874\n2018-09-30 09:00:00,0.00020738881536663936\n2018-09-30 10:00:00,9.20339020224587e-05\n2018-09-30 11:00:00,-0.00038703134034426127\n2018-09-30 12:00:00,-0.005050596707254508\n2018-09-30 13:00:00,-0.0005101502443984401\n2018-09-30 14:00:00,0.0004119997247336933\n2018-09-30 15:00:00,0.0005117523481428071\n2018-09-30 16:00:00,-0.0003967604808847224\n2018-09-30 17:00:00,0.00014940566393943397\n2018-09-30 18:00:00,0.00018260680880269472\n2018-09-30 19:00:00,0.00042603346232730814\n2018-09-30 20:00:00,0.00012457328227780904\n2018-09-30 21:00:00,-5.4240061690640846e-05\n2018-09-30 22:00:00,-0.0004512512727672271\n2018-09-30 23:00:00,-0.00022599974789510517\n2018-10-01 00:00:00,-5.086882613749051e-05\n2018-10-01 01:00:00,0.0018958055878710955\n2018-10-01 02:00:00,-4.405002403818332e-05\n2018-10-01 03:00:00,-0.001739344701276942\n2018-10-01 04:00:00,0.00027998541963203584\n2018-10-01 05:00:00,-0.0010938252778710704\n2018-10-01 06:00:00,0.00017349724144616045\n2018-10-01 07:00:00,-0.00068520479309824\n2018-10-01 08:00:00,0.0002675649943172171\n2018-10-01 09:00:00,-0.00015824517138450075\n2018-10-01 10:00:00,-0.0003853929473045223\n2018-10-01 11:00:00,0.0008251158006973877\n2018-10-01 12:00:00,-6.139466057564303e-05\n2018-10-01 13:00:00,-0.00017249786864902798\n2018-10-01 14:00:00,0.0004529991913004194\n2018-10-01 15:00:00,0.0004382672024234653\n2018-10-01 16:00:00,-0.0005660609473472528\n2018-10-01 17:00:00,0.0003805523633216092\n2018-10-01 18:00:00,1.0454255476158564e-05\n2018-10-01 19:00:00,-0.0002302122204734381\n2018-10-01 20:00:00,0.0008797738453902879\n2018-10-01 21:00:00,0.0009499297625744686\n2018-10-01 22:00:00,0.0003606801836006583\n2018-10-01 23:00:00,0.0005891801788247014\n2018-10-02 00:00:00,-0.0002227993258620304\n2018-10-02 01:00:00,9.422767371727026e-05\n2018-10-02 02:00:00,-0.0025086681390086886\n2018-10-02 03:00:00,-0.0005486148569266382\n2018-10-02 04:00:00,-0.00034026111685239203\n2018-10-02 05:00:00,0.000473561441739788\n2018-10-02 06:00:00,-0.0005230555970663272\n2018-10-02 07:00:00,-0.0005769153571377478\n2018-10-02 08:00:00,2.8643880669601897e-05\n2018-10-02 09:00:00,1.0132787902096465e-05\n2018-10-02 10:00:00,-0.00023753893619109608\n2018-10-02 11:00:00,0.0002530261978650383\n2018-10-02 12:00:00,-7.096601267698186e-05\n2018-10-02 13:00:00,-4.058696948140254e-05\n2018-10-02 14:00:00,-0.0005328313248661282\n2018-10-02 15:00:00,0.00022832507763513523\n2018-10-02 16:00:00,-0.0002305595652126326\n2018-10-02 17:00:00,-0.0004936727497987058\n2018-10-02 18:00:00,-0.00014716136366706612\n2018-10-02 19:00:00,5.1855909476643394e-05\n2018-10-02 20:00:00,9.270088447537086e-05\n2018-10-02 21:00:00,0.0005582305705842211\n2018-10-02 22:00:00,9.640649998131899e-05\n2018-10-02 23:00:00,-3.0409466989722625e-05\n2018-10-03 00:00:00,9.432141926231988e-05\n2018-10-03 01:00:00,5.7036185917549335e-06\n2018-10-03 02:00:00,0.014643642269151911\n2018-10-03 03:00:00,-0.0004224667786551452\n2018-10-03 04:00:00,-0.00011856328164950278\n2018-10-03 05:00:00,-0.0001457336044125932\n2018-10-03 06:00:00,-0.000172223587839337\n2018-10-03 07:00:00,0.00029655834807499996\n2018-10-03 08:00:00,-1.2703652472246303e-05\n2018-10-03 09:00:00,-0.00016846520400264862\n2018-10-03 10:00:00,-0.00024899786067197004\n2018-10-03 11:00:00,-0.0002107767666112228\n2018-10-03 12:00:00,-0.0005183299615604014\n2018-10-03 13:00:00,-2.4420320783903597e-05\n2018-10-03 14:00:00,-0.00033910420214546384\n2018-10-03 15:00:00,-2.1006259673653208e-06\n2018-10-03 16:00:00,0.00039778437843094043\n2018-10-03 17:00:00,-7.74515904391797e-05\n2018-10-03 18:00:00,-9.579603364082704e-05\n2018-10-03 19:00:00,-3.62961910399847e-06\n2018-10-03 20:00:00,-5.5705951623393316e-05\n2018-10-03 21:00:00,0.00011055543360212322\n2018-10-03 22:00:00,-3.31460493946719e-05\n2018-10-03 23:00:00,0.002371487588422646\n2018-10-04 00:00:00,0.0019032068872734975\n2018-10-04 01:00:00,-0.00011523415400759363\n2018-10-04 02:00:00,0.00015030915084677683\n2018-10-04 03:00:00,-0.0001155729125405297\n2018-10-04 04:00:00,0.0005875718758786238\n2018-10-04 05:00:00,-0.0003654738295515673\n2018-10-04 06:00:00,0.000512809588444083\n2018-10-04 07:00:00,0.0006724280609381243\n2018-10-04 08:00:00,0.00018440294382541015\n2018-10-04 09:00:00,-0.0002812582531952753\n2018-10-04 10:00:00,-0.0001905341499373513\n2018-10-04 11:00:00,0.00018318068654177947\n2018-10-04 12:00:00,1.7156800357884012e-05\n2018-10-04 13:00:00,-0.0003615130486996904\n2018-10-04 14:00:00,8.26176067118887e-05\n2018-10-04 15:00:00,-0.0004151937755613942\n2018-10-04 16:00:00,-4.785230306069632e-05\n2018-10-04 17:00:00,-4.1963925767499726e-05\n2018-10-04 18:00:00,0.00020244816504815349\n2018-10-04 19:00:00,0.0008193188058919689\n2018-10-04 20:00:00,-0.0009324630466385814\n2018-10-04 21:00:00,-0.00021540128959863229\n2018-10-04 22:00:00,-0.00076338702525683\n2018-10-04 23:00:00,0.017861565772722982\n2018-10-05 00:00:00,0.0004326640658408221\n2018-10-05 01:00:00,-0.0005066219589592042\n2018-10-05 02:00:00,0.0004554355206844915\n2018-10-05 03:00:00,-0.0002610533930918715\n2018-10-05 04:00:00,0.0003917686035929761\n2018-10-05 05:00:00,0.0004050025446286776\n2018-10-05 06:00:00,-0.0006838197770066382\n2018-10-05 07:00:00,0.0007309363495026317\n2018-10-05 08:00:00,-0.00038486929737427324\n2018-10-05 09:00:00,0.0005411740902274668\n2018-10-05 10:00:00,-0.000802718201006075\n2018-10-05 11:00:00,0.00060382397473956\n2018-10-05 12:00:00,0.00011628175529843715\n2018-10-05 13:00:00,0.00043953745450144336\n2018-10-05 14:00:00,-0.0003491625338178124\n2018-10-05 15:00:00,7.359225059292019e-05\n2018-10-05 16:00:00,-0.0004015271009402554\n2018-10-05 17:00:00,3.425737599160946e-05\n2018-10-05 18:00:00,3.975421607956018e-05\n2018-10-05 19:00:00,1.1327505655834185e-05\n2018-10-05 20:00:00,0.0016044391287426008\n2018-10-05 21:00:00,0.0003940139813811654\n2018-10-05 22:00:00,-0.0006194379932542848\n2018-10-05 23:00:00,0.00946115470611761\n2018-10-06 00:00:00,-1.1130831137727595e-05\n2018-10-06 01:00:00,0.00010364468841970758\n2018-10-06 02:00:00,0.0002580559314387476\n2018-10-06 03:00:00,-0.0005664914471910092\n2018-10-06 04:00:00,0.0001681760308156384\n2018-10-06 05:00:00,0.0008072753616108965\n2018-10-06 06:00:00,-0.0006214257591346136\n2018-10-06 07:00:00,0.00015938360326207953\n2018-10-06 08:00:00,-0.0006759756310194983\n2018-10-06 09:00:00,0.00011852832559788634\n2018-10-06 10:00:00,-0.00038803536095024865\n2018-10-06 11:00:00,6.634951522744042e-05\n2018-10-06 12:00:00,3.8969124804692615e-05\n2018-10-06 13:00:00,0.0005311646590974697\n2018-10-06 14:00:00,0.0011581553189016819\n2018-10-06 15:00:00,-0.0003704653597918362\n2018-10-06 16:00:00,0.0003971039866886087\n2018-10-06 17:00:00,0.00014362779743680416\n2018-10-06 18:00:00,-3.281358457708582e-05\n2018-10-06 19:00:00,2.7112275765980764e-05\n2018-10-06 20:00:00,-0.0005087288918612059\n2018-10-06 21:00:00,9.229530178028717e-05\n2018-10-06 22:00:00,0.0003935103588786312\n2018-10-06 23:00:00,-0.006132430892782329\n2018-10-07 00:00:00,-0.00022240041310462954\n2018-10-07 01:00:00,4.8266738558108756e-05\n2018-10-07 02:00:00,-0.00011762304313847145\n2018-10-07 03:00:00,0.00016926822400060084\n2018-10-07 04:00:00,-7.287182528326259e-05\n2018-10-07 05:00:00,-0.0002958076133371133\n2018-10-07 06:00:00,-2.448089716438488e-05\n2018-10-07 07:00:00,-0.0003649783434802801\n2018-10-07 08:00:00,0.00034615800619556056\n2018-10-07 09:00:00,-0.00035687994994639915\n2018-10-07 10:00:00,0.0002175232771724965\n2018-10-07 11:00:00,-0.00015525513946164308\n2018-10-07 12:00:00,0.00019401681262495702\n2018-10-07 13:00:00,-0.000445834514870707\n2018-10-07 14:00:00,0.00044599457526847626\n2018-10-07 15:00:00,-0.0014678133690142073\n2018-10-07 16:00:00,0.0001402375305550048\n2018-10-07 17:00:00,-0.0004213299341688304\n2018-10-07 18:00:00,-0.004234003711349706\n2018-10-07 19:00:00,-1.8365160736858276e-05\n2018-10-07 20:00:00,0.014029869362722274\n2018-10-07 21:00:00,0.0015508767452999366\n2018-10-07 22:00:00,-0.00047324237687803916\n2018-10-07 23:00:00,0.00027124118581977176\n2018-10-08 00:00:00,-0.00034538093734469687\n2018-10-08 01:00:00,-0.00038063290961330216\n2018-10-08 02:00:00,0.0004918557825327788\n2018-10-08 03:00:00,-6.517381196690992e-07\n2018-10-08 04:00:00,-2.228137636420559e-06\n2018-10-08 05:00:00,-0.00045831205463044584\n2018-10-08 06:00:00,0.0005878146966806354\n2018-10-08 07:00:00,0.00021425886995906398\n2018-10-08 08:00:00,0.0023460762361178535\n2018-10-08 09:00:00,8.328518987142194e-05\n2018-10-08 10:00:00,-0.0033649684441628587\n2018-10-08 11:00:00,0.0002963998599299655\n2018-10-08 12:00:00,0.00038398957716994725\n2018-10-08 13:00:00,-2.1564949433677787e-05\n2018-10-08 14:00:00,-0.0002799082235853653\n2018-10-08 15:00:00,-0.00017408624944532431\n2018-10-08 16:00:00,-0.00011366020005757483\n2018-10-08 17:00:00,-0.0003762141005347147\n2018-10-08 18:00:00,1.2192271703850002e-05\n2018-10-08 19:00:00,-0.00019952708651701603\n2018-10-08 20:00:00,0.00016343963467872408\n2018-10-08 21:00:00,-0.0007272191115000506\n2018-10-08 22:00:00,0.0004797281827471856\n2018-10-08 23:00:00,0.00022337503294491963\n2018-10-09 00:00:00,0.00019101308500408317\n2018-10-09 01:00:00,0.0004050890908621962\n2018-10-09 02:00:00,0.0004025469743331201\n2018-10-09 03:00:00,0.00036281388329389324\n2018-10-09 04:00:00,-0.0004925739847276439\n2018-10-09 05:00:00,-0.00018041799016304012\n2018-10-09 06:00:00,-0.0003767854401824777\n2018-10-09 07:00:00,-0.0003558113097783542\n2018-10-09 08:00:00,-0.0008505735753147605\n2018-10-09 09:00:00,0.0005384770357369766\n2018-10-09 10:00:00,0.0002068037823150663\n2018-10-09 11:00:00,-0.0003493614296379627\n2018-10-09 12:00:00,-0.0010010678253882617\n2018-10-09 13:00:00,4.8941946424762716e-05\n2018-10-09 14:00:00,-6.326556628537527e-05\n2018-10-09 15:00:00,-0.00022320067747070264\n2018-10-09 16:00:00,-0.0005359337140377485\n2018-10-09 17:00:00,0.000817343372114256\n2018-10-09 18:00:00,-0.00022481089150077038\n2018-10-09 19:00:00,0.00020517237814015108\n2018-10-09 20:00:00,3.371809322893088e-05\n2018-10-09 21:00:00,1.0445651512227767e-05\n2018-10-09 22:00:00,0.00024077691894019266\n2018-10-09 23:00:00,-0.0003321072401379532\n2018-10-10 00:00:00,0.0008208765543828708\n2018-10-10 01:00:00,0.0004424681712401962\n2018-10-10 02:00:00,-7.803281077746662e-05\n2018-10-10 03:00:00,1.942732033784815e-05\n2018-10-10 04:00:00,0.000264774859157557\n2018-10-10 05:00:00,0.00041485178010057966\n2018-10-10 06:00:00,0.00018828703565826986\n2018-10-10 07:00:00,-0.0007957523340202171\n2018-10-10 08:00:00,0.00028297877933758153\n2018-10-10 09:00:00,0.00037777837560956916\n2018-10-10 10:00:00,-0.00014817506309667798\n2018-10-10 11:00:00,-0.0002621610693310842\n2018-10-10 12:00:00,-0.0003607582225109679\n2018-10-10 13:00:00,0.0004112019030144062\n2018-10-10 14:00:00,-0.0006408292948959963\n2018-10-10 15:00:00,-0.0016016337941676187\n2018-10-10 16:00:00,-0.0001902790964889199\n2018-10-10 17:00:00,0.001291783672077276\n2018-10-10 18:00:00,0.00026921327423137093\n2018-10-10 19:00:00,0.0006354117370987836\n2018-10-10 20:00:00,0.0008966749049932897\n2018-10-10 21:00:00,-0.00013124936149002262\n2018-10-10 22:00:00,0.0009377463379304673\n2018-10-10 23:00:00,0.0008996571176505659\n2018-10-11 00:00:00,-0.0011321998936639534\n2018-10-11 01:00:00,0.0004143992367445376\n2018-10-11 02:00:00,-0.00010754841995971927\n2018-10-11 03:00:00,9.164804360947831e-05\n2018-10-11 04:00:00,-0.00025320631937466817\n2018-10-11 05:00:00,-7.249104606240723e-05\n2018-10-11 06:00:00,0.0010167729954390198\n2018-10-11 07:00:00,-0.0002935806050549197\n2018-10-11 08:00:00,0.0007997994437976899\n2018-10-11 09:00:00,-0.0006996198176684853\n2018-10-11 10:00:00,0.0002466284645572682\n2018-10-11 11:00:00,0.00035731871289653697\n2018-10-11 12:00:00,0.00016853339020515156\n2018-10-11 13:00:00,0.00018744957638465484\n2018-10-11 14:00:00,0.00010696504104030613\n2018-10-11 15:00:00,0.00021630004058671959\n2018-10-11 16:00:00,-9.225815542669591e-05\n2018-10-11 17:00:00,-0.00024427135549932313\n2018-10-11 18:00:00,0.00015153638494983023\n2018-10-11 19:00:00,0.0006046784931682197\n2018-10-11 20:00:00,0.00018592351557037416\n2018-10-11 21:00:00,-2.906677879863777e-05\n2018-10-11 22:00:00,0.0001360591022427601\n2018-10-11 23:00:00,-0.0003087289115420985\n2018-10-12 00:00:00,7.234408612060477e-05\n2018-10-12 01:00:00,-1.3155493049420975e-05\n2018-10-12 02:00:00,0.0002703585577695386\n2018-10-12 03:00:00,0.00032808609556392136\n2018-10-12 04:00:00,-4.894395561723971e-05\n2018-10-12 05:00:00,-0.00022010988643332942\n2018-10-12 06:00:00,0.0005808171167098782\n2018-10-12 07:00:00,0.00015420741281828678\n2018-10-12 08:00:00,0.0005867695312707921\n2018-10-12 09:00:00,-0.0003533008714724303\n2018-10-12 10:00:00,-7.992804129369838e-05\n2018-10-12 11:00:00,-0.00011361152279736811\n2018-10-12 12:00:00,-0.00015028423236038675\n2018-10-12 13:00:00,-9.021726012634559e-05\n2018-10-12 14:00:00,0.0005868013826714451\n2018-10-12 15:00:00,-0.0016290194358435216\n2018-10-12 16:00:00,-0.0003994083275129802\n2018-10-12 17:00:00,0.0002625285513507032\n2018-10-12 18:00:00,-0.00040159406722169996\n2018-10-12 19:00:00,6.749658380340352e-06\n2018-10-12 20:00:00,-8.650081789790967e-05\n2018-10-12 21:00:00,-6.713617799687285e-05\n2018-10-12 22:00:00,-0.0003752269500472902\n2018-10-12 23:00:00,0.00013541859885363635\n2018-10-13 00:00:00,0.00018153170591963025\n2018-10-13 01:00:00,-0.0001802297741085496\n2018-10-13 02:00:00,-0.00011308705510154984\n2018-10-13 03:00:00,3.537677541849318e-05\n2018-10-13 04:00:00,8.971986950657224e-05\n2018-10-13 05:00:00,-1.756278718881376e-05\n2018-10-13 06:00:00,-4.945700681328455e-05\n2018-10-13 07:00:00,-9.825568607742667e-05\n2018-10-13 08:00:00,-7.50317237811984e-05\n2018-10-13 09:00:00,-6.741954802383798e-05\n2018-10-13 10:00:00,-0.0002869840874087927\n2018-10-13 11:00:00,0.00010766482105112676\n2018-10-13 12:00:00,0.0001427275765828232\n2018-10-13 13:00:00,0.00032243785253042686\n2018-10-13 14:00:00,-0.00033303676135725024\n2018-10-13 15:00:00,-0.00011836875787675894\n2018-10-13 16:00:00,0.00017301302804404914\n2018-10-13 17:00:00,1.969469610352021e-05\n2018-10-13 18:00:00,-9.385147104558637e-05\n2018-10-13 19:00:00,0.0001913406973406604\n2018-10-13 20:00:00,-0.000230367848222219\n2018-10-13 21:00:00,-0.0003097042935688292\n2018-10-13 22:00:00,0.00023023079828193223\n2018-10-13 23:00:00,1.3084905756743088e-05\n2018-10-14 00:00:00,-0.0005976749542634223\n2018-10-14 01:00:00,0.00044078944206323527\n2018-10-14 02:00:00,-0.0005088851626199524\n2018-10-14 03:00:00,0.0002487249748727623\n2018-10-14 04:00:00,0.0004393854682489812\n2018-10-14 05:00:00,-0.0005336172663753598\n2018-10-14 06:00:00,0.00010832740981184553\n2018-10-14 07:00:00,0.000377171968909755\n2018-10-14 08:00:00,-0.0004474989534420567\n2018-10-14 09:00:00,0.00035471017323460445\n2018-10-14 10:00:00,-0.00018058035372706216\n2018-10-14 11:00:00,-0.0004979004669524937\n2018-10-14 12:00:00,-0.0003035150255566529\n2018-10-14 13:00:00,-0.00036440645822896395\n2018-10-14 14:00:00,-0.00010042195538433753\n2018-10-14 15:00:00,0.00036863239596178997\n2018-10-14 16:00:00,0.00012124108470210338\n2018-10-14 17:00:00,0.00010561529958277138\n2018-10-14 18:00:00,8.896253439569961e-05\n2018-10-14 19:00:00,-3.742876663867426e-05\n2018-10-14 20:00:00,9.485344460126496e-05\n2018-10-14 21:00:00,0.0001776625023272698\n2018-10-14 22:00:00,-0.00018906282224510337\n2018-10-14 23:00:00,0.00047045084468114715\n2018-10-15 00:00:00,-0.0003940214057613016\n2018-10-15 01:00:00,-0.00013837664062362612\n2018-10-15 02:00:00,0.00045485833128620484\n2018-10-15 03:00:00,7.33790196038623e-05\n2018-10-15 04:00:00,0.00024330449769356208\n2018-10-15 05:00:00,0.00035777271012350374\n2018-10-15 06:00:00,-3.706988003069904e-06\n2018-10-15 07:00:00,3.5558948341315864e-07\n2018-10-15 08:00:00,8.549661098054838e-05\n2018-10-15 09:00:00,-2.81728278726911e-05\n2018-10-15 10:00:00,-0.00024517486871564366\n2018-10-15 11:00:00,0.0003922355022704075\n2018-10-15 12:00:00,2.585240812872798e-05\n2018-10-15 13:00:00,-0.00025740081815966406\n2018-10-15 14:00:00,0.00015416361100157854\n2018-10-15 15:00:00,-0.0003500672717559658\n2018-10-15 16:00:00,-0.00021759228752469162\n2018-10-15 17:00:00,-0.00015587166300146322\n2018-10-15 18:00:00,-0.000275708596013155\n2018-10-15 19:00:00,0.0002516023510804011\n2018-10-15 20:00:00,0.00030610218649551455\n2018-10-15 21:00:00,-0.0003923020786787676\n2018-10-15 22:00:00,-0.00012996879223911006\n2018-10-15 23:00:00,9.156990344715558e-05\n2018-10-16 00:00:00,0.0002366263886056203\n2018-10-16 01:00:00,0.00033908916190756244\n2018-10-16 02:00:00,0.00011584890789474423\n2018-10-16 03:00:00,-5.247950643624777e-05\n2018-10-16 04:00:00,-0.00019162879530802557\n2018-10-16 05:00:00,-0.00015997482311830904\n2018-10-16 06:00:00,-4.7457231584160245e-05\n2018-10-16 07:00:00,-0.0004902645819954816\n2018-10-16 08:00:00,0.00038154317762951193\n2018-10-16 09:00:00,0.00015755138160322674\n2018-10-16 10:00:00,6.676107077011435e-06\n2018-10-16 11:00:00,-0.0001716750588120787\n2018-10-16 12:00:00,0.00013440620557279837\n2018-10-16 13:00:00,-9.012176918389247e-05\n2018-10-16 14:00:00,0.0002626769108275381\n2018-10-16 15:00:00,0.0016276572190027042\n2018-10-16 16:00:00,0.00017911109543526445\n2018-10-16 17:00:00,-0.00027169181153245263\n2018-10-16 18:00:00,-0.0004690660334982277\n2018-10-16 19:00:00,-0.00037670331750646983\n2018-10-16 20:00:00,-0.0001999066394889548\n2018-10-16 21:00:00,-0.0004283666784999591\n2018-10-16 22:00:00,0.0003668568918011384\n2018-10-16 23:00:00,-0.00026391258417917757\n2018-10-17 00:00:00,5.920833190087953e-05\n2018-10-17 01:00:00,-0.0009270116181615229\n2018-10-17 02:00:00,5.193478701143191e-05\n2018-10-17 03:00:00,0.0002907529333837663\n2018-10-17 04:00:00,0.0007874139630048674\n2018-10-17 05:00:00,-2.2981063744584256e-05\n2018-10-17 06:00:00,-8.289015218020025e-05\n2018-10-17 07:00:00,0.00011574715510797559\n2018-10-17 08:00:00,0.0012161769548989965\n2018-10-17 09:00:00,-0.0008479929104450547\n2018-10-17 10:00:00,-0.0006227258103885747\n2018-10-17 11:00:00,-2.541004967139161e-05\n2018-10-17 12:00:00,0.00034536475857720574\n2018-10-17 13:00:00,-0.0004268101723071054\n2018-10-17 14:00:00,0.0001994705256415221\n2018-10-17 15:00:00,-0.0007032106174235476\n2018-10-17 16:00:00,0.0007649028800374855\n2018-10-17 17:00:00,0.0001627572638041579\n2018-10-17 18:00:00,-0.00014653968578651213\n2018-10-17 19:00:00,-0.0023989418414600643\n2018-10-17 20:00:00,-0.00036093764772742717\n2018-10-17 21:00:00,-0.00019738030428221605\n2018-10-17 22:00:00,0.0006253610329937212\n2018-10-17 23:00:00,-0.00037763945491623005\n2018-10-18 00:00:00,0.0004191086982236704\n2018-10-18 01:00:00,-0.0005355255907744499\n2018-10-18 02:00:00,-0.0006445652261613968\n2018-10-18 03:00:00,-0.0002258985767954924\n2018-10-18 04:00:00,0.00038261257678717624\n2018-10-18 05:00:00,-8.864587756788617e-05\n2018-10-18 06:00:00,0.00030680731283781303\n2018-10-18 07:00:00,-0.00013631578767872736\n2018-10-18 08:00:00,-0.0006297305609358084\n2018-10-18 09:00:00,-8.777542493000399e-05\n2018-10-18 10:00:00,-0.0001291041592412558\n2018-10-18 11:00:00,-1.310093366099494e-05\n2018-10-18 12:00:00,-0.00011330613215488724\n2018-10-18 13:00:00,-0.00014451791915350104\n2018-10-18 14:00:00,0.0004536063493334297\n2018-10-18 15:00:00,0.0004905841923513181\n2018-10-18 16:00:00,-5.0998527076599544e-05\n2018-10-18 17:00:00,0.0001156540097340252\n2018-10-18 18:00:00,-0.00026118761958610114\n2018-10-18 19:00:00,0.0007612341895188612\n2018-10-18 20:00:00,-0.0005796306668797205\n2018-10-18 21:00:00,0.00027702332371081184\n2018-10-18 22:00:00,0.0001729227453284624\n2018-10-18 23:00:00,-0.000482839402550473\n2018-10-19 00:00:00,-0.00036701840325477884\n2018-10-19 01:00:00,0.0001348192875348206\n2018-10-19 02:00:00,0.0006553422816849028\n2018-10-19 03:00:00,0.000230718769911595\n2018-10-19 04:00:00,0.0010573528030137413\n2018-10-19 05:00:00,6.526915039431415e-05\n2018-10-19 06:00:00,-0.00012465131796518268\n2018-10-19 07:00:00,-0.0006335608748594616\n2018-10-19 08:00:00,0.006981778181098657\n2018-10-19 09:00:00,0.0007641118601529938\n2018-10-19 10:00:00,-0.0006849476904529307\n2018-10-19 11:00:00,0.06432681630549834\n2018-10-19 12:00:00,0.0004470503048668844\n2018-10-19 13:00:00,0.00020292779854023596\n2018-10-19 14:00:00,0.00018139096996825914\n2018-10-19 15:00:00,3.874532141760656e-05\n2018-10-19 16:00:00,-0.0011911533126532199\n2018-10-19 17:00:00,0.0003779221770833053\n2018-10-19 18:00:00,0.00035222296008871276\n2018-10-19 19:00:00,0.0006149365274561869\n2018-10-19 20:00:00,-0.0002325539212196296\n2018-10-19 21:00:00,0.002104712373389799\n2018-10-19 22:00:00,-8.77633742720449e-05\n2018-10-19 23:00:00,-0.0008181756016169716\n2018-10-20 00:00:00,-0.0007143623120634613\n2018-10-20 01:00:00,0.0007217964580391903\n2018-10-20 02:00:00,0.0002582521831837475\n2018-10-20 03:00:00,-0.00035717366430957297\n2018-10-20 04:00:00,4.892816300563118e-05\n2018-10-20 05:00:00,8.758931303591558e-05\n2018-10-20 06:00:00,-0.0005976628620048595\n2018-10-20 07:00:00,0.0001379725657048151\n2018-10-20 08:00:00,-0.0018324601912433295\n2018-10-20 09:00:00,-0.0018934599148900761\n2018-10-20 10:00:00,-0.0025992993690117333\n2018-10-20 11:00:00,0.0006901965393678293\n2018-10-20 12:00:00,-0.0009264502690254574\n2018-10-20 13:00:00,0.00025604847368139753\n2018-10-20 14:00:00,-0.0013696550624678293\n2018-10-20 15:00:00,0.0018561658087712337\n2018-10-20 16:00:00,-0.0013487351572931512\n2018-10-20 17:00:00,0.0005407529148889437\n2018-10-20 18:00:00,-0.0009413613469297079\n2018-10-20 19:00:00,-0.0009543591636833697\n2018-10-20 20:00:00,0.0007620345189584143\n2018-10-20 21:00:00,-0.0022598802025360644\n2018-10-20 22:00:00,-0.0008743343632815281\n2018-10-20 23:00:00,-0.0004643045398189564\n2018-10-21 00:00:00,0.0006311545559604662\n2018-10-21 01:00:00,-0.000985612534513046\n2018-10-21 02:00:00,-0.0009385401363329856\n2018-10-21 03:00:00,0.000553941045342833\n2018-10-21 04:00:00,0.0010459655233196427\n2018-10-21 05:00:00,-0.0005818595124885799\n2018-10-21 06:00:00,-0.0005790061575250592\n2018-10-21 07:00:00,0.0001306660718149558\n2018-10-21 08:00:00,0.06129755268081039\n2018-10-21 09:00:00,0.0007582443977316918\n2018-10-21 10:00:00,-0.00020716622481182178\n2018-10-21 11:00:00,7.728500287618928e-05\n2018-10-21 12:00:00,-0.001232750224493445\n2018-10-21 13:00:00,0.002615074199476957\n2018-10-21 14:00:00,-0.0021442548741852038\n2018-10-21 15:00:00,-0.001390312290820899\n2018-10-21 16:00:00,-0.00047391524244174435\n2018-10-21 17:00:00,0.0008041300546562101\n2018-10-21 18:00:00,-0.0006685855963542928\n2018-10-21 19:00:00,-8.18774947056787e-05\n2018-10-21 20:00:00,-0.005970524478636196\n2018-10-21 21:00:00,0.0013187330833769795\n2018-10-21 22:00:00,0.003242291306233627\n2018-10-21 23:00:00,-0.002009218663697998\n2018-10-22 00:00:00,-0.0012785820705054165\n2018-10-22 01:00:00,-0.0023244774468034715\n2018-10-22 02:00:00,-0.00017535065784269298\n2018-10-22 03:00:00,0.0003252612750926894\n2018-10-22 04:00:00,0.0007161265780027315\n2018-10-22 05:00:00,0.0025884601142458856\n2018-10-22 06:00:00,0.00034340377082586407\n2018-10-22 07:00:00,-0.0014436341974750277\n2018-10-22 08:00:00,0.026292392433776818\n2018-10-22 09:00:00,0.00041632830762468537\n2018-10-22 10:00:00,-0.0006009252355734216\n2018-10-22 11:00:00,0.000690147545383598\n2018-10-22 12:00:00,0.0012481624722131535\n2018-10-22 13:00:00,0.000548886921803933\n2018-10-22 14:00:00,-0.0008618781250147804\n2018-10-22 15:00:00,0.001035869003025577\n2018-10-22 16:00:00,0.0029668302843157265\n2018-10-22 17:00:00,0.0007101939350632816\n2018-10-22 18:00:00,0.001224387826586534\n2018-10-22 19:00:00,-0.0005323193814178313\n2018-10-22 20:00:00,-0.0021739409067843838\n2018-10-22 21:00:00,-0.0006171355152152296\n2018-10-22 22:00:00,-0.001466553669639479\n2018-10-22 23:00:00,-0.00033340709915757476\n2018-10-23 00:00:00,0.000507985250823104\n2018-10-23 01:00:00,-0.0009374814108893488\n2018-10-23 02:00:00,-0.00018474094202746382\n2018-10-23 03:00:00,-0.00046374868052164234\n2018-10-23 04:00:00,0.0015747397536446548\n2018-10-23 05:00:00,0.003254268540995441\n2018-10-23 06:00:00,0.0008151374673007475\n2018-10-23 07:00:00,0.0012448483400828855\n2018-10-23 08:00:00,0.02431599406566433\n2018-10-23 09:00:00,0.00012955557166888305\n2018-10-23 10:00:00,-0.0003205373039541998\n2018-10-23 11:00:00,-0.000610104184669977\n2018-10-23 12:00:00,0.00208294736680337\n2018-10-23 13:00:00,0.002975470805715418\n2018-10-23 14:00:00,0.001161964498725902\n2018-10-23 15:00:00,0.0006348536035484232\n2018-10-23 16:00:00,0.0014500952850162064\n2018-10-23 17:00:00,-0.0005533452475451563\n2018-10-23 18:00:00,-0.0020034745829354216\n2018-10-23 19:00:00,0.0007062453077479033\n2018-10-23 20:00:00,-2.104624812250081e-05\n2018-10-23 21:00:00,0.0003215097215050409\n2018-10-23 22:00:00,-0.0026968412627471263\n2018-10-23 23:00:00,0.0033542396654037245\n2018-10-24 00:00:00,0.0010337152291194666\n2018-10-24 01:00:00,0.001475108942090879\n2018-10-24 02:00:00,0.005102009217832489\n2018-10-24 03:00:00,0.002745365052186635\n2018-10-24 04:00:00,-0.00017091054542142875\n2018-10-24 05:00:00,0.0002763886878731257\n2018-10-24 06:00:00,-0.0007618252884224656\n2018-10-24 07:00:00,-0.0013316304085542036\n2018-10-24 08:00:00,0.0019106938243937867\n2018-10-24 09:00:00,-0.0033681515881837376\n2018-10-24 10:00:00,0.00016808377077930222\n2018-10-24 11:00:00,-0.00039977497939504183\n2018-10-24 12:00:00,-0.0004372152361773538\n2018-10-24 13:00:00,0.0006462608273711815\n2018-10-24 14:00:00,-0.001270431359274033\n2018-10-24 15:00:00,0.00012771109731076375\n2018-10-24 16:00:00,0.001026370899338496\n2018-10-24 17:00:00,0.00018322497974315\n2018-10-24 18:00:00,0.0011826536392503966\n2018-10-24 19:00:00,0.00093400162192415\n2018-10-24 20:00:00,9.900428299427676e-06\n2018-10-24 21:00:00,-0.0001249369499546539\n2018-10-24 22:00:00,-0.000296484726638225\n2018-10-24 23:00:00,2.9273642862958402e-05\n2018-10-25 00:00:00,-4.7780355346140994e-05\n2018-10-25 01:00:00,0.0006932149423720503\n2018-10-25 02:00:00,0.002102777025537291\n2018-10-25 03:00:00,-0.00020847725851284008\n2018-10-25 04:00:00,0.0012063233806156731\n2018-10-25 05:00:00,-5.5550308328383036e-05\n2018-10-25 06:00:00,0.00020111710712913418\n2018-10-25 07:00:00,-0.0012555554336500627\n2018-10-25 08:00:00,0.0006292033039401633\n2018-10-25 09:00:00,0.0024380086071854844\n2018-10-25 10:00:00,0.0031078877934272095\n2018-10-25 11:00:00,-0.0004074669803786908\n2018-10-25 12:00:00,-0.0013311227998867416\n2018-10-25 13:00:00,0.00046859417794973374\n2018-10-25 14:00:00,0.000125694252301737\n2018-10-25 15:00:00,-0.00019719654833654686\n2018-10-25 16:00:00,-0.0017422159845056772\n2018-10-25 17:00:00,0.00037047815456864796\n2018-10-25 18:00:00,0.00022024106823939204\n2018-10-25 19:00:00,0.00024793525859025757\n2018-10-25 20:00:00,0.001841477697182753\n2018-10-25 21:00:00,0.0014612497953716001\n2018-10-25 22:00:00,0.0031267888744864964\n2018-10-25 23:00:00,0.002760327381855868\n2018-10-26 00:00:00,0.0022561242809981544\n2018-10-26 01:00:00,-0.00014881333001162786\n2018-10-26 02:00:00,0.0003736055196004064\n2018-10-26 03:00:00,-0.0001864412728459687\n2018-10-26 04:00:00,9.153176939783852e-05\n2018-10-26 05:00:00,-0.0006211442009654521\n2018-10-26 06:00:00,0.0002283583763282448\n2018-10-26 07:00:00,-0.00043518109612356303\n2018-10-26 08:00:00,0.0006434591275130722\n2018-10-26 09:00:00,-0.00028816860218163685\n2018-10-26 10:00:00,0.0007437662066960326\n2018-10-26 11:00:00,-0.0004006446438503864\n2018-10-26 12:00:00,-0.0008699500000886342\n2018-10-26 13:00:00,-9.345385286595086e-05\n2018-10-26 14:00:00,-0.0022292024204583617\n2018-10-26 15:00:00,-1.8726251306367395e-05\n2018-10-26 16:00:00,-1.203171757956841e-05\n2018-10-26 17:00:00,0.000195667973999115\n2018-10-26 18:00:00,-0.0004372398250733996\n2018-10-26 19:00:00,5.148955135521255e-05\n2018-10-26 20:00:00,-0.0006947199719010943\n2018-10-26 21:00:00,-0.0003897913664015008\n2018-10-26 22:00:00,0.00012884639546104638\n2018-10-26 23:00:00,-0.0004679740031038325\n2018-10-27 00:00:00,0.00030220679442084124\n2018-10-27 01:00:00,8.698386479839764e-05\n2018-10-27 02:00:00,-0.00013014746794775381\n2018-10-27 03:00:00,0.00014135062264207036\n2018-10-27 04:00:00,-5.608379109187666e-05\n2018-10-27 05:00:00,0.0008019694874977423\n2018-10-27 06:00:00,0.00045177843693959064\n2018-10-27 07:00:00,0.0005241783781043723\n2018-10-27 08:00:00,0.00029223774864346535\n2018-10-27 09:00:00,-0.00010141595657984877\n2018-10-27 10:00:00,-0.00043297187093525234\n2018-10-27 11:00:00,0.0007471739382300139\n2018-10-27 12:00:00,-0.00017054857094834667\n2018-10-27 13:00:00,-0.00015648915334290356\n2018-10-27 14:00:00,-5.461418841392874e-05\n2018-10-27 15:00:00,-0.0004118672191628016\n2018-10-27 16:00:00,-5.3326891261116095e-05\n2018-10-27 17:00:00,0.000158902442114207\n2018-10-27 18:00:00,-0.0007488864047633124\n2018-10-27 19:00:00,2.3503847469098588e-05\n2018-10-27 20:00:00,-0.00019764647707159563\n2018-10-27 21:00:00,0.00015396947291805623\n2018-10-27 22:00:00,3.235434624557731e-05\n2018-10-27 23:00:00,4.226994829763826e-05\n2018-10-28 00:00:00,8.285742772478774e-05\n2018-10-28 01:00:00,-0.000501534105746309\n2018-10-28 02:00:00,-0.00030536352875489947\n2018-10-28 03:00:00,-0.00016381164370746782\n2018-10-28 04:00:00,-0.00017800367701048336\n2018-10-28 05:00:00,-0.0002538187230511005\n2018-10-28 06:00:00,0.000400652270726606\n2018-10-28 07:00:00,-0.0004383573002580848\n2018-10-28 08:00:00,0.00031777494196473223\n2018-10-28 09:00:00,0.00016424206640672386\n2018-10-28 10:00:00,0.0005540033048877304\n2018-10-28 11:00:00,0.00034255327203622547\n2018-10-28 12:00:00,0.0009981499936053168\n2018-10-28 13:00:00,-0.0015127733099245904\n2018-10-28 14:00:00,0.0005768758843898065\n2018-10-28 15:00:00,4.673751992995877e-05\n2018-10-28 16:00:00,-0.00020684121763526951\n2018-10-28 17:00:00,0.00018712250253140024\n2018-10-28 18:00:00,0.00013478743825749733\n2018-10-28 19:00:00,2.0732062207863637e-05\n2018-10-28 20:00:00,0.00011346179173322036\n2018-10-28 21:00:00,-0.00018937073928912838\n2018-10-28 22:00:00,-0.00019942066939443375\n2018-10-28 23:00:00,5.1556040536499334e-05\n2018-10-29 00:00:00,-0.0005839091246406294\n2018-10-29 01:00:00,0.00016700747832351824\n2018-10-29 02:00:00,7.157837200269571e-05\n2018-10-29 03:00:00,2.886940670304548e-05\n2018-10-29 04:00:00,0.0001108257675915747\n2018-10-29 05:00:00,7.221391097777423e-05\n2018-10-29 06:00:00,-3.084975053993337e-05\n2018-10-29 07:00:00,0.0010031232219027222\n2018-10-29 08:00:00,-0.0004332444326710064\n2018-10-29 09:00:00,-0.001065526874358089\n2018-10-29 10:00:00,-0.0002593079011209931\n2018-10-29 11:00:00,-0.00018989524191712038\n2018-10-29 12:00:00,-0.0003067715796154747\n2018-10-29 13:00:00,0.00018261074298822795\n2018-10-29 14:00:00,0.0006032142330472638\n2018-10-29 15:00:00,-0.00011709497208330201\n2018-10-29 16:00:00,-3.1195225155858105e-05\n2018-10-29 17:00:00,-0.00047347475263540163\n2018-10-29 18:00:00,3.501252242386789e-05\n2018-10-29 19:00:00,-0.00010709722545972982\n2018-10-29 20:00:00,-9.92678345120731e-05\n2018-10-29 21:00:00,0.00013672404452031448\n2018-10-29 22:00:00,9.219337112679233e-05\n2018-10-29 23:00:00,0.001150487374240697\n2018-10-30 00:00:00,-0.0004145157793928415\n2018-10-30 01:00:00,0.0005617511148034691\n2018-10-30 02:00:00,-2.1359608416922823e-05\n2018-10-30 03:00:00,-0.00020379463256387238\n2018-10-30 04:00:00,-0.00042562377501187805\n2018-10-30 05:00:00,-0.00038858375901710813\n2018-10-30 06:00:00,0.000492042660622574\n2018-10-30 07:00:00,0.0006758684711041207\n2018-10-30 08:00:00,0.0002725802934683739\n2018-10-30 09:00:00,8.150602273782509e-05\n2018-10-30 10:00:00,-0.00031372742434110303\n2018-10-30 11:00:00,-0.0004371507803744613\n2018-10-30 12:00:00,-0.00042342199023804884\n2018-10-30 13:00:00,0.00014845918732581522\n2018-10-30 14:00:00,-0.000913289927732001\n2018-10-30 15:00:00,-9.702740805817318e-05\n2018-10-30 16:00:00,-0.0007801496922160857\n2018-10-30 17:00:00,0.0003426761124378973\n2018-10-30 18:00:00,-0.000439403373579862\n2018-10-30 19:00:00,-9.612185748966105e-05\n2018-10-30 20:00:00,0.00015547689337022782\n2018-10-30 21:00:00,-2.078929291148663e-05\n2018-10-30 22:00:00,-0.0002582108612247617\n2018-10-30 23:00:00,0.000127101423117764\n2018-10-31 00:00:00,0.00018740006243540464\n2018-10-31 01:00:00,0.00018166855443994744\n2018-10-31 02:00:00,-2.2758703230127926e-05\n2018-10-31 03:00:00,8.320044932460925e-06\n2018-10-31 04:00:00,0.00029741804425703687\n2018-10-31 05:00:00,0.0002804264609538182\n2018-10-31 06:00:00,-0.0005947890517990021\n2018-10-31 07:00:00,-0.00012140712386512332\n2018-10-31 08:00:00,0.0002987584519160292\n2018-10-31 09:00:00,0.0006478894220888832\n2018-10-31 10:00:00,0.001014559667783345\n2018-10-31 11:00:00,0.00025911824360811683\n2018-10-31 12:00:00,0.0005606253879013892\n2018-10-31 13:00:00,-0.0011720875101786986\n2018-10-31 14:00:00,-0.00021656723117610728\n2018-10-31 15:00:00,-0.0005441512448108038\n2018-10-31 16:00:00,-0.00014356653786536756\n2018-10-31 17:00:00,-0.001047884059329806\n2018-10-31 18:00:00,-0.0006156185414940145\n2018-10-31 19:00:00,0.0002765054871463224\n2018-10-31 20:00:00,-0.0007733101418055095\n2018-10-31 21:00:00,0.0004106404363980792\n2018-10-31 22:00:00,0.0003047919873415472\n2018-10-31 23:00:00,5.3302188010630074e-05\n2018-11-01 00:00:00,-0.00031020520342555757\n2018-11-01 01:00:00,0.00019702457588012206\n2018-11-01 02:00:00,0.000488229212485107\n2018-11-01 03:00:00,-0.0004227407432544008\n2018-11-01 04:00:00,3.1866079319535054e-05\n2018-11-01 05:00:00,3.336396574501631e-05\n2018-11-01 06:00:00,-9.372905693132841e-05\n2018-11-01 07:00:00,0.000268409638051824\n2018-11-01 08:00:00,-1.5673389786163714e-05\n2018-11-01 09:00:00,-0.00016422678953871222\n2018-11-01 10:00:00,-5.7706521332693764e-05\n2018-11-01 11:00:00,-7.760359903631649e-05\n2018-11-01 12:00:00,-0.00023977455168650502\n2018-11-01 13:00:00,-1.0843529718528933e-05\n2018-11-01 14:00:00,1.3932422007850023e-05\n2018-11-01 15:00:00,-2.568736285669086e-05\n2018-11-01 16:00:00,-0.00018879228988540398\n2018-11-01 17:00:00,-9.570624868570663e-05\n2018-11-01 18:00:00,-0.00035763338460851956\n2018-11-01 19:00:00,-0.00040086594559465177\n2018-11-01 20:00:00,-0.0002360431291543658\n2018-11-01 21:00:00,0.00023059208065005448\n2018-11-01 22:00:00,0.00011486526362136263\n2018-11-01 23:00:00,-0.00039178194090727354\n2018-11-02 00:00:00,-0.00031291113318849\n2018-11-02 01:00:00,0.00021760090195340834\n2018-11-02 02:00:00,0.00043349439976287106\n2018-11-02 03:00:00,0.001066845441218007\n2018-11-02 04:00:00,-0.0004900263903379311\n2018-11-02 05:00:00,0.0005378692515284648\n2018-11-02 06:00:00,-0.0009298771333518756\n2018-11-02 07:00:00,-0.0009751777358267815\n2018-11-02 08:00:00,-8.070302157707562e-05\n2018-11-02 09:00:00,0.00041046520123375947\n2018-11-02 10:00:00,-0.0012327113292906066\n2018-11-02 11:00:00,0.0017187183530759083\n2018-11-02 12:00:00,0.000897146415506845\n2018-11-02 13:00:00,-0.00016793350243856657\n2018-11-02 14:00:00,0.0006188624914245316\n2018-11-02 15:00:00,0.0004786672213451262\n2018-11-02 16:00:00,-0.0005182714918578879\n2018-11-02 17:00:00,3.143980314457797e-06\n2018-11-02 18:00:00,-0.0004313817102724124\n2018-11-02 19:00:00,0.0012357762323854677\n2018-11-02 20:00:00,7.817146248467464e-05\n2018-11-02 21:00:00,-0.0002827173372006953\n2018-11-02 22:00:00,0.0002046914876017609\n2018-11-02 23:00:00,0.001345953109176047\n2018-11-03 00:00:00,-6.00191719429809e-05\n2018-11-03 01:00:00,-0.00024150711566828595\n2018-11-03 02:00:00,-0.0003008482815682907\n2018-11-03 03:00:00,-0.0012380820370031756\n2018-11-03 04:00:00,-0.0007683740577765526\n2018-11-03 05:00:00,0.0010511862809395609\n2018-11-03 06:00:00,0.00022495106030053267\n2018-11-03 07:00:00,0.00015523336430431725\n2018-11-03 08:00:00,-0.0005562122968282425\n2018-11-03 09:00:00,-0.0016910693041813543\n2018-11-03 10:00:00,0.00010281277342330227\n2018-11-03 11:00:00,-0.0007071548296033351\n2018-11-03 12:00:00,-0.0002777633853592657\n2018-11-03 13:00:00,-0.0004436135142246371\n2018-11-03 14:00:00,-0.0001739496096352984\n2018-11-03 15:00:00,-0.00013196992214629022\n2018-11-03 16:00:00,-0.0004130914528361865\n2018-11-03 17:00:00,0.0005931220132279453\n2018-11-03 18:00:00,3.435294645694593e-05\n2018-11-03 19:00:00,-0.00044082488382573334\n2018-11-03 20:00:00,0.001059518351034775\n2018-11-03 21:00:00,0.0004602151970811199\n2018-11-03 22:00:00,0.0003755866640777671\n2018-11-03 23:00:00,0.000416780866836055\n2018-11-04 00:00:00,-0.000633888520619745\n2018-11-04 01:00:00,-0.00035480052791091263\n2018-11-04 02:00:00,-0.0007144933853660369\n2018-11-04 03:00:00,-0.00046208643285158553\n2018-11-04 04:00:00,0.0009303458841487026\n2018-11-04 05:00:00,0.000824203737520044\n2018-11-04 06:00:00,0.00022572343994765127\n2018-11-04 07:00:00,0.0010537329706511748\n2018-11-04 08:00:00,0.0006166053143171412\n2018-11-04 09:00:00,-0.0011474566315655772\n2018-11-04 10:00:00,-0.0009894456400060378\n2018-11-04 11:00:00,0.0006862927419795584\n2018-11-04 12:00:00,-0.00067204886782183\n2018-11-04 13:00:00,-0.00034978940765579165\n2018-11-04 14:00:00,0.0010120402187650986\n2018-11-04 15:00:00,-8.972336060550505e-05\n2018-11-04 16:00:00,-0.0006069709665195851\n2018-11-04 17:00:00,-0.00017832051141128616\n2018-11-04 18:00:00,0.00042683501704556063\n2018-11-04 19:00:00,6.567473048328964e-05\n2018-11-04 20:00:00,-0.001121379667465927\n2018-11-04 21:00:00,0.0002598307020115834\n2018-11-04 22:00:00,-0.001301790416142084\n2018-11-04 23:00:00,-0.003189925612803078\n2018-11-05 00:00:00,7.066503401113969e-06\n2018-11-05 01:00:00,-0.00014093243067399286\n2018-11-05 02:00:00,0.0004485733842282487\n2018-11-05 03:00:00,4.339049979797768e-05\n2018-11-05 04:00:00,-0.00017337067775652883\n2018-11-05 05:00:00,-0.0009625965553649868\n2018-11-05 06:00:00,0.0010822463245903878\n2018-11-05 07:00:00,-0.0007753964243573972\n2018-11-05 08:00:00,0.001455589511188359\n2018-11-05 09:00:00,0.0009862947963030623\n2018-11-05 10:00:00,0.0025691383784957104\n2018-11-05 11:00:00,0.0015298703738721251\n2018-11-05 12:00:00,0.0005060713968446013\n2018-11-05 13:00:00,6.263592241943208e-05\n2018-11-05 14:00:00,0.00023996241755983995\n2018-11-05 15:00:00,0.0004074010915416199\n2018-11-05 16:00:00,-7.711759702973392e-05\n2018-11-05 17:00:00,-0.0008670949574510708\n2018-11-05 18:00:00,0.00028500848193099913\n2018-11-05 19:00:00,0.00022348940702663245\n2018-11-05 20:00:00,0.00035465511440979316\n2018-11-05 21:00:00,-0.000235316938510047\n2018-11-05 22:00:00,-5.629455396580195e-05\n2018-11-05 23:00:00,-0.000415854948174759\n2018-11-06 00:00:00,0.0008475393952161736\n2018-11-06 01:00:00,-0.0008837808549252696\n2018-11-06 02:00:00,2.93813559258364e-05\n2018-11-06 03:00:00,-7.736851910266829e-05\n2018-11-06 04:00:00,-0.0004678489844083994\n2018-11-06 05:00:00,0.00016031791919353337\n2018-11-06 06:00:00,-0.0007578959967847106\n2018-11-06 07:00:00,0.000284094192526599\n2018-11-06 08:00:00,-0.00038035094048032627\n2018-11-06 09:00:00,-0.0008114077964023064\n2018-11-06 10:00:00,0.00022440642540545212\n2018-11-06 11:00:00,-0.0005405563036855148\n2018-11-06 12:00:00,6.77538507574696e-06\n2018-11-06 13:00:00,-0.0005598748327985474\n2018-11-06 14:00:00,0.0006620257847659706\n2018-11-06 15:00:00,-0.0002220496972634745\n2018-11-06 16:00:00,0.00032440180003132676\n2018-11-06 17:00:00,0.0005322015340307118\n2018-11-06 18:00:00,0.00029231549260833723\n2018-11-06 19:00:00,0.0013756538371873597\n2018-11-06 20:00:00,7.178966645417149e-05\n2018-11-06 21:00:00,0.00032910816436050204\n2018-11-06 22:00:00,-0.0002066285424356331\n2018-11-06 23:00:00,0.0003536303577472166\n2018-11-07 00:00:00,-0.0004888995203724487\n2018-11-07 01:00:00,0.00018712404063515295\n2018-11-07 02:00:00,-0.00031365201387259625\n2018-11-07 03:00:00,-1.242003636733768e-06\n2018-11-07 04:00:00,0.0006588450460172694\n2018-11-07 05:00:00,7.750435043404591e-05\n2018-11-07 06:00:00,0.002231917284896232\n2018-11-07 07:00:00,-0.0007360566021576859\n2018-11-07 08:00:00,0.00014169043791359876\n2018-11-07 09:00:00,-0.000249223950136487\n2018-11-07 10:00:00,-0.0009372128937437084\n2018-11-07 11:00:00,0.0003411390248799051\n2018-11-07 12:00:00,0.0004317289945958132\n2018-11-07 13:00:00,-0.0002894746727231754\n2018-11-07 14:00:00,-8.70100245065789e-05\n2018-11-07 15:00:00,-0.0005076506750172368\n2018-11-07 16:00:00,1.7821459697524876e-05\n2018-11-07 17:00:00,-0.001174138482817052\n2018-11-07 18:00:00,9.381935926429275e-06\n2018-11-07 19:00:00,-0.0004540319708932285\n2018-11-07 20:00:00,0.00035241516197231633\n2018-11-07 21:00:00,-0.00011136376596953142\n2018-11-07 22:00:00,0.0005954771439827496\n2018-11-07 23:00:00,0.0006239872012941203\n2018-11-08 00:00:00,-0.001387580271975726\n2018-11-08 01:00:00,0.0004555173397772911\n2018-11-08 02:00:00,-0.0011227583950239955\n2018-11-08 03:00:00,0.0016419442865699986\n2018-11-08 04:00:00,0.001026460839389399\n2018-11-08 05:00:00,-0.0020066363026367607\n2018-11-08 06:00:00,6.992240558996244e-05\n2018-11-08 07:00:00,3.64352716845192e-05\n2018-11-08 08:00:00,0.0001979492698060268\n2018-11-08 09:00:00,-0.0011982276932578327\n2018-11-08 10:00:00,-0.0006471825756096067\n2018-11-08 11:00:00,0.0002368904894701421\n2018-11-08 12:00:00,0.0006591171984114801\n2018-11-08 13:00:00,-0.0008635604933261424\n2018-11-08 14:00:00,0.0003836698270582807\n2018-11-08 15:00:00,0.0003211894725573074\n2018-11-08 16:00:00,0.0003086441216576282\n2018-11-08 17:00:00,0.07502038286729316\n2018-11-08 18:00:00,9.61849730996261e-05\n2018-11-08 19:00:00,-0.0002967145894443048\n2018-11-08 20:00:00,-0.00013167286148510832\n2018-11-08 21:00:00,0.0001819757244175062\n2018-11-08 22:00:00,-3.2783739052663605e-05\n2018-11-08 23:00:00,-0.0006068242190787336\n2018-11-09 00:00:00,8.245886478907075e-05\n2018-11-09 01:00:00,0.00021798539605287056\n2018-11-09 02:00:00,7.288805763890802e-05\n2018-11-09 03:00:00,-9.90861926550068e-05\n2018-11-09 04:00:00,-0.0004017439648377664\n2018-11-09 05:00:00,-0.0002621003370217077\n2018-11-09 06:00:00,0.00033895369608706366\n2018-11-09 07:00:00,0.000477511641948753\n2018-11-09 08:00:00,-0.0006251927305637075\n2018-11-09 09:00:00,0.0005848729194210045\n2018-11-09 10:00:00,1.2576512544148268e-05\n2018-11-09 11:00:00,0.0002557211897004771\n2018-11-09 12:00:00,-0.00032967413122259677\n2018-11-09 13:00:00,6.562971084699783e-06\n2018-11-09 14:00:00,-0.0009149322761344295\n2018-11-09 15:00:00,-0.0004074090967454962\n2018-11-09 16:00:00,-0.0007600508255424773\n2018-11-09 17:00:00,-0.005939035051163671\n2018-11-09 18:00:00,0.0001829989913255893\n2018-11-09 19:00:00,0.0007342685238121987\n2018-11-09 20:00:00,0.0001358359028188467\n2018-11-09 21:00:00,0.0003335141996337482\n2018-11-09 22:00:00,-0.00031466708201442707\n2018-11-09 23:00:00,-0.00047408716356640965\n2018-11-10 00:00:00,-0.00042421507209966736\n2018-11-10 01:00:00,-0.0003572278834852245\n2018-11-10 02:00:00,-0.00043140906769192325\n2018-11-10 03:00:00,-6.115303870868492e-06\n2018-11-10 04:00:00,0.0003730756764505017\n2018-11-10 05:00:00,-9.369106144581066e-05\n2018-11-10 06:00:00,-0.00025015933113880736\n2018-11-10 07:00:00,-0.001978909365587883\n2018-11-10 08:00:00,0.001164060403570785\n2018-11-10 09:00:00,0.0006001764235669131\n2018-11-10 10:00:00,0.0005310791586770867\n2018-11-10 11:00:00,0.0005258527788628112\n2018-11-10 12:00:00,-8.119962821944006e-05\n2018-11-10 13:00:00,0.00016665257362179654\n2018-11-10 14:00:00,-0.00020917895084435886\n2018-11-10 15:00:00,-0.0007574165379909057\n2018-11-10 16:00:00,-0.0007445987216911323\n2018-11-10 17:00:00,0.05078074221370501\n2018-11-10 18:00:00,0.0014373772663069803\n2018-11-10 19:00:00,-6.025015962006918e-06\n2018-11-10 20:00:00,-0.0007060578925808947\n2018-11-10 21:00:00,0.00035868853536699967\n2018-11-10 22:00:00,-0.00038353036537642544\n2018-11-10 23:00:00,-0.00038259240616373016\n2018-11-11 00:00:00,3.062560698270535e-05\n2018-11-11 01:00:00,-0.0017189607735066672\n2018-11-11 02:00:00,-0.0008259112358264473\n2018-11-11 03:00:00,-0.0002635529327700595\n2018-11-11 04:00:00,0.0005550255867799067\n2018-11-11 05:00:00,-3.991655995835357e-05\n2018-11-11 06:00:00,0.0010234896203279763\n2018-11-11 07:00:00,0.0010966228697936225\n2018-11-11 08:00:00,-0.0006216021300398355\n2018-11-11 09:00:00,-0.00017118417973348347\n2018-11-11 10:00:00,0.00016038339062904682\n2018-11-11 11:00:00,-0.0025669452054765756\n2018-11-11 12:00:00,-0.0001385697911480346\n2018-11-11 13:00:00,-3.920849744235384e-05\n2018-11-11 14:00:00,0.00029354077128468983\n2018-11-11 15:00:00,-2.8017904288381897e-05\n2018-11-11 16:00:00,0.00014132450035787242\n2018-11-11 17:00:00,-8.577031747899157e-05\n2018-11-11 18:00:00,-0.00030736557209196965\n2018-11-11 19:00:00,0.0011596822384364856\n2018-11-11 20:00:00,0.00041365802950497286\n2018-11-11 21:00:00,-8.604361535640806e-05\n2018-11-11 22:00:00,-0.00036477197432115995\n2018-11-11 23:00:00,-0.002243772362238441\n2018-11-12 00:00:00,0.00011515491229163052\n2018-11-12 01:00:00,0.001172431482016533\n2018-11-12 02:00:00,-0.0004211945847290641\n2018-11-12 03:00:00,0.001243951824101896\n2018-11-12 04:00:00,0.0008084406907529399\n2018-11-12 05:00:00,0.0005111045517034071\n2018-11-12 06:00:00,-0.0007426997318969425\n2018-11-12 07:00:00,0.000446476437023529\n2018-11-12 08:00:00,-0.0001511315995698105\n2018-11-12 09:00:00,0.0001901186200007239\n2018-11-12 10:00:00,0.0006139489481269354\n2018-11-12 11:00:00,0.03224440172880213\n2018-11-12 12:00:00,-0.0013328583067282657\n2018-11-12 13:00:00,0.0006842554632872524\n2018-11-12 14:00:00,0.0001843413759112726\n2018-11-12 15:00:00,0.0007296491385517273\n2018-11-12 16:00:00,0.0001375017363900662\n2018-11-12 17:00:00,-0.0005712976299750201\n2018-11-12 18:00:00,-0.0013153282867285074\n2018-11-12 19:00:00,0.0029061850909097827\n2018-11-12 20:00:00,0.0023779237959262343\n2018-11-12 21:00:00,-0.0008414167753904614\n2018-11-12 22:00:00,0.0006875696753155031\n2018-11-12 23:00:00,-0.0015127914959594247\n2018-11-13 00:00:00,0.00014599785806616617\n2018-11-13 01:00:00,-0.0010342636253631895\n2018-11-13 02:00:00,0.002289587258735131\n2018-11-13 03:00:00,0.001573645204033653\n2018-11-13 04:00:00,0.0026224264080043427\n2018-11-13 05:00:00,-0.0007624003243163502\n2018-11-13 06:00:00,0.0014915500828238553\n2018-11-13 07:00:00,-0.00016077011331614997\n2018-11-13 08:00:00,-0.0017258892589814955\n2018-11-13 09:00:00,-0.0014284186511729028\n2018-11-13 10:00:00,0.0002553937296885218\n2018-11-13 11:00:00,0.00020344781328246464\n2018-11-13 12:00:00,-0.00010922557701685244\n2018-11-13 13:00:00,-0.0004382139539456445\n2018-11-13 14:00:00,-0.0005656705054249268\n2018-11-13 15:00:00,0.0005701893773617975\n2018-11-13 16:00:00,-0.00019046276194211129\n2018-11-13 17:00:00,-1.9482387642851152e-05\n2018-11-13 18:00:00,0.0004947056654619079\n2018-11-13 19:00:00,-8.252881407169469e-05\n2018-11-13 20:00:00,-0.00012664430330133064\n2018-11-13 21:00:00,-0.0004118367045882344\n2018-11-13 22:00:00,0.0005142473033955982\n2018-11-13 23:00:00,0.00047606313924946817\n2018-11-14 00:00:00,-2.1394603135993256e-05\n2018-11-14 01:00:00,-0.00013524574465826356\n2018-11-14 02:00:00,5.3520571477374485e-06\n2018-11-14 03:00:00,0.0001495384619750871\n2018-11-14 04:00:00,-0.0003639598707148251\n2018-11-14 05:00:00,0.0001614919351060753\n2018-11-14 06:00:00,0.00015242354312743043\n2018-11-14 07:00:00,-7.235772441886022e-05\n2018-11-14 08:00:00,0.0007818362518995266\n2018-11-14 09:00:00,-0.00015195194409686137\n2018-11-14 10:00:00,1.1832221909677326e-05\n2018-11-14 11:00:00,-0.0001840219390749306\n2018-11-14 12:00:00,-0.00014196361725282334\n2018-11-14 13:00:00,4.384343008821253e-05\n2018-11-14 14:00:00,0.00011810227935875346\n2018-11-14 15:00:00,0.0002281702348040396\n2018-11-14 16:00:00,-1.4604249445982504e-05\n2018-11-14 17:00:00,-0.0003130263506863224\n2018-11-14 18:00:00,0.00035109879223544916\n2018-11-14 19:00:00,0.00011372170606451258\n2018-11-14 20:00:00,-6.779184309401779e-05\n2018-11-14 21:00:00,0.00037655190141342587\n2018-11-14 22:00:00,-0.0005605227358570603\n2018-11-14 23:00:00,2.190151495162135e-05\n2018-11-15 00:00:00,2.037701709520078e-05\n2018-11-15 01:00:00,0.00025707361848496807\n2018-11-15 02:00:00,-0.0011278983840794115\n2018-11-15 03:00:00,0.000501488874792641\n2018-11-15 04:00:00,0.0010990246727450815\n2018-11-15 05:00:00,0.0030332750152191174\n2018-11-15 06:00:00,0.0009065398625925266\n2018-11-15 07:00:00,-0.006509970015254038\n2018-11-15 08:00:00,0.0009418055966790887\n2018-11-15 09:00:00,0.00012271894230169727\n2018-11-15 10:00:00,0.0005887532981528761\n2018-11-15 11:00:00,-0.00036746243653624816\n2018-11-15 12:00:00,0.0002625868752593081\n2018-11-15 13:00:00,-0.0004465263241726994\n2018-11-15 14:00:00,-0.0002318288560942138\n2018-11-15 15:00:00,-5.033489868106427e-05\n2018-11-15 16:00:00,0.0006896486692469907\n2018-11-15 17:00:00,0.00032405959780936947\n2018-11-15 18:00:00,0.0006505852903851582\n2018-11-15 19:00:00,-0.000598547165400443\n2018-11-15 20:00:00,-9.341021255886502e-05\n2018-11-15 21:00:00,-7.192181464103758e-06\n2018-11-15 22:00:00,-0.0006850668347124853\n2018-11-15 23:00:00,0.0001857563411282403\n2018-11-16 00:00:00,-4.121051283508692e-05\n2018-11-16 01:00:00,-0.0002885847520854995\n2018-11-16 02:00:00,0.0004626017926941889\n2018-11-16 03:00:00,-1.0799604707361936e-05\n2018-11-16 04:00:00,8.474254597479785e-05\n2018-11-16 05:00:00,-0.00028599250211841927\n2018-11-16 06:00:00,0.0007531048815917948\n2018-11-16 07:00:00,-0.0006700209485211909\n2018-11-16 08:00:00,0.0006964877375292568\n2018-11-16 09:00:00,-9.766244752811918e-05\n2018-11-16 10:00:00,0.0024124492321714775\n2018-11-16 11:00:00,0.00019967199873138986\n2018-11-16 12:00:00,-0.0003962195568798953\n2018-11-16 13:00:00,0.00024348525179521726\n2018-11-16 14:00:00,-0.00016526976447424043\n2018-11-16 15:00:00,-0.0015449374952384981\n2018-11-16 16:00:00,-0.0003954440435160785\n2018-11-16 17:00:00,0.0007406701894144721\n2018-11-16 18:00:00,-8.38042363377825e-05\n2018-11-16 19:00:00,0.0005748292004447505\n2018-11-16 20:00:00,0.0005809920453857063\n2018-11-16 21:00:00,-0.001061026703122245\n2018-11-16 22:00:00,0.0008245205169306417\n2018-11-16 23:00:00,0.0012405771651522134\n2018-11-17 00:00:00,-0.0012812612092917913\n2018-11-17 01:00:00,-0.0012694902804872765\n2018-11-17 02:00:00,0.000636522315793067\n2018-11-17 03:00:00,0.0009616596725741544\n2018-11-17 04:00:00,0.000786779418657593\n2018-11-17 05:00:00,0.00034877405996908633\n2018-11-17 06:00:00,0.0012688916143016357\n2018-11-17 07:00:00,-0.000502373248512703\n2018-11-17 08:00:00,-0.0002014895124320534\n2018-11-17 09:00:00,-0.0007654596988520753\n2018-11-17 10:00:00,0.0009212493381023567\n2018-11-17 11:00:00,-0.0011647102265034878\n2018-11-17 12:00:00,0.0003531545754376897\n2018-11-17 13:00:00,0.0004368865155018477\n2018-11-17 14:00:00,-0.00020468770480134953\n2018-11-17 15:00:00,-0.002815308227934931\n2018-11-17 16:00:00,-0.0007857712123664561\n2018-11-17 17:00:00,0.0007372836888515484\n2018-11-17 18:00:00,0.0006011142123823782\n2018-11-17 19:00:00,0.0011431032062115762\n2018-11-17 20:00:00,0.00040524878143880324\n2018-11-17 21:00:00,0.001520936616705123\n2018-11-17 22:00:00,-0.0011499149305520143\n2018-11-17 23:00:00,0.00014597025416642213\n2018-11-18 00:00:00,-0.0001921615838862162\n2018-11-18 01:00:00,0.00027034470863961606\n2018-11-18 02:00:00,0.003166067833800345\n2018-11-18 03:00:00,-0.0008968100469194522\n2018-11-18 04:00:00,-0.0012728571053111516\n2018-11-18 05:00:00,0.00042498853619669106\n2018-11-18 06:00:00,-4.3166308962369265e-05\n2018-11-18 07:00:00,0.004985325678913605\n2018-11-18 08:00:00,-0.0013678856287128141\n2018-11-18 09:00:00,0.0002885242423635659\n2018-11-18 10:00:00,0.0005433591450723875\n2018-11-18 11:00:00,0.0006715651011309932\n2018-11-18 12:00:00,-0.0006746355911776092\n2018-11-18 13:00:00,0.0010295817026736121\n2018-11-18 14:00:00,0.0006187504665974256\n2018-11-18 15:00:00,-0.000502997249131459\n2018-11-18 16:00:00,-0.001720115871285259\n2018-11-18 17:00:00,-0.00044479944622648497\n2018-11-18 18:00:00,0.0003259839964319508\n2018-11-18 19:00:00,-0.00028965010047766484\n2018-11-18 20:00:00,0.0006521825393005742\n2018-11-18 21:00:00,-0.00014582939380893312\n2018-11-18 22:00:00,-0.0007382126332190942\n2018-11-18 23:00:00,0.0009468708495668412\n2018-11-19 00:00:00,-0.0004039918487069694\n2018-11-19 01:00:00,0.0012423993738231319\n2018-11-19 02:00:00,0.0018208775426741778\n2018-11-19 03:00:00,-0.0013831607056821638\n2018-11-19 04:00:00,-0.00042143042564215307\n2018-11-19 05:00:00,-4.5341344315967575e-05\n2018-11-19 06:00:00,-0.00047032030361240023\n2018-11-19 07:00:00,0.0012428019614079118\n2018-11-19 08:00:00,-9.78821608947693e-05\n2018-11-19 09:00:00,-0.0018055493520422006\n2018-11-19 10:00:00,0.0006389488702690986\n2018-11-19 11:00:00,-0.0003324779721703605\n2018-11-19 12:00:00,0.0010655306056685768\n2018-11-19 13:00:00,0.0003782366914174715\n2018-11-19 14:00:00,-0.0013808914971912517\n2018-11-19 15:00:00,-0.00030210946133372903\n2018-11-19 16:00:00,-0.0014022668379858232\n2018-11-19 17:00:00,-0.00010766651689382415\n2018-11-19 18:00:00,-0.00013082431671450427\n2018-11-19 19:00:00,0.0007801520950739589\n2018-11-19 20:00:00,0.0035501797278311947\n2018-11-19 21:00:00,0.002621066104384621\n2018-11-19 22:00:00,6.0955110757444755e-05\n2018-11-19 23:00:00,-0.00023639817215238772\n2018-11-20 00:00:00,0.0026916128935138973\n2018-11-20 01:00:00,-0.00083071940604976\n2018-11-20 02:00:00,0.0004649139616866796\n2018-11-20 03:00:00,0.0004883533044013906\n2018-11-20 04:00:00,2.9552887488377423e-05\n2018-11-20 05:00:00,0.00023680674861246997\n2018-11-20 06:00:00,-0.00028277331331373823\n2018-11-20 07:00:00,-0.00022743216475970237\n2018-11-20 08:00:00,-0.00019652637994641874\n2018-11-20 09:00:00,-1.5842855890932077e-05\n2018-11-20 10:00:00,0.00020719964181734187\n2018-11-20 11:00:00,0.0003456058877700667\n2018-11-20 12:00:00,4.440759997190845e-05\n2018-11-20 13:00:00,-3.6362099654853924e-05\n2018-11-20 14:00:00,-0.00019795010994863382\n2018-11-20 15:00:00,-0.0003247283690820883\n2018-11-20 16:00:00,0.0002711457573787681\n2018-11-20 17:00:00,-0.00041794122590658143\n2018-11-20 18:00:00,1.4577990093149112e-05\n2018-11-20 19:00:00,-0.0002818355889632185\n2018-11-20 20:00:00,-0.0003545740507594687\n2018-11-20 21:00:00,9.242609263506746e-05\n2018-11-20 22:00:00,-8.208534100398533e-05\n2018-11-20 23:00:00,-7.876004949551337e-05\n2018-11-21 00:00:00,1.3940264250666755e-05\n2018-11-21 01:00:00,6.06894235448703e-05\n2018-11-21 02:00:00,-0.00019870362542437884\n2018-11-21 03:00:00,0.00019455411223583973\n2018-11-21 04:00:00,-0.00016699451430202434\n2018-11-21 05:00:00,-0.00015735388623344936\n2018-11-21 06:00:00,-0.00020114231879062779\n2018-11-21 07:00:00,-0.0005025637847246802\n2018-11-21 08:00:00,-0.0006013112831500827\n2018-11-21 09:00:00,0.00014848336877086203\n2018-11-21 10:00:00,8.713960832031263e-05\n2018-11-21 11:00:00,5.12719594998554e-05\n2018-11-21 12:00:00,-2.005821432729307e-05\n2018-11-21 13:00:00,-0.0015698189167505552\n2018-11-21 14:00:00,0.00045565050295742917\n2018-11-21 15:00:00,0.0005425202397917011\n2018-11-21 16:00:00,-0.0005945813988316527\n2018-11-21 17:00:00,0.0001355625438936418\n2018-11-21 18:00:00,-0.00046420197750981297\n2018-11-21 19:00:00,0.00026990328021113717\n2018-11-21 20:00:00,-0.0008481392537785038\n2018-11-21 21:00:00,-0.0004001135224654594\n2018-11-21 22:00:00,-0.0006897715995457343\n2018-11-21 23:00:00,-0.00020533132697400639\n2018-11-22 00:00:00,0.00014183138338006465\n2018-11-22 01:00:00,-0.00013454891318197385\n2018-11-22 02:00:00,-0.0008009202564931246\n2018-11-22 03:00:00,0.0008748363172647462\n2018-11-22 04:00:00,-0.00022398358077342753\n2018-11-22 05:00:00,0.0010825373794722717\n2018-11-22 06:00:00,-7.015960305773345e-05\n2018-11-22 07:00:00,0.0003154852690601448\n2018-11-22 08:00:00,-1.8624687843313828e-05\n2018-11-22 09:00:00,-0.0004624110895727261\n2018-11-22 10:00:00,0.0005657911959467399\n2018-11-22 11:00:00,-0.0005750606941501068\n2018-11-22 12:00:00,0.0008916560971264317\n2018-11-22 13:00:00,-0.00013133039875354703\n2018-11-22 14:00:00,-0.0012078358923828649\n2018-11-22 15:00:00,0.0008451079721781581\n2018-11-22 16:00:00,0.0012079820701955265\n2018-11-22 17:00:00,0.0007554161545928635\n2018-11-22 18:00:00,0.00012309913947320232\n2018-11-22 19:00:00,-0.0002714260356762393\n2018-11-22 20:00:00,0.0005627323848801986\n2018-11-22 21:00:00,-0.000180218218774094\n2018-11-22 22:00:00,5.829697419669773e-05\n2018-11-22 23:00:00,-0.00027700011321833283\n2018-11-23 00:00:00,-9.368667409794394e-05\n2018-11-23 01:00:00,7.986929660127428e-05\n2018-11-23 02:00:00,-0.0001864861365595883\n2018-11-23 03:00:00,0.00024630806402139483\n2018-11-23 04:00:00,-2.0125497437230348e-05\n2018-11-23 05:00:00,-0.0007286085316667038\n2018-11-23 06:00:00,-1.7009141850203763e-05\n2018-11-23 07:00:00,1.758004106374383e-05\n2018-11-23 08:00:00,-5.058757413516244e-06\n2018-11-23 09:00:00,0.00025680757348419124\n2018-11-23 10:00:00,0.0002072230869867396\n2018-11-23 11:00:00,-0.0005860038331995044\n2018-11-23 12:00:00,-7.864374723018575e-05\n2018-11-23 13:00:00,6.270189410017501e-05\n2018-11-23 14:00:00,0.00022989266265684773\n2018-11-23 15:00:00,0.0006127670857876305\n2018-11-23 16:00:00,-0.0005306465748888664\n2018-11-23 17:00:00,-4.461566314926119e-05\n2018-11-23 18:00:00,-0.0007977688311530014\n2018-11-23 19:00:00,0.00041402936156316326\n2018-11-23 20:00:00,0.0003935244774390213\n2018-11-23 21:00:00,8.816725294189055e-05\n2018-11-23 22:00:00,-6.18343160150417e-06\n2018-11-23 23:00:00,-2.8310066923620147e-05\n2018-11-24 00:00:00,-0.000224080318732573\n2018-11-24 01:00:00,0.00021973824519074084\n2018-11-24 02:00:00,-0.0002965096625500312\n2018-11-24 03:00:00,1.3204400055206975e-05\n2018-11-24 04:00:00,0.00023337112443239368\n2018-11-24 05:00:00,-0.0002619740118552638\n2018-11-24 06:00:00,0.00021004678888203023\n2018-11-24 07:00:00,8.563868216541734e-05\n2018-11-24 08:00:00,-0.0003456587593818806\n2018-11-24 09:00:00,-0.0003171922676584065\n2018-11-24 10:00:00,-0.00012086477281634025\n2018-11-24 11:00:00,0.0001043410287476142\n2018-11-24 12:00:00,-0.0006009816367133552\n2018-11-24 13:00:00,0.0004406583548234306\n2018-11-24 14:00:00,-0.0008354493657384758\n2018-11-24 15:00:00,0.0003420303801571173\n2018-11-24 16:00:00,5.923591610428134e-05\n2018-11-24 17:00:00,-0.00010203933489420028\n2018-11-24 18:00:00,0.00048579256959245694\n2018-11-24 19:00:00,-0.0003334560855974757\n2018-11-24 20:00:00,-0.00023503434084760986\n2018-11-24 21:00:00,0.0004787684853817769\n2018-11-24 22:00:00,-0.0005539011074535023\n2018-11-24 23:00:00,-0.0010428030377941878\n2018-11-25 00:00:00,-0.0006260479560319236\n2018-11-25 01:00:00,0.00010496606558561596\n2018-11-25 02:00:00,-0.00010941286726578936\n2018-11-25 03:00:00,-0.0005246103714087616\n2018-11-25 04:00:00,-0.000609182028274404\n2018-11-25 05:00:00,-0.00032211305342425754\n2018-11-25 06:00:00,6.892755595780322e-05\n2018-11-25 07:00:00,-0.000554689467689125\n2018-11-25 08:00:00,-3.4834078645014206e-05\n2018-11-25 09:00:00,0.00018242760612312425\n2018-11-25 10:00:00,-0.0006788624181346838\n2018-11-25 11:00:00,0.00039958131225234815\n2018-11-25 12:00:00,0.00012185741712204763\n2018-11-25 13:00:00,0.00021998232245543553\n2018-11-25 14:00:00,-0.0005063738172189335\n2018-11-25 15:00:00,0.000337921272672577\n2018-11-25 16:00:00,0.000713607889622181\n2018-11-25 17:00:00,-7.577315285087148e-05\n2018-11-25 18:00:00,-0.00021113488336310188\n2018-11-25 19:00:00,-6.14964444360928e-06\n2018-11-25 20:00:00,7.560051758720429e-05\n2018-11-25 21:00:00,4.761731037030234e-05\n2018-11-25 22:00:00,0.001018859302609156\n2018-11-25 23:00:00,-0.00013884975704920506\n2018-11-26 00:00:00,-0.00023569505783242864\n2018-11-26 01:00:00,0.0004985353563608988\n2018-11-26 02:00:00,0.0004977008923355272\n2018-11-26 03:00:00,-0.00022808190383940546\n2018-11-26 04:00:00,-5.212374662772147e-05\n2018-11-26 05:00:00,-9.105676411881667e-05\n2018-11-26 06:00:00,-0.00027829938521126997\n2018-11-26 07:00:00,-0.00011837803054251254\n2018-11-26 08:00:00,-8.239883451760017e-05\n2018-11-26 09:00:00,-0.00030997609099367153\n2018-11-26 10:00:00,0.00016704146435669653\n2018-11-26 11:00:00,-0.0004429985246685561\n2018-11-26 12:00:00,0.0001455926073488092\n2018-11-26 13:00:00,-7.174563349815332e-05\n2018-11-26 14:00:00,-8.782941072093742e-05\n2018-11-26 15:00:00,-0.0005405191714590459\n2018-11-26 16:00:00,-0.00010917490261528608\n2018-11-26 17:00:00,-0.00039008402763249873\n2018-11-26 18:00:00,-0.00024790717833881595\n2018-11-26 19:00:00,0.00043366547195376574\n2018-11-26 20:00:00,0.00031372686415314597\n2018-11-26 21:00:00,9.830110983227424e-05\n2018-11-26 22:00:00,-6.420843032278255e-05\n2018-11-26 23:00:00,-0.00013213810032604745\n2018-11-27 00:00:00,1.219268279423675e-05\n2018-11-27 01:00:00,0.0003272941239425697\n2018-11-27 02:00:00,2.936417408781144e-05\n2018-11-27 03:00:00,0.00017735740702423336\n2018-11-27 04:00:00,-0.00016927162774761653\n2018-11-27 05:00:00,-0.0001840706552423392\n2018-11-27 06:00:00,0.0003430177386376429\n2018-11-27 07:00:00,8.851501145919942e-05\n2018-11-27 08:00:00,-0.00039159305391438167\n2018-11-27 09:00:00,-6.732193221784734e-05\n2018-11-27 10:00:00,0.00015675541891045354\n2018-11-27 11:00:00,0.00014260420543053581\n2018-11-27 12:00:00,0.00019372527809504515\n2018-11-27 13:00:00,-0.0001198943303129336\n2018-11-27 14:00:00,0.00040450213585981206\n2018-11-27 15:00:00,-0.0009151670700858615\n2018-11-27 16:00:00,-0.0005374306293317406\n2018-11-27 17:00:00,0.0005545205646551595\n2018-11-27 18:00:00,0.0030969180705524304\n2018-11-27 19:00:00,0.0010658339569593164\n2018-11-27 20:00:00,-0.00038314956006630497\n2018-11-27 21:00:00,-0.00013966720004567813\n2018-11-27 22:00:00,-0.00022021519326948216\n2018-11-27 23:00:00,5.0956523902997134e-05\n2018-11-28 00:00:00,-0.00031246847136787235\n2018-11-28 01:00:00,0.0006264162245914545\n2018-11-28 02:00:00,-1.7378945802383073e-05\n2018-11-28 03:00:00,-0.00013286834379755595\n2018-11-28 04:00:00,0.0005006882094845081\n2018-11-28 05:00:00,0.00014198942477387195\n2018-11-28 06:00:00,0.00011174556169780306\n2018-11-28 07:00:00,-8.518064739571243e-05\n2018-11-28 08:00:00,0.00017495118800461813\n2018-11-28 09:00:00,2.3423365502925763e-05\n2018-11-28 10:00:00,0.00016671975176361814\n2018-11-28 11:00:00,-0.0005722686575833064\n2018-11-28 12:00:00,0.0002073889088824658\n2018-11-28 13:00:00,0.0013348668757625275\n2018-11-28 14:00:00,-0.0003697798862520985\n2018-11-28 15:00:00,-0.0006457484652803844\n2018-11-28 16:00:00,-0.0005638603706974422\n2018-11-28 17:00:00,0.0002407568084549754\n2018-11-28 18:00:00,-0.0005108932479582114\n2018-11-28 19:00:00,-2.7671552065641187e-05\n2018-11-28 20:00:00,0.0006691641783005293\n2018-11-28 21:00:00,-0.0001181655507274237\n2018-11-28 22:00:00,6.28118377780013e-05\n2018-11-28 23:00:00,-0.00017685560476697493\n2018-11-29 00:00:00,0.00012252262258214335\n2018-11-29 01:00:00,-8.808573363532493e-05\n2018-11-29 02:00:00,-9.3447157429484e-05\n2018-11-29 03:00:00,-8.072664933187196e-06\n2018-11-29 04:00:00,-0.00019799201439275025\n2018-11-29 05:00:00,-5.787031395049162e-05\n2018-11-29 06:00:00,0.00013371321377533425\n2018-11-29 07:00:00,-0.00019109706832480641\n2018-11-29 08:00:00,-0.00012808002652056735\n2018-11-29 09:00:00,-9.070733333609456e-05\n2018-11-29 10:00:00,-0.0005880276951421927\n2018-11-29 11:00:00,-0.00012308947671310015\n2018-11-29 12:00:00,-0.000126366140596488\n2018-11-29 13:00:00,1.8877570211629178e-05\n2018-11-29 14:00:00,0.00027727463863319715\n2018-11-29 15:00:00,-0.000445381173274677\n2018-11-29 16:00:00,0.00013358678404141102\n2018-11-29 17:00:00,6.105249791133491e-05\n2018-11-29 18:00:00,-0.0005826140427233553\n2018-11-29 19:00:00,0.000202653760509979\n2018-11-29 20:00:00,0.006556797701306889\n2018-11-29 21:00:00,-0.0002005719899614775\n2018-11-29 22:00:00,-0.0005522396773954043\n2018-11-29 23:00:00,0.0002798971262834194\n2018-11-30 00:00:00,0.00028756376522672157\n2018-11-30 01:00:00,-0.00016609949139454141\n2018-11-30 02:00:00,0.00030893358120274864\n2018-11-30 03:00:00,-0.0004571464325773057\n2018-11-30 04:00:00,-4.960632980613002e-05\n2018-11-30 05:00:00,-0.00013903785600096757\n2018-11-30 06:00:00,-0.00021407293751170045\n2018-11-30 07:00:00,-5.619246660546785e-05\n2018-11-30 08:00:00,-0.00017958280813169854\n2018-11-30 09:00:00,0.0006574632232305526\n2018-11-30 10:00:00,0.0005332144450389281\n2018-11-30 11:00:00,0.00024626965161494844\n2018-11-30 12:00:00,-6.207319862507788e-05\n2018-11-30 13:00:00,-0.00011098064549298903\n2018-11-30 14:00:00,0.00014731672881885367\n2018-11-30 15:00:00,-0.0012592582648296644\n2018-11-30 16:00:00,-0.00014543378577890992\n2018-11-30 17:00:00,-1.4559675688681073e-05\n2018-11-30 18:00:00,-0.000342077310258438\n2018-11-30 19:00:00,-0.00011103228491567837\n2018-11-30 20:00:00,0.00022172106587773128\n2018-11-30 21:00:00,-0.00030926763711025605\n2018-11-30 22:00:00,0.00032443850102500845\n2018-11-30 23:00:00,9.368734787002135e-05\n2018-12-01 00:00:00,0.0004657442046460615\n2018-12-01 01:00:00,0.000350791819818112\n2018-12-01 02:00:00,7.333587083033955e-05\n2018-12-01 03:00:00,3.000454176427273e-05\n2018-12-01 04:00:00,0.000330913721314032\n2018-12-01 05:00:00,-0.0001322406294934472\n2018-12-01 06:00:00,-0.0001319941757630378\n2018-12-01 07:00:00,0.00037064812346197817\n2018-12-01 08:00:00,0.00011146051752422887\n2018-12-01 09:00:00,-0.00010288288870411225\n2018-12-01 10:00:00,6.190377760962295e-05\n2018-12-01 11:00:00,-2.2938248763525603e-05\n2018-12-01 12:00:00,6.912370545981914e-05\n2018-12-01 13:00:00,6.330048176293528e-05\n2018-12-01 14:00:00,-0.00026633426689977985\n2018-12-01 15:00:00,-0.0014491588588155999\n2018-12-01 16:00:00,-0.0002441754440645147\n2018-12-01 17:00:00,-0.0001759074416985389\n2018-12-01 18:00:00,-0.00025506126531894623\n2018-12-01 19:00:00,0.00017871978215420675\n2018-12-01 20:00:00,0.0002153871675717664\n2018-12-01 21:00:00,0.00019588130112792445\n2018-12-01 22:00:00,-9.908910629315245e-05\n2018-12-01 23:00:00,-0.0001238777540023227\n2018-12-02 00:00:00,-0.00027090556878603004\n2018-12-02 01:00:00,0.00031634861294407076\n2018-12-02 02:00:00,7.911383614990305e-05\n2018-12-02 03:00:00,0.0003223939940318783\n2018-12-02 04:00:00,0.0004024000521180076\n2018-12-02 05:00:00,-2.8951329735829313e-05\n2018-12-02 06:00:00,-4.8033011591294757e-05\n2018-12-02 07:00:00,0.00021409251516964605\n2018-12-02 08:00:00,0.0001977136472109851\n2018-12-02 09:00:00,-7.321903749368146e-05\n2018-12-02 10:00:00,-3.346958672428214e-05\n2018-12-02 11:00:00,-6.889632024671832e-05\n2018-12-02 12:00:00,1.6491604772050725e-05\n2018-12-02 13:00:00,-0.00020283807954036428\n2018-12-02 14:00:00,-0.0001471176447945992\n2018-12-02 15:00:00,-0.00827469707174445\n2018-12-02 16:00:00,0.00010856833271320618\n2018-12-02 17:00:00,-0.0003636534800615607\n2018-12-02 18:00:00,-1.6458323710148843e-06\n2018-12-02 19:00:00,3.742803044841154e-05\n2018-12-02 20:00:00,-0.00043561769525364335\n2018-12-02 21:00:00,-0.0002486086886368554\n2018-12-02 22:00:00,-0.0003890276548069775\n2018-12-02 23:00:00,-0.0002454721178296182\n2018-12-03 00:00:00,0.0003289360254193271\n2018-12-03 01:00:00,4.544279345346776e-05\n2018-12-03 02:00:00,0.0001843092354700485\n2018-12-03 03:00:00,0.00010458487320156036\n2018-12-03 04:00:00,0.00032718272511323326\n2018-12-03 05:00:00,-0.00032845463477175176\n2018-12-03 06:00:00,9.385746553096955e-05\n2018-12-03 07:00:00,-0.00014502548331465893\n2018-12-03 08:00:00,-0.00038712260100748493\n2018-12-03 09:00:00,9.169531932366084e-05\n2018-12-03 10:00:00,0.00016846282455164514\n2018-12-03 11:00:00,0.0002972976012506815\n2018-12-03 12:00:00,-0.0012365150178925912\n2018-12-03 13:00:00,-0.0014515626864553264\n2018-12-03 14:00:00,-0.0008277566403827347\n2018-12-03 15:00:00,-0.00039774887297343444\n2018-12-03 16:00:00,-0.0009135184916287553\n2018-12-03 17:00:00,-0.00034152166360974475\n2018-12-03 18:00:00,0.0009050385531081904\n2018-12-03 19:00:00,-0.00035974709122094675\n2018-12-03 20:00:00,0.00018951783499230777\n2018-12-03 21:00:00,0.00024659137609746074\n2018-12-03 22:00:00,0.0006899662267974623\n2018-12-03 23:00:00,-0.0007637877539035593\n2018-12-04 00:00:00,-0.00032378634442766467\n2018-12-04 01:00:00,0.0006807408203419411\n2018-12-04 02:00:00,-0.0006213622840639629\n2018-12-04 03:00:00,0.00021234105732828581\n2018-12-04 04:00:00,0.0013058016915635932\n2018-12-04 05:00:00,0.0015140089897367325\n2018-12-04 06:00:00,0.0008988169491072299\n2018-12-04 07:00:00,-0.0001355861433670367\n2018-12-04 08:00:00,0.0004737153331554741\n2018-12-04 09:00:00,-0.0006824853258929015\n2018-12-04 10:00:00,0.0006687963741225378\n2018-12-04 11:00:00,-0.0003988956876174499\n2018-12-04 12:00:00,0.037108325333680546\n2018-12-04 13:00:00,0.0007474286642108804\n2018-12-04 14:00:00,-0.00044229673751631056\n2018-12-04 15:00:00,-0.00012654955486127688\n2018-12-04 16:00:00,-0.001122004183500357\n2018-12-04 17:00:00,-7.342443237094683e-05\n2018-12-04 18:00:00,-0.000525151065064121\n2018-12-04 19:00:00,-0.00026636669278294893\n2018-12-04 20:00:00,0.00024000376692730224\n2018-12-04 21:00:00,0.0003134098037441788\n2018-12-04 22:00:00,0.00010977175113923468\n2018-12-04 23:00:00,0.0003099304768316041\n2018-12-05 00:00:00,-0.0009800807550250947\n2018-12-05 01:00:00,0.000574979998225936\n2018-12-05 02:00:00,0.00023892759311615357\n2018-12-05 03:00:00,9.519742671294175e-05\n2018-12-05 04:00:00,-0.0004172695268781031\n2018-12-05 05:00:00,0.00018571059966219206\n2018-12-05 06:00:00,3.935850616090499e-05\n2018-12-05 07:00:00,-0.00024730384554963485\n2018-12-05 08:00:00,2.6071167931326243e-05\n2018-12-05 09:00:00,-0.001143304670511193\n2018-12-05 10:00:00,0.0004543822612762351\n2018-12-05 11:00:00,-0.0002795391187624943\n2018-12-05 12:00:00,-0.014636388094651896\n2018-12-05 13:00:00,-0.000903184218034442\n2018-12-05 14:00:00,0.0002997849579536368\n2018-12-05 15:00:00,-7.54519214966028e-05\n2018-12-05 16:00:00,0.00016818674484645892\n2018-12-05 17:00:00,6.344291307713184e-05\n2018-12-05 18:00:00,-0.00032200567559675724\n2018-12-05 19:00:00,0.001743001466208347\n2018-12-05 20:00:00,0.0006759147397829611\n2018-12-05 21:00:00,-0.0002974568872935696\n2018-12-05 22:00:00,-0.000382870693046138\n2018-12-05 23:00:00,5.048054826432806e-06\n2018-12-06 00:00:00,0.0007151267004070264\n2018-12-06 01:00:00,0.00018781839547249148\n2018-12-06 02:00:00,0.001111032220146821\n2018-12-06 03:00:00,0.0024894823723466387\n2018-12-06 04:00:00,0.000614684725811676\n2018-12-06 05:00:00,0.000666215720074712\n2018-12-06 06:00:00,0.0003606353390533411\n2018-12-06 07:00:00,-0.0004923435652063211\n2018-12-06 08:00:00,-0.000536643639784211\n2018-12-06 09:00:00,0.00047636413869248947\n2018-12-06 10:00:00,-0.00014549342142832828\n2018-12-06 11:00:00,3.886979007495309e-05\n2018-12-06 12:00:00,-0.0033068101083001226\n2018-12-06 13:00:00,-0.0006629765801938852\n2018-12-06 14:00:00,0.00028798060098949685\n2018-12-06 15:00:00,0.00033606204002565134\n2018-12-06 16:00:00,-0.00014222169236591427\n2018-12-06 17:00:00,-0.0002738978871458046\n2018-12-06 18:00:00,-0.0002506553241643142\n2018-12-06 19:00:00,0.0005184508456215862\n2018-12-06 20:00:00,-0.0002971426273064735\n2018-12-06 21:00:00,7.34011742418357e-05\n2018-12-06 22:00:00,7.049972764637235e-05\n2018-12-06 23:00:00,0.0006789867510316944\n2018-12-07 00:00:00,7.895270818976682e-05\n2018-12-07 01:00:00,0.00046504847661207947\n2018-12-07 02:00:00,-0.001626121439872681\n2018-12-07 03:00:00,-0.0001987814362205998\n2018-12-07 04:00:00,-0.0008747813452068352\n2018-12-07 05:00:00,-0.00038079305311467735\n2018-12-07 06:00:00,0.0031686186042737203\n2018-12-07 07:00:00,0.00026356736092618914\n2018-12-07 08:00:00,0.0006736531712518411\n2018-12-07 09:00:00,-0.0003131943353137937\n2018-12-07 10:00:00,-0.0006165227384657033\n2018-12-07 11:00:00,-0.0017633974380628476\n2018-12-07 12:00:00,-0.0016359536836731139\n2018-12-07 13:00:00,-0.0006818604109685095\n2018-12-07 14:00:00,0.00043151601137593655\n2018-12-07 15:00:00,-0.0004567138111765855\n2018-12-07 16:00:00,0.0012710880201766207\n2018-12-07 17:00:00,-8.505721460879704e-05\n2018-12-07 18:00:00,0.0014748069364993114\n2018-12-07 19:00:00,0.0005707120600913379\n2018-12-07 20:00:00,-0.001193883115698446\n2018-12-07 21:00:00,-0.0008289493129257732\n2018-12-07 22:00:00,-0.00042076624548369147\n2018-12-07 23:00:00,-0.0006414655753956691\n2018-12-08 00:00:00,-0.00025413321215912764\n2018-12-08 01:00:00,-0.0005146986246966205\n2018-12-08 02:00:00,-0.000996586554893634\n2018-12-08 03:00:00,-0.001272110754856116\n2018-12-08 04:00:00,-3.4035102880859094e-05\n2018-12-08 05:00:00,0.00047976691154212695\n2018-12-08 06:00:00,0.010671327805631991\n2018-12-08 07:00:00,0.0005352508571058782\n2018-12-08 08:00:00,-0.0014379566758845883\n2018-12-08 09:00:00,0.0003799478265562503\n2018-12-08 10:00:00,-0.0006227722030069412\n2018-12-08 11:00:00,-0.00042053960001228193\n2018-12-08 12:00:00,-0.0003744724032077054\n2018-12-08 13:00:00,-0.0007200510879847592\n2018-12-08 14:00:00,-0.00048601076949466606\n2018-12-08 15:00:00,0.0014604591775407491\n2018-12-08 16:00:00,-0.0010391340037936938\n2018-12-08 17:00:00,-0.0006659495734979484\n2018-12-08 18:00:00,0.0007055142380211578\n2018-12-08 19:00:00,0.0010848814681230965\n2018-12-08 20:00:00,0.00027781544619418766\n2018-12-08 21:00:00,0.0004578564368635457\n2018-12-08 22:00:00,-0.0005627789087998648\n2018-12-08 23:00:00,0.0009625836785157686\n2018-12-09 00:00:00,-0.0009883051114136423\n2018-12-09 01:00:00,-0.000242780331322273\n2018-12-09 02:00:00,-2.6867154026227674e-05\n2018-12-09 03:00:00,-1.4207151755409074e-05\n2018-12-09 04:00:00,-0.0005617198391712446\n2018-12-09 05:00:00,0.000491121769208385\n2018-12-09 06:00:00,-3.4364436282534776e-05\n2018-12-09 07:00:00,0.0007874524236625417\n2018-12-09 08:00:00,0.00036323237729312703\n2018-12-09 09:00:00,0.00017124783456037474\n2018-12-09 10:00:00,-0.00043409135101083135\n2018-12-09 11:00:00,0.0005699802475527423\n2018-12-09 12:00:00,0.0012013856275891546\n2018-12-09 13:00:00,0.0006626255161080568\n2018-12-09 14:00:00,-0.0009226373122176708\n2018-12-09 15:00:00,-0.00022625393265986908\n2018-12-09 16:00:00,-0.0005775854696151448\n2018-12-09 17:00:00,-0.0005305099342524007\n2018-12-09 18:00:00,6.068311798913719e-05\n2018-12-09 19:00:00,0.0006302572542601413\n2018-12-09 20:00:00,-0.001029771150105528\n2018-12-09 21:00:00,0.00027327458878647617\n2018-12-09 22:00:00,0.00022181180032430594\n2018-12-09 23:00:00,0.00019900341301534263\n2018-12-10 00:00:00,0.0001857693544721942\n2018-12-10 01:00:00,-0.00046792634024285073\n2018-12-10 02:00:00,-6.427432310117583e-05\n2018-12-10 03:00:00,-0.00025821370747335223\n2018-12-10 04:00:00,-0.0005436715604132971\n2018-12-10 05:00:00,0.00019447251573418957\n2018-12-10 06:00:00,-0.0018887087681034524\n2018-12-10 07:00:00,-0.0025058411965947465\n2018-12-10 08:00:00,-0.0013257274835265572\n2018-12-10 09:00:00,0.0008808952704202197\n2018-12-10 10:00:00,-0.0005289516459719094\n2018-12-10 11:00:00,0.0003724637700960154\n2018-12-10 12:00:00,-0.0010685968634955747\n2018-12-10 13:00:00,-0.0005360187277257451\n2018-12-10 14:00:00,-0.0027430155711878437\n2018-12-10 15:00:00,0.0006085005158786954\n2018-12-10 16:00:00,0.0007660111027017968\n2018-12-10 17:00:00,-0.0002409320998249573\n2018-12-10 18:00:00,-0.0001446430025749836\n2018-12-10 19:00:00,-0.0011778335239435557\n2018-12-10 20:00:00,0.0011218444096133204\n2018-12-10 21:00:00,0.0013719411678051916\n2018-12-10 22:00:00,0.0005793851180193432\n2018-12-10 23:00:00,0.0005428348732752767\n2018-12-11 00:00:00,6.548840000849465e-05\n2018-12-11 01:00:00,-0.00018479716437914858\n2018-12-11 02:00:00,-0.0002176330137465952\n2018-12-11 03:00:00,-0.0003607562198945432\n2018-12-11 04:00:00,0.00015714410180938873\n2018-12-11 05:00:00,0.00044606553599932115\n2018-12-11 06:00:00,0.00023514625223353556\n2018-12-11 07:00:00,-0.0007040937769442814\n2018-12-11 08:00:00,2.6124691382162807e-05\n2018-12-11 09:00:00,0.00021720670329927692\n2018-12-11 10:00:00,0.0005902381798493411\n2018-12-11 11:00:00,0.0002230533306137484\n2018-12-11 12:00:00,0.0003445826347215546\n2018-12-11 13:00:00,-0.0006130378046486617\n2018-12-11 14:00:00,0.0002582081397760928\n2018-12-11 15:00:00,-0.0003485021660169026\n2018-12-11 16:00:00,0.00042018018811496775\n2018-12-11 17:00:00,0.00013052311239727376\n2018-12-11 18:00:00,-0.00014018415367746391\n2018-12-11 19:00:00,-9.040350050420723e-05\n2018-12-11 20:00:00,-7.743996284057057e-05\n2018-12-11 21:00:00,-0.00016257293870696046\n2018-12-11 22:00:00,0.00011883552514985115\n2018-12-11 23:00:00,-0.00023365763656842958\n2018-12-12 00:00:00,0.0003363685569840405\n2018-12-12 01:00:00,-0.000633183651056052\n2018-12-12 02:00:00,0.0003654510664711832\n2018-12-12 03:00:00,0.001104655009457282\n2018-12-12 04:00:00,0.001669871684952563\n2018-12-12 05:00:00,-0.0008646983463906517\n2018-12-12 06:00:00,2.037269926481659e-05\n2018-12-12 07:00:00,-0.0001258110326343067\n2018-12-12 08:00:00,0.0001821979018406413\n2018-12-12 09:00:00,-0.0006861384678202286\n2018-12-12 10:00:00,0.0006217353439873532\n2018-12-12 11:00:00,0.0005942634469072313\n2018-12-12 12:00:00,0.00015340920769308893\n2018-12-12 13:00:00,-0.0001065910729228091\n2018-12-12 14:00:00,-4.4829280900945015e-05\n2018-12-12 15:00:00,0.00033876545211629014\n2018-12-12 16:00:00,-0.0006788486513062525\n2018-12-12 17:00:00,0.0009067609368844094\n2018-12-12 18:00:00,-0.002976305723937745\n2018-12-12 19:00:00,-6.521995679920841e-05\n2018-12-12 20:00:00,0.00015205545087231478\n2018-12-12 21:00:00,0.00023453107846026003\n2018-12-12 22:00:00,-0.00041811614326950765\n2018-12-12 23:00:00,0.0009727913449182563\n2018-12-13 00:00:00,-0.00015064607676124083\n2018-12-13 01:00:00,0.0003117397218652589\n2018-12-13 02:00:00,0.0006752199092715832\n2018-12-13 03:00:00,0.00031980841344820865\n2018-12-13 04:00:00,0.0005702998765346769\n2018-12-13 05:00:00,0.00012900912156287866\n2018-12-13 06:00:00,-0.0003374515409673432\n2018-12-13 07:00:00,-0.00021324877617545564\n2018-12-13 08:00:00,0.00027268690298916506\n2018-12-13 09:00:00,-0.0005247505760997698\n2018-12-13 10:00:00,0.00017102536494976458\n2018-12-13 11:00:00,-2.265830107024693e-06\n2018-12-13 12:00:00,0.0005504998818443412\n2018-12-13 13:00:00,-0.00023246330192649623\n2018-12-13 14:00:00,-0.0010096940310817713\n2018-12-13 15:00:00,-0.0005351604443041398\n2018-12-13 16:00:00,-7.678862639510836e-05\n2018-12-13 17:00:00,0.0008267105571399052\n2018-12-13 18:00:00,-0.001167397096632895\n2018-12-13 19:00:00,-0.0004017028092772234\n2018-12-13 20:00:00,-0.0011781855339689509\n2018-12-13 21:00:00,0.000852330914919814\n2018-12-13 22:00:00,-0.005510137985931468\n2018-12-13 23:00:00,-0.000925511181197733\n2018-12-14 00:00:00,-3.565479938210987e-05\n2018-12-14 01:00:00,0.0010525546718204379\n2018-12-14 02:00:00,-0.00047017490849804677\n2018-12-14 03:00:00,0.0007384401604022975\n2018-12-14 04:00:00,-0.0011815545816596987\n2018-12-14 05:00:00,-0.0005201577835040605\n2018-12-14 06:00:00,2.3718285366317618e-05\n2018-12-14 07:00:00,-0.0010388627178082325\n2018-12-14 08:00:00,-0.0007384002003069858\n2018-12-14 09:00:00,0.0008857520070478938\n2018-12-14 10:00:00,0.0013005993119479828\n2018-12-14 11:00:00,0.0009136645365263209\n2018-12-14 12:00:00,0.0021407022252473563\n2018-12-14 13:00:00,0.00032214035694434306\n2018-12-14 14:00:00,0.00020490675950851707\n2018-12-14 15:00:00,-0.0010157069768392001\n2018-12-14 16:00:00,-0.0003368759076392172\n2018-12-14 17:00:00,-0.0003035237611215622\n2018-12-14 18:00:00,-0.0017996247926539515\n2018-12-14 19:00:00,-0.0005926090708422425\n2018-12-14 20:00:00,0.0010115743525950535\n2018-12-14 21:00:00,2.2853788437682702e-05\n2018-12-14 22:00:00,0.0007140245135644178\n2018-12-14 23:00:00,-0.0003560626865171265\n2018-12-15 00:00:00,-0.0011360619484711526\n2018-12-15 01:00:00,0.0005198939491410314\n2018-12-15 02:00:00,0.0005012395471338254\n2018-12-15 03:00:00,-0.00028211731925010673\n2018-12-15 04:00:00,0.00035577861235659415\n2018-12-15 05:00:00,-0.0002722618145665645\n2018-12-15 06:00:00,-6.9044721116230095e-06\n2018-12-15 07:00:00,-0.00046250870469090305\n2018-12-15 08:00:00,-6.47804839531433e-05\n2018-12-15 09:00:00,0.0004988188712267347\n2018-12-15 10:00:00,-5.763043132212681e-05\n2018-12-15 11:00:00,-0.0014409438917738185\n2018-12-15 12:00:00,-0.0021452806345572052\n2018-12-15 13:00:00,0.00034782008061392074\n2018-12-15 14:00:00,0.0011162761129907214\n2018-12-15 15:00:00,0.00017896395197598543\n2018-12-15 16:00:00,0.00020688209244450336\n2018-12-15 17:00:00,-0.0008845153995343556\n2018-12-15 18:00:00,-0.0009346133462035615\n2018-12-15 19:00:00,-0.000887882432313664\n2018-12-15 20:00:00,-0.0020041865289291347\n"
  },
  {
    "path": "outputs/portfolio_weights.csv",
    "content": ",AUDUSD,NZDUSD,USDUSD\n2018-01-01 00:00:00,0.018217800593405116,-0.7775373557783031,0.5013353184208913\n2018-01-01 01:00:00,0.03608299006013336,-0.7673838178385831,0.4919585811766786\n2018-01-01 02:00:00,0.029584990319914906,-0.7718261124827207,0.49452350934567585\n2018-01-01 03:00:00,0.023023987492155312,-0.7844739603299289,0.48944607865281764\n2018-01-01 04:00:00,0.025445589125387108,-0.7824847028991336,0.4898347860081233\n2018-01-01 05:00:00,0.019157153937105098,-0.7876394107995088,0.49128613886140504\n2018-01-01 06:00:00,0.005509553507991176,-0.808728623280263,0.484311023484797\n2018-01-01 07:00:00,0.01951609358872884,-0.7977102152449177,0.48163353824731\n2018-01-01 08:00:00,0.027840024490668535,-0.7879627302288371,0.4827996988140475\n2018-01-01 09:00:00,0.041742602654855264,-0.7680966508196907,0.4888902464628914\n2018-01-01 10:00:00,0.05513996056637538,-0.7446874299286966,0.49855320688459037\n2018-01-01 11:00:00,0.060705875894855696,-0.7360747389961966,0.5017925091142286\n2018-01-01 12:00:00,0.061371117969585734,-0.7334783928276962,0.5031973357426673\n2018-01-01 13:00:00,0.08520037342990036,-0.7115463367353104,0.5006369360100392\n2018-01-01 14:00:00,0.08822443041968207,-0.7088522610969219,0.49991216029644076\n2018-01-01 15:00:00,0.21658362119788147,-0.680562459575871,0.39517561034746274\n2018-01-01 16:00:00,0.23739557180405887,-0.6752380087218333,0.38019650064120164\n2018-01-01 17:00:00,0.2634993554949959,-0.655939564900824,0.3737157297805653\n2018-01-01 18:00:00,0.30380988156896777,-0.6121487417728332,0.37726972886394256\n2018-01-01 19:00:00,0.33094793375868353,-0.5744532486450837,0.38817605842137193\n2018-01-01 20:00:00,0.3392631296075342,-0.5576651141161552,0.39715380240327397\n2018-01-01 21:00:00,0.34714580301451786,-0.5486874759465149,0.3986856804290159\n2018-01-01 22:00:00,0.357047286301157,-0.5338604476016224,0.40400917030401823\n2018-01-01 23:00:00,0.3628779070554354,-0.5266327478942608,0.405852321271464\n2018-01-02 00:00:00,0.38422740210618384,-0.5042724659893225,0.40739574209722523\n2018-01-02 01:00:00,0.3957763965999562,-0.4886773638847088,0.41205596240379155\n2018-01-02 02:00:00,0.4221593352030973,-0.45777470402896453,0.4168439293314751\n2018-01-02 03:00:00,0.4227696350291215,-0.44917531005677497,0.42560541891283077\n2018-01-02 04:00:00,0.423427043139039,-0.4405192788004,0.43392464182525914\n2018-01-02 05:00:00,0.42458868723568033,-0.43964845372142514,0.434468261004613\n2018-01-02 06:00:00,0.41635787632227117,-0.43893031482806344,0.44404822283398715\n2018-01-02 07:00:00,0.4045894465589781,-0.444186598590203,0.45112978882496685\n2018-01-02 08:00:00,0.39241786667118544,-0.4547153143600801,0.45352353800751455\n2018-01-02 09:00:00,0.35845805842333006,-0.4927230264531444,0.4501931228712801\n2018-01-02 10:00:00,0.3430132935669444,-0.5205863799583533,0.43769997404610683\n2018-01-02 11:00:00,0.3360055404521222,-0.5408876802556725,0.42406407641533356\n2018-01-02 12:00:00,0.33792032900382885,-0.5531418949839517,0.4099619430782464\n2018-01-02 13:00:00,0.3374999861400022,-0.5715908056536174,0.39209076637069984\n2018-01-02 14:00:00,0.3508660097465155,-0.5707159377228928,0.3797599541168999\n2018-01-02 15:00:00,0.3258528321758261,-0.5982522220886096,0.3774032575225191\n2018-01-02 16:00:00,0.3016471189703875,-0.6250429506054237,0.3750384746763375\n2018-01-02 17:00:00,0.2816491382333347,-0.6506518482819956,0.3696032860818618\n2018-01-02 18:00:00,0.26271554202979663,-0.6871838497713942,0.3524332790835935\n2018-01-02 19:00:00,0.2372569294118231,-0.732404070302623,0.3337198369476294\n2018-01-02 20:00:00,0.21237339658333973,-0.7803220275038119,0.311320390769629\n2018-01-02 21:00:00,0.20518206439803402,-0.8058040608123914,0.2932611676874131\n2018-01-02 22:00:00,0.20677529548721157,-0.8136436501594704,0.28353956689457344\n2018-01-02 23:00:00,0.2163705375902277,-0.8160605807791155,0.2711601348134219\n2018-01-03 00:00:00,0.25165217198991713,-0.7727434856043824,0.2788659137075432\n2018-01-03 01:00:00,0.27129963304363547,-0.7456666361128735,0.28613703981193256\n2018-01-03 02:00:00,0.2922461101088379,-0.7192577172956582,0.2914583028671831\n2018-01-03 03:00:00,0.3186550412276494,-0.6833207799399232,0.30140677244825975\n2018-01-03 04:00:00,0.32352296123788293,-0.6771107616765655,0.30388163970342336\n2018-01-03 05:00:00,0.3319251283106411,-0.6756516456513489,0.29704967217771283\n2018-01-03 06:00:00,0.3601814780341307,-0.646818421085265,0.2979521932150158\n2018-01-03 07:00:00,0.3627426566755011,-0.6490929976718518,0.2928399831412286\n2018-01-03 08:00:00,0.3463801203689315,-0.6813698665124934,0.27689345444789265\n2018-01-03 09:00:00,0.3591400285523402,-0.6693626568655526,0.27584827542396967\n2018-01-03 10:00:00,0.3488616903085161,-0.6647111750544258,0.29145315599709687\n2018-01-03 11:00:00,0.36497199113839834,-0.6434057833362871,0.2958619212158653\n2018-01-03 12:00:00,0.3685152023930499,-0.637651338343264,0.29767358063092647\n2018-01-03 13:00:00,0.38403020700118023,-0.613623823096635,0.30560262045400466\n2018-01-03 14:00:00,0.5137468794969878,-0.4677598120489565,0.3138319613621148\n2018-01-03 15:00:00,0.5111563245715829,-0.44983430593737045,0.33509062031447856\n2018-01-03 16:00:00,0.5249515964345416,-0.4357783184006729,0.33519563075177716\n2018-01-03 17:00:00,0.5279759033807978,-0.4404179926913771,0.3278974943981621\n2018-01-03 18:00:00,0.5398496754198755,-0.4299501188840634,0.3260804199575063\n2018-01-03 19:00:00,0.5737152133297359,-0.39271419237530375,0.32902339843368816\n2018-01-03 20:00:00,0.6109244645086501,-0.3448671532352588,0.33891888967354167\n2018-01-03 21:00:00,0.6384339271179021,-0.303547677980653,0.35249103153621336\n2018-01-03 22:00:00,0.6644791619069451,-0.2780561818928551,0.3507006155831212\n2018-01-03 23:00:00,0.7121801269488535,-0.22603858928652384,0.354214923590789\n2018-01-04 00:00:00,0.7549681837370511,-0.1762322673292056,0.36089050701739583\n2018-01-04 01:00:00,0.7788973561223703,-0.1448982982009437,0.3677756441526432\n2018-01-04 02:00:00,0.8022964457631465,-0.11113523874008914,0.3777679055687036\n2018-01-04 03:00:00,0.8065714769793425,-0.09357219931701985,0.39064380352105604\n2018-01-04 04:00:00,0.8402415764237608,-0.062234220659781084,0.38784956325500114\n2018-01-04 05:00:00,0.8570518799439072,-0.03155991447324173,0.40153030123424566\n2018-01-04 06:00:00,0.8691402522027232,-0.013137710541421772,0.4080862169691163\n2018-01-04 07:00:00,0.8690281794055518,-0.013539779496182035,0.4075946020257858\n2018-01-04 08:00:00,0.850950406039603,-0.025639238609782795,0.413664545168286\n2018-01-04 09:00:00,0.8302722631969666,-0.043066561579513926,0.4170054704004805\n2018-01-04 10:00:00,0.8339777209121849,-0.040668602667020784,0.41585613912999186\n2018-01-04 11:00:00,0.8355496638382207,-0.04440782480812465,0.41024814924273517\n2018-01-04 12:00:00,0.8377181386442598,-0.04838016638421547,0.40426652861796836\n2018-01-04 13:00:00,0.8299493337423928,-0.05468317851844251,0.4058496051388171\n2018-01-04 14:00:00,0.8534746136182625,-0.029366024894327495,0.40748752779133485\n2018-01-04 15:00:00,0.8608196464858505,-0.011375757837462726,0.4175015126338122\n2018-01-04 16:00:00,0.8636089167163079,-0.0023775985923070657,0.4236006121211286\n2018-01-04 17:00:00,0.8549743793775716,-0.006148453258123788,0.42834562483262345\n2018-01-04 18:00:00,0.8479691328371362,0.012547832255314648,0.42910365944391965\n2018-01-04 19:00:00,0.8490895888043893,0.011330148100474946,0.42945471098795673\n2018-01-04 20:00:00,0.84388201662508,0.016087088571862716,0.43001008525781714\n2018-01-04 21:00:00,0.8445302278479616,0.010552135433061386,0.43513064934806717\n2018-01-04 22:00:00,0.8449814152802713,0.008635399078922584,0.43656457401753246\n2018-01-04 23:00:00,0.8382652787482481,0.018950061108230425,0.43265531958886155\n2018-01-05 00:00:00,0.8426262215382194,0.01881703725787071,0.4286465817149651\n2018-01-05 01:00:00,0.8354676190902571,0.027477183787373082,0.42702220233946026\n2018-01-05 02:00:00,0.8234401362025796,0.03938294393696113,0.42684810716212385\n2018-01-05 03:00:00,0.8209804931675415,0.034836215994302505,0.4340064743798433\n2018-01-05 04:00:00,0.8105237955163617,0.03858061155763117,0.44052189430263844\n2018-01-05 05:00:00,0.8098450954114096,0.03042517114708133,0.4499390263752873\n2018-01-05 06:00:00,0.8125409737937435,0.020067674420688186,0.4574004684913698\n2018-01-05 07:00:00,0.819892018267878,0.013330787402123416,0.456662005831428\n2018-01-05 08:00:00,0.8260642581234862,-0.0009070085412104738,0.4626748478214085\n2018-01-05 09:00:00,0.8231862344181751,-0.003521477761695685,0.46262903158259805\n2018-01-05 10:00:00,0.8200153153279925,-0.005068076671243716,0.46420917083611724\n2018-01-05 11:00:00,0.7029736733974465,-0.08811427093048131,0.4941925176198577\n2018-01-05 12:00:00,0.6946144674148085,-0.09560784477671701,0.4948619039811347\n2018-01-05 13:00:00,0.6747808033416932,-0.10789939758162999,0.5020948137892342\n2018-01-05 14:00:00,0.6595836087379991,-0.11585073205176967,0.5093269994288947\n2018-01-05 15:00:00,0.6462776608977604,-0.12677647569580558,0.5111714188224131\n2018-01-05 16:00:00,0.6416266422358358,-0.13340415761334734,0.5089977047425507\n2018-01-05 17:00:00,0.644341303304267,-0.13324891788398482,0.5057623311071576\n2018-01-05 18:00:00,0.6278825707089662,-0.14323472260190462,0.5118815601098505\n2018-01-05 19:00:00,0.621688948409789,-0.14931824490864654,0.5117133594306652\n2018-01-05 20:00:00,0.6159451371796754,-0.1552751063516988,0.5110588999558711\n2018-01-05 21:00:00,0.6028394729146441,-0.1711740335354743,0.507605784734606\n2018-01-05 22:00:00,0.5948103792451532,-0.17399148805109974,0.512325698052246\n2018-01-05 23:00:00,0.589396993009832,-0.17440630096794757,0.5170421764776002\n2018-01-06 00:00:00,0.5907619897162912,-0.17366555060806388,0.5161587308834602\n2018-01-06 01:00:00,0.592337414431171,-0.17141681106289477,0.5167637481200872\n2018-01-06 02:00:00,0.5937199217915741,-0.17414696706816282,0.5123285787053201\n2018-01-06 03:00:00,0.6053604353981513,-0.1759951490216667,0.49878754097890327\n2018-01-06 04:00:00,0.6289669378595791,-0.16373052023314694,0.4875317750822594\n2018-01-06 05:00:00,0.6376968769839545,-0.15383305738372605,0.4889581914719472\n2018-01-06 06:00:00,0.6448777712579277,-0.1414002458211995,0.49416918068743954\n2018-01-06 07:00:00,0.6506362954260939,-0.13749999470784527,0.49255540923290136\n2018-01-06 08:00:00,0.6643337665908439,-0.12810079832338583,0.48837407237716585\n2018-01-06 09:00:00,0.665708395322123,-0.12224625225277483,0.49302500448715303\n2018-01-06 10:00:00,0.6712024583902728,-0.11629031867926314,0.4937579329991885\n2018-01-06 11:00:00,0.6785640604786182,-0.10595970134802672,0.4966278469780876\n2018-01-06 12:00:00,0.6775812403445869,-0.10912022180453877,0.49444217115927686\n2018-01-06 13:00:00,0.6924351093332711,-0.09758394622573845,0.4909265922933166\n2018-01-06 14:00:00,0.69926743244251,-0.08863496350967301,0.4931152852100748\n2018-01-06 15:00:00,0.7097358725801834,-0.07622478251472885,0.49549883367665026\n2018-01-06 16:00:00,0.7111200205732303,-0.06471267621986249,0.5061344617344673\n2018-01-06 17:00:00,0.7196077154888438,-0.04890029928257055,0.5142076763774635\n2018-01-06 18:00:00,0.7459099477790085,-0.01567547541121347,0.5212670948938454\n2018-01-06 19:00:00,0.7422292329430515,-0.02099684159106899,0.5197101029332977\n2018-01-06 20:00:00,0.7492320082521612,-0.029757597948978982,0.5044431998205183\n2018-01-06 21:00:00,0.7602033833589681,-0.018774417859173307,0.5046866602900385\n2018-01-06 22:00:00,0.7466001076594423,-0.034251234104977976,0.5036204792690712\n2018-01-06 23:00:00,0.7542811446101343,-0.03139384804184462,0.49967683761974846\n2018-01-07 00:00:00,0.7345028254662441,-0.05277390365790555,0.49861507304675473\n2018-01-07 01:00:00,0.7377168903869298,-0.06430087959070492,0.4840716727446596\n2018-01-07 02:00:00,0.7293710328907304,-0.09173395224610738,0.4655678727252102\n2018-01-07 03:00:00,0.7258214646186966,-0.11957558922023202,0.4417099310245225\n2018-01-07 04:00:00,0.7381117900696753,-0.11741724867175643,0.4320531220653562\n2018-01-07 05:00:00,0.5172710187651849,-0.393924394945237,0.385263796681414\n2018-01-07 06:00:00,0.5274436443464617,-0.4561585528719464,0.3123381657760639\n2018-01-07 07:00:00,0.5275269916131393,-0.49143581207435566,0.2767339212073282\n2018-01-07 08:00:00,0.5079291896779442,-0.5331265196881781,0.254385282394435\n2018-01-07 09:00:00,0.5139042261009378,-0.5389950535313041,0.2424705842499192\n2018-01-07 10:00:00,0.4913985294235295,-0.5944409844469043,0.2099648676285282\n2018-01-07 11:00:00,0.49969068032394154,-0.6130628258252906,0.18303183503764703\n2018-01-07 12:00:00,0.5011139578660851,-0.6247329834803237,0.17027752460523973\n2018-01-07 13:00:00,0.4990728309258696,-0.65107190148601,0.14631031098825678\n2018-01-07 14:00:00,0.49327807485691266,-0.680924500242984,0.12326368982603361\n2018-01-07 15:00:00,0.49183203011491755,-0.7068958428527561,0.09941157379515672\n2018-01-07 16:00:00,0.5067245602841439,-0.7147675941799749,0.07705454745474745\n2018-01-07 17:00:00,0.5154271709411851,-0.7066701471683812,0.07718861334881266\n2018-01-07 18:00:00,0.5113827373381813,-0.7065940677457077,0.08182340580666947\n2018-01-07 19:00:00,0.49316769606823346,-0.7261938986520542,0.08084114911763099\n2018-01-07 20:00:00,0.47763616387977736,-0.7432431791006529,0.07950004881989516\n2018-01-07 21:00:00,0.44736701401521595,-0.786443412974736,0.06722037171335857\n2018-01-07 22:00:00,0.4518283656168659,-0.8054677218974533,0.04462946873472613\n2018-01-07 23:00:00,0.4272510124196702,-0.8396178551997387,0.03601647487312419\n2018-01-08 00:00:00,0.3995154325723069,-0.8738778132602064,0.029658705773336843\n2018-01-08 01:00:00,0.3371333210221509,-0.957220903673046,-0.009527820146428657\n2018-01-08 02:00:00,0.3094696264130634,-0.946480245162303,-0.04844567292763147\n2018-01-08 03:00:00,0.2347224525769152,-1.000602899883729,-0.07007141422046177\n2018-01-08 04:00:00,0.22581559551778066,-0.9906693409692714,-0.08913411011687365\n2018-01-08 05:00:00,0.2079395229169758,-1.0096129530375921,-0.0886931591426308\n2018-01-08 06:00:00,0.19086010973308304,-1.0271284605955733,-0.08843095487101074\n2018-01-08 07:00:00,0.18629346799379784,-1.023806562462519,-0.09605778923691205\n2018-01-08 08:00:00,0.18331396227569668,-1.0297266325093373,-0.09301600426568678\n2018-01-08 09:00:00,0.18538604810986062,-1.0311815955147132,-0.08911618206467589\n2018-01-08 10:00:00,0.15132575838728324,-1.0533054858338669,-0.10092943113088995\n2018-01-08 11:00:00,0.13851934698455873,-1.0500422256657787,-0.11697214715348968\n2018-01-08 12:00:00,0.14630627335470717,-1.0531563957876033,-0.10565679523731307\n2018-01-08 13:00:00,0.18107694062610055,-1.0383388070242252,-0.08521548396761117\n2018-01-08 14:00:00,0.19564705705099003,-1.0316285462737176,-0.07693014613459045\n2018-01-08 15:00:00,0.2141590116310294,-1.012206690828915,-0.07742801872981983\n2018-01-08 16:00:00,0.2485007278893704,-0.9833810040589978,-0.07160948918491647\n2018-01-08 17:00:00,0.2855102917179795,-0.9605371251618737,-0.05696133507564757\n2018-01-08 18:00:00,0.2904829143878133,-0.9528215415974327,-0.058717587299864635\n2018-01-08 19:00:00,0.3323731836394776,-0.9236751501309188,-0.045510710316011706\n2018-01-08 20:00:00,0.3751165011311322,-0.9145887946056235,-0.011004711457428314\n2018-01-08 21:00:00,0.44550262389206474,-0.827656058820614,0.025583746805574622\n2018-01-08 22:00:00,0.4783887886857761,-0.7428459481073009,0.07626300980432046\n2018-01-08 23:00:00,0.509138259890891,-0.663323837647355,0.12427729503216853\n2018-01-09 00:00:00,0.5138183613999652,-0.6208718125277014,0.1615071070326903\n2018-01-09 01:00:00,0.5328646227019251,-0.5786213851321658,0.1846198521260935\n2018-01-09 02:00:00,0.5562330364165942,-0.5296981011992696,0.21013042577584848\n2018-01-09 03:00:00,0.08773651540543723,-0.760165354361423,0.44657379805274244\n2018-01-09 04:00:00,0.0572649659264622,-0.8062152591715304,0.4299657047182836\n2018-01-09 05:00:00,0.01113161816395768,-0.8675723576101474,0.4147136158506155\n2018-01-09 06:00:00,-0.028857244721269985,-0.8869515870597605,0.37733419296749626\n2018-01-09 07:00:00,-0.05227993444542611,-0.8968322972842567,0.3442743319006928\n2018-01-09 08:00:00,-0.07613687490086597,-0.9007694971565828,0.31673119920669307\n2018-01-09 09:00:00,-0.10501102799579762,-0.8919433112903866,0.29734082650064453\n2018-01-09 10:00:00,-0.14169177861027318,-0.8795947068048805,0.2738227736889829\n2018-01-09 11:00:00,-0.17016953291884607,-0.876685901125106,0.2492671191827319\n2018-01-09 12:00:00,-0.19892095243351873,-0.8762992252067672,0.22121500350942758\n2018-01-09 13:00:00,-0.21529741473201033,-0.886324903359153,0.19536444631626806\n2018-01-09 14:00:00,-0.2328969641684215,-0.878998419041428,0.1856179689059663\n2018-01-09 15:00:00,-0.26091395530064215,-0.8788008617890443,0.15820971933637124\n2018-01-09 16:00:00,-0.2666043831475934,-0.8908924047781575,0.14036373088463844\n2018-01-09 17:00:00,-0.2686417563202358,-0.8945091791709662,0.13430384731765665\n2018-01-09 18:00:00,-0.26737511776269257,-0.8931760406642693,0.13638844835499603\n2018-01-09 19:00:00,-0.2753542606301394,-0.8908760339756823,0.13054731663563307\n2018-01-09 20:00:00,-0.2800568091895673,-0.887538899298805,0.12889982146264287\n2018-01-09 21:00:00,-0.2862384467188119,-0.8847669849249483,0.12552265495197926\n2018-01-09 22:00:00,-0.28530514884058017,-0.8811024253265745,0.12997125173575222\n2018-01-09 23:00:00,-0.2967700970701164,-0.8703792385547425,0.12877595163697675\n2018-01-10 00:00:00,-0.2962082356203461,-0.8687570482115127,0.13103688338892416\n2018-01-10 01:00:00,-0.30722336533087125,-0.8625962052470374,0.12624547091283608\n2018-01-10 02:00:00,-0.29950098024956684,-0.8625301019893782,0.13386726297711624\n2018-01-10 03:00:00,-0.29824652388962647,-0.8595076631981389,0.13761733847232221\n2018-01-10 04:00:00,-0.30774217879670207,-0.8555387179465999,0.1322951666919419\n2018-01-10 05:00:00,-0.3146952363961136,-0.8536346719013134,0.12728230995676984\n2018-01-10 06:00:00,-0.31462815838739555,-0.8534543964565315,0.12762881323344943\n2018-01-10 07:00:00,-0.33257125394221454,-0.8473682034521168,0.11620561468785846\n2018-01-10 08:00:00,-0.3345847461533748,-0.8461709697645967,0.11590050498416167\n2018-01-10 09:00:00,-0.33818610850106195,-0.8417573210942175,0.11725203721187404\n2018-01-10 10:00:00,-0.35470548747995095,-0.8299047081469592,0.11320645995521143\n2018-01-10 11:00:00,-0.36157047664221714,-0.8261698007832639,0.11058765194991281\n2018-01-10 12:00:00,-0.3719081264033069,-0.8304705827048852,0.09672722667836443\n2018-01-10 13:00:00,-0.38591995204455193,-0.8434813978748456,0.07092006479620709\n2018-01-10 14:00:00,-0.3996234863749998,-0.8487147272105857,0.05305916619943306\n2018-01-10 15:00:00,-0.4058625478937339,-0.8505371196148241,0.045710919152229496\n2018-01-10 16:00:00,-0.39897570927072595,-0.8543660005992613,0.049370803289544574\n2018-01-10 17:00:00,-0.4062422045213144,-0.8479566365528433,0.04943197768193532\n2018-01-10 18:00:00,-0.4096832122250006,-0.8409730179060247,0.05363774657672397\n2018-01-10 19:00:00,-0.417239187143202,-0.838850783121229,0.04846430317242895\n2018-01-10 20:00:00,-0.4211396238992151,-0.8526735192804966,0.031264888320063924\n2018-01-10 21:00:00,-0.4263569013114785,-0.8576940254860645,0.02181706898241942\n2018-01-10 22:00:00,-0.4248584944226026,-0.8526243552193316,0.02889978282822589\n2018-01-10 23:00:00,-0.4214464360805945,-0.8413583861964008,0.04345821119366201\n2018-01-11 00:00:00,-0.4178007981462446,-0.8367370083404883,0.051458418352037454\n2018-01-11 01:00:00,-0.4059440150175135,-0.8371002406375594,0.06270051003131394\n2018-01-11 02:00:00,-0.40866673982754065,-0.8347616468286392,0.06219808067121298\n2018-01-11 03:00:00,-0.3960008406009209,-0.837601920127003,0.07162856432878657\n2018-01-11 04:00:00,-0.39659214717167973,-0.830450549258008,0.07762660585500741\n2018-01-11 05:00:00,-0.3990800718687845,-0.8289365086876114,0.07673651047870955\n2018-01-11 06:00:00,-0.4003040241306157,-0.8284656029411197,0.07538586082626667\n2018-01-11 07:00:00,-0.3874534060221714,-0.8308955833937226,0.08535807461182225\n2018-01-11 08:00:00,-0.3904297461889215,-0.831446661094161,0.08184199502284514\n2018-01-11 09:00:00,-0.3820894776517725,-0.8304818170834953,0.0909140870798818\n2018-01-11 10:00:00,-0.3782310317527026,-0.8329620593868127,0.09257977418863074\n2018-01-11 11:00:00,-0.37229801532457296,-0.8384312947199999,0.09283101474670805\n2018-01-11 12:00:00,-0.35756018897963227,-0.8453365150596539,0.1003410066061038\n2018-01-11 13:00:00,-0.34858258883046167,-0.8492570467955781,0.1048083069926624\n2018-01-11 14:00:00,-0.3552206091294756,-0.847175352889342,0.09980780476045727\n2018-01-11 15:00:00,-0.35025840729967506,-0.8546487673002443,0.09705306098764876\n2018-01-11 16:00:00,-0.3433949714940813,-0.8604968665409923,0.0980791423452357\n2018-01-11 17:00:00,-0.3528470266914092,-0.8519629596878916,0.09705675902257595\n2018-01-11 18:00:00,-0.3568112672359343,-0.8510493188847806,0.09381627842230951\n2018-01-11 19:00:00,-0.3474527748486306,-0.8541915516808084,0.09978297151561653\n2018-01-11 20:00:00,-0.33803263482140916,-0.8558729263276601,0.10638831327099207\n2018-01-11 21:00:00,-0.34662822588512415,-0.8530683984240388,0.1006015926118902\n2018-01-11 22:00:00,-0.3553495781786087,-0.8572453922065907,0.08819642199201373\n2018-01-11 23:00:00,-0.36318693690306936,-0.865669337959853,0.07204167226619869\n2018-01-12 00:00:00,-0.3477841949012441,-0.8814249026370914,0.07140586064043342\n2018-01-12 01:00:00,-0.3224034127904037,-0.8978099715801255,0.08022497122200248\n2018-01-12 02:00:00,-0.3182839239934711,-0.8986156341459373,0.08262807655884853\n2018-01-12 03:00:00,-0.3248681772863194,-0.8982455412014656,0.07622641990752117\n2018-01-12 04:00:00,-0.3318277496734355,-0.8942333648063693,0.07370214848839467\n2018-01-12 05:00:00,-0.3220280064600452,-0.9031910969710643,0.07447678751641139\n2018-01-12 06:00:00,-0.3084097489104989,-0.9036534828777251,0.08726587808286268\n2018-01-12 07:00:00,-0.2879888109575979,-0.9160726740959362,0.09465438950809042\n2018-01-12 08:00:00,-0.27152948246437353,-0.9204046886193635,0.10586416635124303\n2018-01-12 09:00:00,-0.242921023417406,-0.927566218824055,0.12677357340147688\n2018-01-12 10:00:00,-0.24713026632902882,-0.9161333003595726,0.13374155184168612\n2018-01-12 11:00:00,-0.24283294534789313,-0.913516699158853,0.14115021337611763\n2018-01-12 12:00:00,-0.2339675260788852,-0.9247726238698613,0.13906923687199108\n2018-01-12 13:00:00,-0.22933798179793047,-0.925992150724149,0.1420921673311367\n2018-01-12 14:00:00,-0.22085113284121166,-0.9272467432275701,0.14940392343192366\n2018-01-12 15:00:00,-0.21233395587956058,-0.9326137017068786,0.1527308802420621\n2018-01-12 16:00:00,-0.22749878501740153,-0.928234113999613,0.14223992168442898\n2018-01-12 17:00:00,-0.23079397506227767,-0.9395172571574841,0.12811666079327758\n2018-01-12 18:00:00,-0.23024470260567179,-0.9546444716246578,0.11369285275100567\n2018-01-12 19:00:00,-0.22211340317671252,-0.967172971459082,0.1090453567667965\n2018-01-12 20:00:00,-0.23178413667923514,-0.9750346889524748,0.09123612998221059\n2018-01-12 21:00:00,-0.2208228816606146,-0.981034582201249,0.09606867546813151\n2018-01-12 22:00:00,-0.24375148308731232,-0.9532258785750439,0.10026120794878529\n2018-01-12 23:00:00,-0.25084591447854576,-0.9467508354569767,0.09967363742827186\n2018-01-13 00:00:00,-0.24733812066477023,-0.9429645665911733,0.10689992146855039\n2018-01-13 01:00:00,-0.23671762315681197,-0.9447222082377427,0.1151960767276328\n2018-01-13 02:00:00,-0.2256862523047953,-0.9463557278700735,0.1245702720489115\n2018-01-13 03:00:00,-0.22577059581170997,-0.9435017408680595,0.1274700994634843\n2018-01-13 04:00:00,-0.2208796067429929,-0.9448512576296599,0.13159181959818325\n2018-01-13 05:00:00,-0.1955932794818918,-0.9576698184537437,0.14435541415207334\n2018-01-13 06:00:00,-0.18535288562225402,-0.9601380109279508,0.1525492171078361\n2018-01-13 07:00:00,-0.1794899756490412,-0.9714435829137348,0.14712148549337506\n2018-01-13 08:00:00,-0.15180803192115386,-0.9908601256028553,0.15566952727639666\n2018-01-13 09:00:00,-0.12148300004462144,-1.0055225000680637,0.1712911435836264\n2018-01-13 10:00:00,-0.11692987207356545,-1.007730279465113,0.17311329007167325\n2018-01-13 11:00:00,-0.10758042483419564,-1.0093340355546219,0.1810711568779281\n2018-01-13 12:00:00,-0.10825658947690533,-1.0082047771571097,0.18137674961037448\n2018-01-13 13:00:00,-0.11846184620253324,-1.008029634442045,0.17078460062687945\n2018-01-13 14:00:00,-0.08669159222882106,-1.024348215870669,0.18580534440570087\n2018-01-13 15:00:00,-0.095564875722291,-1.0119699216626368,0.18870402620845186\n2018-01-13 16:00:00,-0.08897571420727746,-1.0131710378961802,0.19390332155619372\n2018-01-13 17:00:00,-0.10213517580349077,-1.0079525704395664,0.18517017740658145\n2018-01-13 18:00:00,-0.0727580933054101,-1.013706521066558,0.2088808292449038\n2018-01-13 19:00:00,-0.08656861241718448,-1.0054288205825586,0.2024784488514242\n2018-01-13 20:00:00,-0.06393576805968032,-1.0091096079105815,0.22169947282928268\n2018-01-13 21:00:00,-0.07467701156182344,-0.9898682127883374,0.22946466358445183\n2018-01-13 22:00:00,-0.07334560885592945,-0.9795478709222232,0.24115895102440388\n2018-01-13 23:00:00,-0.03525949555261514,-0.9808993840446094,0.2777509896120826\n2018-01-14 00:00:00,-0.027827515362394306,-0.7598646136563598,0.4892577135508947\n2018-01-14 01:00:00,-0.09013204898445917,-0.6789979407293735,0.5094795236616508\n2018-01-14 02:00:00,-0.13028263036819746,-0.6573629465678176,0.49276574289075536\n2018-01-14 03:00:00,-0.14856144996121887,-0.6531118989356604,0.47990488265748904\n2018-01-14 04:00:00,-0.15589539717380851,-0.648821502759036,0.4773352840860318\n2018-01-14 05:00:00,-0.171723293820901,-0.6361933016962532,0.474464074223875\n2018-01-14 06:00:00,-0.17960782833911476,-0.6312347133414447,0.47161272010071054\n2018-01-14 07:00:00,-0.20130580402092277,-0.6173318790017944,0.46385219879594924\n2018-01-14 08:00:00,-0.2196133293729299,-0.6097011265565768,0.45329878514194677\n2018-01-14 09:00:00,-0.2291015211857275,-0.6064657148310941,0.44725829283017005\n2018-01-14 10:00:00,-0.2282321212584109,-0.6041168262704937,0.45061181548362667\n2018-01-14 11:00:00,-0.2254098711372921,-0.595936308817245,0.46150280017499784\n2018-01-14 12:00:00,-0.22307154966261034,-0.5923502178947265,0.46767182226811377\n2018-01-14 13:00:00,-0.22817724511273568,-0.5860885396893628,0.4690010170659464\n2018-01-14 14:00:00,-0.22317693478556472,-0.5811399673559231,0.479360403565908\n2018-01-14 15:00:00,-0.21644123827442982,-0.5767938180149736,0.4911533271291748\n2018-01-14 16:00:00,-0.2157959482139069,-0.5764729267874791,0.4924798550095836\n2018-01-14 17:00:00,-0.20671944858014848,-0.5768472058870205,0.5011776849176025\n2018-01-14 18:00:00,-0.20234243731937948,-0.578865428251026,0.5037285756879355\n2018-01-14 19:00:00,-0.19636835486127371,-0.5801994733239536,0.5081714031940152\n2018-01-14 20:00:00,-0.20205321911337254,-0.5797687542858911,0.5025974404664171\n2018-01-14 21:00:00,-0.18734921037032892,-0.5796301077065819,0.5167032415873752\n2018-01-14 22:00:00,-0.1921725185876707,-0.5735205330919352,0.5178498461405863\n2018-01-14 23:00:00,-0.1925016787497755,-0.5717874958512777,0.5189743553557145\n2018-01-15 00:00:00,-0.18018980611750376,-0.5675468417890109,0.5352053486037659\n2018-01-15 01:00:00,-0.17712332922503837,-0.5655406215123755,0.5399950617992492\n2018-01-15 02:00:00,-0.18183954737281602,-0.5654299582638568,0.535085612694868\n2018-01-15 03:00:00,-0.18248311051591795,-0.5689934358245594,0.5309046218914523\n2018-01-15 04:00:00,-0.17456451508334983,-0.5717570209090129,0.5359673442134143\n2018-01-15 05:00:00,-0.15896660649184854,-0.5747981006001683,0.5479825195621038\n2018-01-15 06:00:00,-0.14664150923726182,-0.5780215729120514,0.5563751367457334\n2018-01-15 07:00:00,-0.13052819663908288,-0.5779641416465967,0.5721507716646071\n2018-01-15 08:00:00,-0.1088527509279164,-0.5829702894502808,0.5878570310062358\n2018-01-15 09:00:00,-0.10368949170211018,-0.5860892587416913,0.589053811680472\n2018-01-15 10:00:00,-0.08655340145717125,-0.5829814726301816,0.6092970412589717\n2018-01-15 11:00:00,-0.0738082716995852,-0.5855625602385615,0.6197459968070717\n2018-01-15 12:00:00,-0.05121752544522035,-0.5825653084008042,0.6446534769531719\n2018-01-15 13:00:00,-0.04838198853039744,-0.5746183994249415,0.6549296596544514\n2018-01-15 14:00:00,-0.0305205250062648,-0.5718763882333193,0.6751382270088454\n2018-01-15 15:00:00,0.02987182505477096,-0.5453903117929878,0.7018744366119682\n2018-01-15 16:00:00,0.06341632799079622,-0.5038347236930062,0.7092702789535532\n2018-01-15 17:00:00,0.09224912592862931,-0.4709455526879951,0.7136148896621655\n2018-01-15 18:00:00,0.12855639205275463,-0.43932569513139796,0.709381355102289\n2018-01-15 19:00:00,0.17021875092735445,-0.40413673638512526,0.7034636226013269\n2018-01-15 20:00:00,0.19510730294596781,-0.3841112227945459,0.6985551512240775\n2018-01-15 21:00:00,0.22546419459051656,-0.36593847698424975,0.6866609045252311\n2018-01-15 22:00:00,0.2514619714457206,-0.34086719872442894,0.685057318825916\n2018-01-15 23:00:00,0.26563544901498254,-0.324479148221949,0.6873897350765896\n2018-01-16 00:00:00,0.2737962375346799,-0.3130180671497143,0.6904060301671067\n2018-01-16 01:00:00,0.2890106667286522,-0.3000869990792105,0.6876325384652319\n2018-01-16 02:00:00,0.30037715396373105,-0.293888648735689,0.6824593078965233\n2018-01-16 03:00:00,0.30393883056723386,-0.29472430269772876,0.6781329524669222\n2018-01-16 04:00:00,0.30295344551074527,-0.2985692846409366,0.6749246651490415\n2018-01-16 05:00:00,0.3099380565847719,-0.30000249860015643,0.6666873772097388\n2018-01-16 06:00:00,0.33038419103771494,-0.2871590578836202,0.6595751946643316\n2018-01-16 07:00:00,0.3432451650830285,-0.27358422202647714,0.6603183866018136\n2018-01-16 08:00:00,0.3512022090865721,-0.2666293325416494,0.6592305514454332\n2018-01-16 09:00:00,0.3664366011942786,-0.25916879733584114,0.6519371396120539\n2018-01-16 10:00:00,0.3734904811538738,-0.2543241232192425,0.6506135724916304\n2018-01-16 11:00:00,0.3667943451305033,-0.26249458263660275,0.6498132739217992\n2018-01-16 12:00:00,0.3711342644010141,-0.25978252288670073,0.6483868486266074\n2018-01-16 13:00:00,0.3625917729056126,-0.26895042617569587,0.6483656479281171\n2018-01-16 14:00:00,0.37280279433686375,-0.26301039162986733,0.6439371901208089\n2018-01-16 15:00:00,0.3756207749597142,-0.2660543149802229,0.6385056563779171\n2018-01-16 16:00:00,0.3923677156462824,-0.25115490615380925,0.6367050263014192\n2018-01-16 17:00:00,0.39399740445187054,-0.25327256024084854,0.6334337084557276\n2018-01-16 18:00:00,0.3975192438937065,-0.24538769364481508,0.6383525104020278\n2018-01-16 19:00:00,0.4194168379204103,-0.22284490202288085,0.6386878505581386\n2018-01-16 20:00:00,0.42365912888566326,-0.21688783520833982,0.6407971913490462\n2018-01-16 21:00:00,0.4347623001233273,-0.20978898800361648,0.6372682761184123\n2018-01-16 22:00:00,0.4422644927655157,-0.20581218239818633,0.6336287369392081\n2018-01-16 23:00:00,0.4549346971043699,-0.1945536881790505,0.6323896495145803\n2018-01-17 00:00:00,0.4562973524277227,-0.1938099566883793,0.6319834011595865\n2018-01-17 01:00:00,0.45901090832104113,-0.19876051254821211,0.6243627806245882\n2018-01-17 02:00:00,0.46912359929610625,-0.19878502956528682,0.6144395028924747\n2018-01-17 03:00:00,0.473604361823314,-0.19863688943962274,0.6099055077935158\n2018-01-17 04:00:00,0.4677801254329746,-0.20328939562822002,0.6109934569946562\n2018-01-17 05:00:00,0.4728499824745029,-0.20120168243595518,0.607838453808579\n2018-01-17 06:00:00,0.46883703403351823,-0.20831296086310638,0.6045233712799397\n2018-01-17 07:00:00,0.4820672473747821,-0.1968939429638317,0.6028252260973191\n2018-01-17 08:00:00,0.46471611252556216,-0.2091356119380427,0.6079387533819546\n2018-01-17 09:00:00,0.4842472485059783,-0.19562390156778714,0.6018488941376559\n2018-01-17 10:00:00,0.47997831890812814,-0.20002049103171293,0.601929557911881\n2018-01-17 11:00:00,0.4574931766844621,-0.22558503283254916,0.5991087219177489\n2018-01-17 12:00:00,0.46337880183083635,-0.22700762933374172,0.5924159777836514\n2018-01-17 13:00:00,0.4319353996616042,-0.2592405419166204,0.5922927781964926\n2018-01-17 14:00:00,0.42435546008336006,-0.27653888864458986,0.5828513508608889\n2018-01-17 15:00:00,0.4017935140172994,-0.29340350219052425,0.5889447925029438\n2018-01-17 16:00:00,0.3955190785555297,-0.3024679916234005,0.5861710966242482\n2018-01-17 17:00:00,0.38442996267889723,-0.3176685272104921,0.5822510279385616\n2018-01-17 18:00:00,0.38533884765481585,-0.31796811532115343,0.5807239498667551\n2018-01-17 19:00:00,0.3992010233464708,-0.3017059289738312,0.583221873295943\n2018-01-17 20:00:00,0.383714113867061,-0.31581802752614563,0.5852778820086261\n2018-01-17 21:00:00,0.3920986974431267,-0.3124497155231247,0.5807824462077914\n2018-01-17 22:00:00,0.3955430807698288,-0.3075740406607657,0.5824975902366282\n2018-01-17 23:00:00,0.3839326712585513,-0.32215352697657246,0.5790472172889611\n2018-01-18 00:00:00,0.3723984888070801,-0.34282812480442587,0.5700458220670129\n2018-01-18 01:00:00,0.3688164265571349,-0.3505670512216174,0.5656416480694398\n2018-01-18 02:00:00,0.36287790538499554,-0.3576271873394384,0.5647151535374654\n2018-01-18 03:00:00,0.3605241132527709,-0.3603264308795088,0.5644557108946363\n2018-01-18 04:00:00,0.35223712454181644,-0.37515167053486503,0.5577255172893602\n2018-01-18 05:00:00,0.35278551002675007,-0.3839198377362989,0.5483868138399126\n2018-01-18 06:00:00,0.3399754555434501,-0.4053085418160178,0.5397757611977022\n2018-01-18 07:00:00,0.3511170448912674,-0.39543593277072475,0.5378117160980169\n2018-01-18 08:00:00,0.3456513249494547,-0.3930389719492063,0.5451389932702158\n2018-01-18 09:00:00,0.34118588287552015,-0.39775044116600333,0.5449601827837122\n2018-01-18 10:00:00,0.3399574506200404,-0.4012079205341498,0.5423236374251539\n2018-01-18 11:00:00,0.3404759197153165,-0.4016704691870387,0.5409254899942976\n2018-01-18 12:00:00,0.34270393892195816,-0.40267696598168223,0.538393087366731\n2018-01-18 13:00:00,0.3486126860656755,-0.3931111129478697,0.5425855433375701\n2018-01-18 14:00:00,0.3351555206820752,-0.3999113225856389,0.5491335129816869\n2018-01-18 15:00:00,0.32741825987553774,-0.41281330245066905,0.5447804960225426\n2018-01-18 16:00:00,0.33865023798154575,-0.4060624094535721,0.5401280128400286\n2018-01-18 17:00:00,0.32952162882120517,-0.4237098559306329,0.5317110064392397\n2018-01-18 18:00:00,0.31769135436158336,-0.44432528536161875,0.5231917356892324\n2018-01-18 19:00:00,0.32201849929555154,-0.4435103094475484,0.5195594626323603\n2018-01-18 20:00:00,0.31135363505996205,-0.45049089786717406,0.5229229624519577\n2018-01-18 21:00:00,0.531525270965839,-0.2908843578583782,0.4633142415485444\n2018-01-18 22:00:00,0.5384496299415784,-0.26845011489797266,0.4795273387225241\n2018-01-18 23:00:00,0.5454750207168566,-0.26160683818676556,0.47930243536242934\n2018-01-19 00:00:00,0.5495423172292364,-0.25752289387194394,0.47907767404603546\n2018-01-19 01:00:00,0.5503779127158466,-0.2561770920642263,0.4793743845002239\n2018-01-19 02:00:00,0.5449143452686316,-0.2621111471809447,0.4789439174798274\n2018-01-19 03:00:00,0.5481934824743561,-0.25439570881625895,0.48317527544825\n2018-01-19 04:00:00,0.5433005936086892,-0.2576406389705471,0.48454114591550496\n2018-01-19 05:00:00,0.54287263193348,-0.2587578990205083,0.4838723005662398\n2018-01-19 06:00:00,0.5433712352057358,-0.25711363144012417,0.4848326011298297\n2018-01-19 07:00:00,0.5462255635341883,-0.24993431592926932,0.4890052170414989\n2018-01-19 08:00:00,0.5428169855155354,-0.2529114245528887,0.49017237262114527\n2018-01-19 09:00:00,0.545438047177531,-0.25275053572248407,0.48819438708232843\n2018-01-19 10:00:00,0.5357150250263799,-0.2623876476339053,0.488724204872647\n2018-01-19 11:00:00,0.5352175590310304,-0.26384978635596146,0.48794937673014627\n2018-01-19 12:00:00,0.5411086990641667,-0.2621491707883108,0.4839014697929959\n2018-01-19 13:00:00,0.5438592773000787,-0.26372488865239285,0.47943580528407737\n2018-01-19 14:00:00,0.5430843803906847,-0.2668291455432032,0.4771295752832843\n2018-01-19 15:00:00,0.5286643545755466,-0.28600423943040015,0.47248427065500637\n2018-01-19 16:00:00,0.5239470476820333,-0.29649746684607914,0.46686470634845156\n2018-01-19 17:00:00,0.5220974864403212,-0.29746469867688546,0.46737201917747373\n2018-01-19 18:00:00,0.5149481361067302,-0.30540861526812174,0.46607043222802613\n2018-01-19 19:00:00,0.5029820548156387,-0.3167398784650073,0.46630645771695056\n2018-01-19 20:00:00,0.5001911776825745,-0.32078736495489035,0.46442845547064676\n2018-01-19 21:00:00,0.5003500521959462,-0.32158692779643333,0.46308113935476064\n2018-01-19 22:00:00,0.49462320090926376,-0.33003069773193877,0.460399293891574\n2018-01-19 23:00:00,0.4853892801427535,-0.3426489219821801,0.456930133414834\n2018-01-20 00:00:00,0.49275898564412757,-0.3448628229458528,0.44721288008656235\n2018-01-20 01:00:00,0.4892984456766479,-0.3475386635076954,0.4475281099328205\n2018-01-20 02:00:00,0.46859284635961496,-0.3721489391526768,0.44404496006684996\n2018-01-20 03:00:00,0.46004512403222686,-0.3844488859149528,0.44013293396034353\n2018-01-20 04:00:00,0.4408317981075688,-0.4093985039558953,0.43486255752217784\n2018-01-20 05:00:00,0.4208461087432803,-0.4322892323373808,0.4322701105764433\n2018-01-20 06:00:00,0.39624939124728276,-0.4555867549043975,0.43388305072129174\n2018-01-20 07:00:00,0.3700765204031724,-0.4822440400921652,0.43352760457883044\n2018-01-20 08:00:00,0.34681553574298674,-0.5067489791746528,0.43262438199349773\n2018-01-20 09:00:00,0.3236174771941669,-0.5346507993127237,0.427972332402006\n2018-01-20 10:00:00,0.3163733213764736,-0.5425608415015533,0.42677024000054836\n2018-01-20 11:00:00,0.2961313367843901,-0.5638981757555447,0.42595970800405486\n2018-01-20 12:00:00,0.2931928841818669,-0.5686587506306128,0.42443055137319574\n2018-01-20 13:00:00,0.29591463105279414,-0.5710906758980632,0.41971369044629014\n2018-01-20 14:00:00,0.28268305264361016,-0.5890281014490065,0.41522803680920867\n2018-01-20 15:00:00,0.2806393132489163,-0.592787683277439,0.414052183025537\n2018-01-20 16:00:00,0.28546457012450194,-0.5923983625502401,0.41028950657222735\n2018-01-20 17:00:00,0.27652910617503246,-0.6062213850384873,0.406211640634836\n2018-01-20 18:00:00,0.26992196274766267,-0.6228093630292377,0.3970310200498805\n2018-01-20 19:00:00,0.26278749959428643,-0.6437712490374214,0.3840674450061321\n2018-01-20 20:00:00,0.2638569695105946,-0.6591253357692933,0.3679646080481279\n2018-01-20 21:00:00,0.2574930044916146,-0.6790796875515998,0.3548734519798566\n2018-01-20 22:00:00,0.2665706508987236,-0.6793861734236062,0.3456655327154232\n2018-01-20 23:00:00,0.2684494429711543,-0.6805304694649438,0.34286324039686183\n2018-01-21 00:00:00,0.2744411090579349,-0.6776143092977663,0.34008377887718344\n2018-01-21 01:00:00,0.27960918431253406,-0.6756930837578741,0.33699546985499484\n2018-01-21 02:00:00,0.2976450424391961,-0.657279743994326,0.3379434615260979\n2018-01-21 03:00:00,0.30692672296360635,-0.6406507441620392,0.3461714326325805\n2018-01-21 04:00:00,0.31898593484735976,-0.6183460458819641,0.35680693099613026\n2018-01-21 05:00:00,0.33298902099941247,-0.5903331999446588,0.3711933857796648\n2018-01-21 06:00:00,0.3456285164140332,-0.5691514828602829,0.38008878601889906\n2018-01-21 07:00:00,0.3631579022003082,-0.5478832854405076,0.3844186834920648\n2018-01-21 08:00:00,0.3718958242658267,-0.5375910465558196,0.38628405341921135\n2018-01-21 09:00:00,0.3908383583055351,-0.5157583563425568,0.3894557621020956\n2018-01-21 10:00:00,0.39640108903386667,-0.5058784698012484,0.394066052998096\n2018-01-21 11:00:00,0.40387697646608406,-0.49459708704357025,0.3982395185601596\n2018-01-21 12:00:00,0.4024639044127711,-0.4945155150740983,0.3997799853396925\n2018-01-21 13:00:00,0.40587926559227455,-0.494700317322825,0.39594779793864865\n2018-01-21 14:00:00,0.39894370804875673,-0.5086814377304498,0.38944489934570486\n2018-01-21 15:00:00,0.391309200226433,-0.5197785495454753,0.38650714187396334\n2018-01-21 16:00:00,0.3803440274692485,-0.5334544021471255,0.38398929774336543\n2018-01-21 17:00:00,0.38797235295250676,-0.5222089252305744,0.3869825581653826\n2018-01-21 18:00:00,0.37387931040429456,-0.5328465376928635,0.3901514421861742\n2018-01-21 19:00:00,0.3741269677363661,-0.5366824594453418,0.3859401562660697\n2018-01-21 20:00:00,0.38015064363110385,-0.5319442593647222,0.38416068590854763\n2018-01-21 21:00:00,0.38075604059109175,-0.5276981148841239,0.38731462536280264\n2018-01-21 22:00:00,0.37691218662386705,-0.5303059573044154,0.3886385027078419\n2018-01-21 23:00:00,0.3663077256380288,-0.5407303102986624,0.3889264297885138\n2018-01-22 00:00:00,0.34992596415768323,-0.5590665443309041,0.38715858568086564\n2018-01-22 01:00:00,0.33908336406278394,-0.575879199914771,0.3817014764672974\n2018-01-22 02:00:00,0.33544547913673284,-0.5826948947293198,0.3788276029570582\n2018-01-22 03:00:00,0.3153338492850951,-0.6056844850238089,0.37646227698900253\n2018-01-22 04:00:00,0.32131147222776657,-0.607105327004661,0.36986577700546797\n2018-01-22 05:00:00,0.30061306743650323,-0.6386466089852604,0.35998888783970584\n2018-01-22 06:00:00,0.298399958437325,-0.6512922130490576,0.3499022691283942\n2018-01-22 07:00:00,0.2882006713298185,-0.6780421942513998,0.33396779107146823\n2018-01-22 08:00:00,0.29847908171563886,-0.6673983227688882,0.33408570409543215\n2018-01-22 09:00:00,0.28205968479684707,-0.6846443909017165,0.333704645353473\n2018-01-22 10:00:00,0.2742127794407806,-0.696706434533078,0.33020343992517504\n2018-01-22 11:00:00,0.2660077318895245,-0.7186342328126447,0.31678403239857145\n2018-01-22 12:00:00,0.26163459789343707,-0.7291697676864574,0.31069886670865504\n2018-01-22 13:00:00,0.2671493369239402,-0.7419639360986489,0.2918911148075003\n2018-01-22 14:00:00,0.28566863277521265,-0.7158688965453639,0.29963943303688895\n2018-01-22 15:00:00,0.2969474459570215,-0.684279272297658,0.3192054510706322\n2018-01-22 16:00:00,0.29259197493461686,-0.6765326976115381,0.33172190382471634\n2018-01-22 17:00:00,0.28830156698678056,-0.6732220083201064,0.3394502772166258\n2018-01-22 18:00:00,0.26793392874811434,-0.6971316276156639,0.3358644010358444\n2018-01-22 19:00:00,0.28526646387587085,-0.6804481484925976,0.33463028191957744\n2018-01-22 20:00:00,0.2611709460396937,-0.6999824889218035,0.33903523709949424\n2018-01-22 21:00:00,0.2509097656986363,-0.7068907999477329,0.34182210541117775\n2018-01-22 22:00:00,0.24698280421108937,-0.712327320899802,0.34008037190633306\n2018-01-22 23:00:00,0.2693312226452262,-0.6889542574174496,0.3407011541331098\n2018-01-23 00:00:00,0.24254970535107298,-0.7184114332593462,0.3383745222753212\n2018-01-23 01:00:00,0.2600009575904978,-0.698591150500868,0.3399849906151292\n2018-01-23 02:00:00,0.2576128657666363,-0.7033989200346507,0.3373669726489516\n2018-01-23 03:00:00,0.266395946596624,-0.6904821586097941,0.3420109933772011\n2018-01-23 04:00:00,0.25766481353832604,-0.6990196340351941,0.3420249173095763\n2018-01-23 05:00:00,0.27389657880080026,-0.6893640454811382,0.3353744455039935\n2018-01-23 06:00:00,0.2785171038098027,-0.6851747351245449,0.33466546138321235\n2018-01-23 07:00:00,0.2760635566249625,-0.6875381054717816,0.33542705841111387\n2018-01-23 08:00:00,0.298274163806244,-0.6603506040063991,0.3407915372353612\n2018-01-23 09:00:00,0.31153056483407177,-0.6388188940770285,0.3484134346360413\n2018-01-23 10:00:00,0.3356091253539922,-0.6031576400388996,0.359502402382258\n2018-01-23 11:00:00,0.33689173871068845,-0.5878131807041015,0.3733827866434873\n2018-01-23 12:00:00,0.36851143066567427,-0.5572249059111393,0.37167888523964815\n2018-01-23 13:00:00,0.38845582923772237,-0.5351741549689463,0.37315892575987664\n2018-01-23 14:00:00,0.39852692368807713,-0.5153090489086971,0.38238488928810843\n2018-01-23 15:00:00,0.4229887659806198,-0.4808470109715388,0.39270694612351453\n2018-01-23 16:00:00,0.4422948848803482,-0.4525402053884381,0.4016294296048778\n2018-01-23 17:00:00,0.4553491712999362,-0.43479325058691665,0.40672896044236584\n2018-01-23 18:00:00,0.45897020455889764,-0.42826288425504727,0.4094845176756191\n2018-01-23 19:00:00,0.4671882435261801,-0.4239306493808182,0.4058664099410504\n2018-01-23 20:00:00,0.4704604501149164,-0.4224300974626104,0.40406021100479583\n2018-01-23 21:00:00,0.4877361537308203,-0.4104131613691631,0.3986447121226573\n2018-01-23 22:00:00,0.497328608161542,-0.4013817986657077,0.3976840628617919\n2018-01-23 23:00:00,0.5261160468235696,-0.36125806891790124,0.4079231632326388\n2018-01-24 00:00:00,0.5276796289018236,-0.34704635926400534,0.4208609008048066\n2018-01-24 01:00:00,0.5146088721582346,-0.3547437998872591,0.42629496358096164\n2018-01-24 02:00:00,0.493149976417588,-0.3736474208046146,0.4289950093922839\n2018-01-24 03:00:00,0.4710613111789296,-0.401351264666294,0.4234538795853965\n2018-01-24 04:00:00,0.45647242836481916,-0.41942054187248995,0.41979077919207214\n2018-01-24 05:00:00,0.4446379768230929,-0.4329736829228802,0.4181799856762002\n2018-01-24 06:00:00,0.42530432405405894,-0.4506481497127942,0.42014739033010295\n2018-01-24 07:00:00,0.4362340299979744,-0.44975956992628424,0.4099504490920244\n2018-01-24 08:00:00,0.4361332225942608,-0.4577216302822354,0.4028223311756075\n2018-01-24 09:00:00,0.4285597641542255,-0.47003183337701687,0.3988025823192327\n2018-01-24 10:00:00,0.434081914648977,-0.46545009010793403,0.39752684054077675\n2018-01-24 11:00:00,0.4045871068285046,-0.4984306558883394,0.39432593476283867\n2018-01-24 12:00:00,0.39249608523630564,-0.5217346549363726,0.3833610042573296\n2018-01-24 13:00:00,0.3952156934061825,-0.5366015592374321,0.36609010217549637\n2018-01-24 14:00:00,0.4146461410932988,-0.5253378031653244,0.3576036526763014\n2018-01-24 15:00:00,0.41307372672361004,-0.5258724020182151,0.35829152531761027\n2018-01-24 16:00:00,0.4106679991019801,-0.5345335142729758,0.3514447196400869\n2018-01-24 17:00:00,0.42185502006550507,-0.5409068720744421,0.33363023801926134\n2018-01-24 18:00:00,0.4140635156720987,-0.5497142906680884,0.332417744286805\n2018-01-24 19:00:00,0.443154499943518,-0.5235755652857776,0.32898846921692376\n2018-01-24 20:00:00,0.45145340411708684,-0.49947923578956066,0.3446258661381514\n2018-01-24 21:00:00,0.46618363306289734,-0.47248411232913623,0.35649964181340765\n2018-01-24 22:00:00,0.47959190001002827,-0.44786745812451534,0.3677605001712917\n2018-01-24 23:00:00,0.48746048872740755,-0.43012378437234516,0.3776914083543929\n2018-01-25 00:00:00,0.48856080500441657,-0.42757330707088,0.3796675773948349\n2018-01-25 01:00:00,0.4978992600912278,-0.42723955994879825,0.371088923143977\n2018-01-25 02:00:00,0.4827629452142388,-0.4473354664702779,0.36725636162026987\n2018-01-25 03:00:00,0.4881224114568103,-0.4456115721773181,0.36400671952804076\n2018-01-25 04:00:00,0.4887446729637075,-0.4525078811897419,0.35641310509646645\n2018-01-25 05:00:00,0.5061274031118381,-0.43125500575543846,0.3607182819398423\n2018-01-25 06:00:00,0.514422659718142,-0.4223442039479187,0.36152043355854036\n2018-01-25 07:00:00,0.5124461355489845,-0.4211187936639207,0.3655947468862117\n2018-01-25 08:00:00,0.5187556378440275,-0.4090483978863516,0.372104070812945\n2018-01-25 09:00:00,0.5184990373283133,-0.4018400120553709,0.37982101454175954\n2018-01-25 10:00:00,0.5220873981932869,-0.39723794618359765,0.38081491061235895\n2018-01-25 11:00:00,0.5442505404030814,-0.37404701868319196,0.38172784627196854\n2018-01-25 12:00:00,0.5517344674913369,-0.3628018314009524,0.3862660810747455\n2018-01-25 13:00:00,0.5754066013210763,-0.33398400529558886,0.391271981725632\n2018-01-25 14:00:00,0.5839414797618854,-0.3126673059291116,0.40388259376597174\n2018-01-25 15:00:00,0.5864432284655989,-0.30463399812428116,0.4097452262805168\n2018-01-25 16:00:00,0.5910640395059119,-0.2920265405251265,0.41804516541384834\n2018-01-25 17:00:00,0.5923625898600212,-0.28997770798109485,0.41939306588425035\n2018-01-25 18:00:00,0.6157264743896658,-0.2666960210046855,0.41893754903998476\n2018-01-25 19:00:00,0.6001390554453953,-0.2766374130590655,0.42442585496118335\n2018-01-25 20:00:00,0.6078359488277851,-0.2642626322352216,0.42931553836416614\n2018-01-25 21:00:00,0.4164698403343884,-0.43802506415361037,0.4428874372455434\n2018-01-25 22:00:00,0.39579103677528876,-0.503311848607581,0.39765378074844243\n2018-01-25 23:00:00,0.3552415644078815,-0.5649814134084976,0.3768632742923172\n2018-01-26 00:00:00,0.3308935584440169,-0.6124719906608598,0.35347910895681767\n2018-01-26 01:00:00,0.3212190846869485,-0.632383377316593,0.3422421356670564\n2018-01-26 02:00:00,0.2901228458567704,-0.6653036655002371,0.34043027801906117\n2018-01-26 03:00:00,0.2514686488086689,-0.703462940382402,0.3410436437936919\n2018-01-26 04:00:00,0.24004537155018152,-0.718558618600525,0.33738523285490396\n2018-01-26 05:00:00,0.2286410378296483,-0.7349495699679448,0.3316609938287721\n2018-01-26 06:00:00,0.18798687980521953,-0.792208172776821,0.3149308451963211\n2018-01-26 07:00:00,0.18385837677147848,-0.8233306513154279,0.2874103673155539\n2018-01-26 08:00:00,0.18147489562854519,-0.8452452507905898,0.26776093853834443\n2018-01-26 09:00:00,0.20722857774677064,-0.8305532021853133,0.2569514549890627\n2018-01-26 10:00:00,0.20937897263685154,-0.8212261752729969,0.2641118594274614\n2018-01-26 11:00:00,0.23908480157257195,-0.7902574630368473,0.26528903681379834\n2018-01-26 12:00:00,0.26954855294206653,-0.742338286376454,0.28287933850205405\n2018-01-26 13:00:00,0.26737789418307256,-0.7274929218152634,0.30012678705712154\n2018-01-26 14:00:00,0.29166476917366363,-0.7026571440674987,0.3004285588460565\n2018-01-26 15:00:00,0.33625664647693737,-0.6497826525813659,0.308261672852262\n2018-01-26 16:00:00,0.36394377709404013,-0.6090548511323528,0.32109226526538864\n2018-01-26 17:00:00,0.3787703001100953,-0.5976777536302065,0.3170603265869992\n2018-01-26 18:00:00,0.395426426145206,-0.5857488126893438,0.31219643863073804\n2018-01-26 19:00:00,0.41938074218216814,-0.5653797563292542,0.30841435792764754\n2018-01-26 20:00:00,0.42403950057206014,-0.5654370005837762,0.3034776549484627\n2018-01-26 21:00:00,0.4399058785841467,-0.5516747253769327,0.3013509907158943\n2018-01-26 22:00:00,0.4458407320795659,-0.5329731341815361,0.3143296176976937\n2018-01-26 23:00:00,0.4516722767091524,-0.519217582331321,0.3225538323433372\n2018-01-27 00:00:00,0.4640449126420088,-0.5023618117137332,0.32753187371328646\n2018-01-27 01:00:00,0.46316576426758493,-0.4923897744190394,0.3386200970855068\n2018-01-27 02:00:00,0.49698708503708633,-0.44967647072145633,0.3476017993483885\n2018-01-27 03:00:00,0.4949522988322819,-0.43474328348597235,0.3652918034217085\n2018-01-27 04:00:00,0.5004332876728268,-0.41902315311621735,0.3758717825010925\n2018-01-27 05:00:00,0.5417438464468334,-0.3696080957034259,0.38446111076200745\n2018-01-27 06:00:00,0.5620296372930184,-0.3342324619349291,0.4002003944581876\n2018-01-27 07:00:00,0.5995423226349633,-0.27807811929923887,0.4191334208128609\n2018-01-27 08:00:00,0.6108677308773782,-0.2483527785060727,0.4386024053376726\n2018-01-27 09:00:00,0.6412114782256508,-0.20735825042758252,0.4499254535133994\n2018-01-27 10:00:00,0.6247687738393587,-0.21537685519510885,0.45885699347096587\n2018-01-27 11:00:00,0.6157476561999582,-0.23196117542431585,0.4521791619679736\n2018-01-27 12:00:00,0.6190053285797749,-0.24238137140513102,0.4392605683699346\n2018-01-27 13:00:00,0.6227421481770135,-0.2426261536323518,0.4355235064916153\n2018-01-27 14:00:00,0.6309560494033671,-0.2474005050618817,0.4230602298180084\n2018-01-27 15:00:00,0.6410153087923908,-0.2513103430520671,0.4092448190337502\n2018-01-27 16:00:00,0.6653022954122002,-0.23909378432442985,0.39694103977054884\n2018-01-27 17:00:00,0.680471220729737,-0.22039213150018758,0.4002702007353524\n2018-01-27 18:00:00,0.7753984021853105,-0.21270452125622732,0.3219791425332935\n2018-01-27 19:00:00,0.7903185095512703,-0.20726814568795068,0.3119443850274257\n2018-01-27 20:00:00,0.7954999685567651,-0.20497767538722222,0.30855580710946884\n2018-01-27 21:00:00,0.8207314353885878,-0.17571083278070884,0.31210721211895276\n2018-01-27 22:00:00,0.8251172231816564,-0.15564923004718287,0.3271586199278057\n2018-01-27 23:00:00,0.8480715053652034,-0.11367355694471987,0.34585637698526894\n2018-01-28 00:00:00,0.8440756585305311,-0.1146652549780779,0.34882480495242896\n2018-01-28 01:00:00,0.8591935672973359,-0.14207820816887426,0.30658495418320647\n2018-01-28 02:00:00,0.8762076530457146,-0.14729263430493317,0.2833531955716429\n2018-01-28 03:00:00,0.8938171767808903,-0.1342033427488557,0.27862358777026475\n2018-01-28 04:00:00,0.8568749416837993,-0.15806088240418048,0.2921133840037454\n2018-01-28 05:00:00,0.821184974940711,-0.19938295381836948,0.2874786297552127\n2018-01-28 06:00:00,0.7589969119147626,-0.2760646541812471,0.2733891418648735\n2018-01-28 07:00:00,0.6983181754270229,-0.3662120072430511,0.24418351488437776\n2018-01-28 08:00:00,0.6885754690923944,-0.39469927099811614,0.2257174130643431\n2018-01-28 09:00:00,0.6661413623740464,-0.4390464870744921,0.20436328420985977\n2018-01-28 10:00:00,0.6445325049924104,-0.488069318184499,0.17783130763254143\n2018-01-28 11:00:00,0.6021049414619791,-0.5561764827595963,0.1527292031995259\n2018-01-28 12:00:00,0.5802233689060696,-0.6562992565126182,0.07482279266393907\n2018-01-28 13:00:00,0.5602713437885047,-0.7389164025488753,-0.011974219535106578\n2018-01-28 14:00:00,0.4434708228157952,-0.750158269946215,-0.11695852553372904\n2018-01-28 15:00:00,0.366834672632006,-0.7584688813809756,-0.18617567940890087\n2018-01-28 16:00:00,0.3368360445106282,-0.7478793297450459,-0.22807687560824408\n2018-01-28 17:00:00,0.2784663150308783,-0.7780078538672689,-0.25681847294279336\n2018-01-28 18:00:00,-0.17764505846161782,-0.6930749895870892,-0.44821973688778344\n2018-01-28 19:00:00,-0.1733786541133347,-0.666126040992455,-0.4829986482313858\n2018-01-28 20:00:00,-0.16863104014704977,-0.6610433233699087,-0.49271556155255414\n2018-01-28 21:00:00,-0.16928443524516634,-0.6547557557063906,-0.4983487516145867\n2018-01-28 22:00:00,-0.17925715852685603,-0.6481600457248684,-0.4951926437019992\n2018-01-28 23:00:00,-0.18935146858509688,-0.6407159664376436,-0.4927815667340436\n2018-01-29 00:00:00,-0.19473130763215965,-0.6312940889262203,-0.4969707099793621\n2018-01-29 01:00:00,-0.1768990199878132,-0.641272991386065,-0.504809068509302\n2018-01-29 02:00:00,-0.1815650554026699,-0.6487441790767904,-0.4920568965283384\n2018-01-29 03:00:00,-0.1807312543314125,-0.6439819867667728,-0.49735897226778186\n2018-01-29 04:00:00,-0.17247987709273632,-0.6571130464494218,-0.4918796997568411\n2018-01-29 05:00:00,-0.15063860331753332,-0.6820351902226867,-0.4880220288757184\n2018-01-29 06:00:00,-0.15451157718603012,-0.6820581031846689,-0.4834622033986985\n2018-01-29 07:00:00,-0.15696725141214898,-0.6875975397459995,-0.47558430400379914\n2018-01-29 08:00:00,-0.16083087853997236,-0.6958874214632796,-0.46304076803753463\n2018-01-29 09:00:00,-0.16020559453333624,-0.6959120463518819,-0.4637916254203375\n2018-01-29 10:00:00,-0.15869540742289004,-0.7040145075014758,-0.45773138701453053\n2018-01-29 11:00:00,-0.14962401103005582,-0.7139964602837953,-0.4568573597074999\n2018-01-29 12:00:00,-0.1387121852956091,-0.7180401774070181,-0.4640258659435422\n2018-01-29 13:00:00,-0.1346311161785812,-0.7210008328950742,-0.4650294004608749\n2018-01-29 14:00:00,-0.12788806616772144,-0.722068657961529,-0.4702802027837616\n2018-01-29 15:00:00,-0.13324229689881337,-0.7189839994289297,-0.4684091375935416\n2018-01-29 16:00:00,-0.14010619246559544,-0.7189717047194543,-0.46250447543904166\n2018-01-29 17:00:00,-0.13377039331672724,-0.7250504018065366,-0.46331154728388363\n2018-01-29 18:00:00,-0.12808209764147324,-0.7353699389392974,-0.4590471207200454\n2018-01-29 19:00:00,-0.12260444658482374,-0.7438029591770438,-0.45653343405618846\n2018-01-29 20:00:00,-0.13632113425572115,-0.7330324274322508,-0.45401029370424084\n2018-01-29 21:00:00,-0.13744317038319145,-0.7428888036276616,-0.4435365212844301\n2018-01-29 22:00:00,-0.136824574169786,-0.7445373057396066,-0.44240698963891034\n2018-01-29 23:00:00,-0.14417046492912447,-0.7477316704245089,-0.4313546099669903\n2018-01-30 00:00:00,-0.1325817389173533,-0.7539576299262286,-0.4367758239636912\n2018-01-30 01:00:00,-0.13973234310229052,-0.7562992998000192,-0.42704416314561905\n2018-01-30 02:00:00,-0.12548063649807345,-0.7605629142416837,-0.4361899396721794\n2018-01-30 03:00:00,-0.11257524574332091,-0.7663191113165433,-0.44284962687853135\n2018-01-30 04:00:00,-0.08349284546067037,-0.7807158441223171,-0.4566594102710283\n2018-01-30 05:00:00,-0.052278192975803106,-0.797883105499179,-0.4703727864344451\n2018-01-30 06:00:00,-0.014463526116374813,-0.8220818291292324,-0.4835499266337781\n2018-01-30 07:00:00,0.011385488422225622,-0.8150936819004594,-0.49353894131700327\n2018-01-30 08:00:00,0.02425719499765356,-0.7997447167071878,-0.49646272324918084\n2018-01-30 09:00:00,0.05013377320728155,-0.7777657067456092,-0.4926002403249312\n2018-01-30 10:00:00,0.10315205395446445,-0.7467450192170269,-0.4695537439019757\n2018-01-30 11:00:00,0.08396212932839565,-0.7634019521576028,-0.4724792801047432\n2018-01-30 12:00:00,0.11257588461212921,-0.7349699466191544,-0.47232758562783056\n2018-01-30 13:00:00,0.05822455634650969,-0.7664737882123621,-0.4954791448756599\n2018-01-30 14:00:00,0.0386624162957486,-0.772490563982328,-0.5092263989848248\n2018-01-30 15:00:00,-0.23980160766023031,-0.7323647234796926,-0.34037789888728676\n2018-01-30 16:00:00,-0.2801891047725343,-0.7258492798736021,-0.3071881638237046\n2018-01-30 17:00:00,-0.30589733840240596,-0.7205064283642059,-0.28604382200898343\n2018-01-30 18:00:00,-0.3357992285674501,-0.7100597590501497,-0.26607017323004223\n2018-01-30 19:00:00,-0.36092461197447423,-0.6937810069957805,-0.2571251104350765\n2018-01-30 20:00:00,-0.3693052834801751,-0.69020244771205,-0.2519731975196025\n2018-01-30 21:00:00,-0.38432502004304075,-0.6823992031894356,-0.2453026817971625\n2018-01-30 22:00:00,-0.40063659024004045,-0.6702730287438498,-0.24139877263673568\n2018-01-30 23:00:00,-0.40299428793351433,-0.6665039202947661,-0.24243854984198612\n2018-01-31 00:00:00,-0.4109940952641858,-0.6609262173016973,-0.2401479251846923\n2018-01-31 01:00:00,-0.4149006648081839,-0.6579035553463185,-0.23906132136220049\n2018-01-31 02:00:00,-0.41787594365041286,-0.6560862278783812,-0.23827900594861565\n2018-01-31 03:00:00,-0.4107783685336596,-0.660242678025584,-0.24100851643703503\n2018-01-31 04:00:00,-0.41265286325072775,-0.65661644484829,-0.24276671997221747\n2018-01-31 05:00:00,-0.41190689565794114,-0.6558120785387059,-0.24474215922655285\n2018-01-31 06:00:00,-0.4114553546427404,-0.6517075096540499,-0.249514476746736\n2018-01-31 07:00:00,-0.4085917655087376,-0.6505017954846432,-0.2535863375364448\n2018-01-31 08:00:00,-0.39878332655793,-0.6500992259447275,-0.2640787350224695\n2018-01-31 09:00:00,-0.3945756080095009,-0.6507776755461534,-0.2679764098518037\n2018-01-31 10:00:00,-0.3926417379264536,-0.6497429272406584,-0.2708345114160395\n2018-01-31 11:00:00,-0.3943169033638938,-0.6515750234300577,-0.2673188618429435\n2018-01-31 12:00:00,-0.3935288146861308,-0.6546214217039519,-0.26505297469858047\n2018-01-31 13:00:00,-0.4007085065488318,-0.6558095188493865,-0.2570117443846187\n2018-01-31 14:00:00,-0.407921163449552,-0.6564028282035271,-0.24976631530501694\n2018-01-31 15:00:00,-0.4150775084767852,-0.6576105130119764,-0.24180369261561888\n2018-01-31 16:00:00,-0.42351827785003276,-0.6591443790811493,-0.23252281580941975\n2018-01-31 17:00:00,-0.41936033147074614,-0.6601945791921662,-0.23638711861062695\n2018-01-31 18:00:00,-0.4144066273315931,-0.6648981617652024,-0.2371389301300878\n2018-01-31 19:00:00,-0.4093212017341667,-0.6731907179631198,-0.23393035433665327\n2018-01-31 20:00:00,-0.4077741249304529,-0.6740440783838749,-0.2349299818570774\n2018-01-31 21:00:00,-0.40740832168210933,-0.6752166912702151,-0.23413833696160838\n2018-01-31 22:00:00,-0.41034165084072094,-0.6720596249740153,-0.23533156146944037\n2018-01-31 23:00:00,-0.41042752241154834,-0.6722858108791488,-0.23578872404498813\n2018-02-01 00:00:00,-0.4107943041150484,-0.6767911775578263,-0.23138540276240974\n2018-02-01 01:00:00,-0.41208372002564647,-0.6801146770932008,-0.22692278490780832\n2018-02-01 02:00:00,-0.41351334851044175,-0.6773252112199009,-0.2281320563628755\n2018-02-01 03:00:00,-0.41552809998067575,-0.6777616284191629,-0.22614760628503522\n2018-02-01 04:00:00,-0.4227098647851303,-0.6760642053703051,-0.22078308521984813\n2018-02-01 05:00:00,-0.42507624186374615,-0.6730208951163962,-0.2217664398865435\n2018-02-01 06:00:00,-0.43106330944092125,-0.6701433562828395,-0.21895251524660597\n2018-02-01 07:00:00,-0.4325382499028458,-0.6740134693993156,-0.21399559753479888\n2018-02-01 08:00:00,-0.4359335761131976,-0.675502263353389,-0.20968034942393068\n2018-02-01 09:00:00,-0.4372602671319055,-0.6756030580038475,-0.2082276552870697\n2018-02-01 10:00:00,-0.43644949367653263,-0.6835347331457663,-0.20146096482794618\n2018-02-01 11:00:00,-0.4355044057458911,-0.6864853024062929,-0.19894862649888106\n2018-02-01 12:00:00,-0.4363774745082879,-0.6883771803402836,-0.19575128200207628\n2018-02-01 13:00:00,-0.43607576283919686,-0.6941935253271576,-0.1895625446043052\n2018-02-01 14:00:00,-0.43602494401637293,-0.6927250145089451,-0.19018461897138\n2018-02-01 15:00:00,-0.43840504465565316,-0.6934603681694466,-0.18640848992284598\n2018-02-01 16:00:00,-0.4401464289295481,-0.6934104848563981,-0.1837380211171508\n2018-02-01 17:00:00,-0.43597882229965357,-0.6876519939963792,-0.19308756423943407\n2018-02-01 18:00:00,-0.43130160476847845,-0.6914347840712198,-0.19396052460563143\n2018-02-01 19:00:00,-0.4319734136306355,-0.6980757117976674,-0.18652054771729104\n2018-02-01 20:00:00,-0.43596040114218926,-0.692789605146616,-0.1873266820552493\n2018-02-01 21:00:00,-0.4336948824479519,-0.6980382950868078,-0.18410640045379167\n2018-02-01 22:00:00,-0.4363475216358007,-0.6999455137477061,-0.17882289301627366\n2018-02-01 23:00:00,-0.4388901449101816,-0.6997778381387784,-0.17608908518946953\n2018-02-02 00:00:00,-0.44199363236856726,-0.7003338173727462,-0.17198590359706856\n2018-02-02 01:00:00,-0.44512396175071905,-0.6995625973534695,-0.16959125169673256\n2018-02-02 02:00:00,-0.45000599502203376,-0.6943215900596629,-0.16990573036681467\n2018-02-02 03:00:00,-0.45077524045233247,-0.6939427229806844,-0.1702151624204944\n2018-02-02 04:00:00,-0.45257349705570343,-0.693038011035867,-0.1693364817210142\n2018-02-02 05:00:00,-0.45974640978677844,-0.6902401477302537,-0.1651078004960426\n2018-02-02 06:00:00,-0.4615190113151085,-0.6887320951599447,-0.16555654243955487\n2018-02-02 07:00:00,-0.4657836298550923,-0.6815778683631735,-0.16891490387166028\n2018-02-02 08:00:00,-0.4697801248366242,-0.6845892812718584,-0.16229935802465784\n2018-02-02 09:00:00,-0.4256116457309137,-0.7793809039485297,-0.11540239743797083\n2018-02-02 10:00:00,-0.4170102912425453,-0.7913933974475614,-0.11053478878234146\n2018-02-02 11:00:00,-0.40997882204207486,-0.8043538391327669,-0.10439229297631553\n2018-02-02 12:00:00,-0.4036860242042462,-0.816595926072931,-0.09806734639444524\n2018-02-02 13:00:00,-0.3970789035867186,-0.8271649939471033,-0.09374372179136056\n2018-02-02 14:00:00,-0.38718009760935435,-0.8403710553130852,-0.0908220042587262\n2018-02-02 15:00:00,-0.38745813321210915,-0.8451807098756364,-0.08588331481764495\n2018-02-02 16:00:00,-0.39364397357212355,-0.8371794774618176,-0.0879217083152067\n2018-02-02 17:00:00,-0.38788063645319754,-0.8423389607580452,-0.08880824151304986\n2018-02-02 18:00:00,-0.38699119633099466,-0.8420060820758373,-0.08989276988421739\n2018-02-02 19:00:00,-0.38663646212475217,-0.8466541293515191,-0.08559236663358159\n2018-02-02 20:00:00,-0.3892849083143429,-0.8444702927577885,-0.08484724919416466\n2018-02-02 21:00:00,-0.38778472788431406,-0.845605930639244,-0.08516667316376017\n2018-02-02 22:00:00,-0.38417653604937657,-0.8544098918975268,-0.07988494489344053\n2018-02-02 23:00:00,-0.38489266918727993,-0.8623175695722815,-0.07106132666882162\n2018-02-03 00:00:00,-0.3823110296032689,-0.8767757329818002,-0.05888043594737104\n2018-02-03 01:00:00,-0.37314650678591943,-0.882412828680278,-0.06172229497037459\n2018-02-03 02:00:00,-0.3620093182205002,-0.8943616924382304,-0.06045530177918783\n2018-02-03 03:00:00,-0.36205206615780755,-0.892700739740287,-0.06190967062232797\n2018-02-03 04:00:00,-0.35278301913792326,-0.9037774597853171,-0.06008144597488204\n2018-02-03 05:00:00,-0.33209309568392065,-0.9207345135384865,-0.06313134606190732\n2018-02-03 06:00:00,-0.31713093401054404,-0.9327133304358673,-0.0658744848626344\n2018-02-03 07:00:00,-0.30959267236767024,-0.9372368636231614,-0.06805696640471093\n2018-02-03 08:00:00,-0.29750797562822706,-0.9518337247905289,-0.06508777507775242\n2018-02-03 09:00:00,-0.2866011717143366,-0.9644074424406551,-0.06306910628433109\n2018-02-03 10:00:00,-0.27739025421025437,-0.974356894570097,-0.062019401965828086\n2018-02-03 11:00:00,-0.272189244613046,-0.9724358229695462,-0.06812574741514069\n2018-02-03 12:00:00,-0.2676348904641079,-0.9699192098130603,-0.0747638986509795\n2018-02-03 13:00:00,-0.2651089343973826,-0.9768091461333859,-0.06996926768343426\n2018-02-03 14:00:00,-0.2646325386158425,-0.9746197286709168,-0.07165064440613346\n2018-02-03 15:00:00,-0.26965639931707336,-0.9743576751379692,-0.06685531614358863\n2018-02-03 16:00:00,-0.25744220380238314,-0.9915770230140452,-0.061099202691302146\n2018-02-03 17:00:00,-0.227597520208606,-1.0279207961050896,-0.053956447588566325\n2018-02-03 18:00:00,-0.20687551094832796,-1.0573295585569065,-0.043996010993312545\n2018-02-03 19:00:00,-0.19545945843654128,-1.0766638194418803,-0.0348401840866902\n2018-02-03 20:00:00,-0.16883144356393373,-1.11853668254656,-0.019279500347677298\n2018-02-03 21:00:00,-0.1366484061901631,-1.1635487199447048,-0.005320487308298728\n2018-02-03 22:00:00,-0.14697073969237343,-1.1444361790670012,-0.012725121032377894\n2018-02-03 23:00:00,-0.14909023142463484,-1.15169765608582,-0.0031487021844094514\n2018-02-04 00:00:00,-0.16591606808363157,-1.1376014099585383,9.315659022953906e-06\n2018-02-04 01:00:00,-0.1689152622091369,-1.1259699455750278,0.008258172409243515\n2018-02-04 02:00:00,-0.17311604773252778,-1.106858329039339,0.022857562563487192\n2018-02-04 03:00:00,-0.2058242749437901,-1.0622603654435003,0.034263217248719224\n2018-02-04 04:00:00,-0.23557265862114213,-1.0341852485545533,0.033185995738698494\n2018-02-04 05:00:00,-0.2464440458771245,-1.0170290535487398,0.03978008040183594\n2018-02-04 06:00:00,-0.2692807410933912,-0.992266485311251,0.041491241629240345\n2018-02-04 07:00:00,-0.27710556117644164,-0.9684695299685202,0.058102056540143464\n2018-02-04 08:00:00,-0.2944945441659788,-0.9414537623417211,0.06805408279925379\n2018-02-04 09:00:00,-0.31447875267968106,-0.9126424680380388,0.07741025927024013\n2018-02-04 10:00:00,-0.329382890129792,-0.8867025797115158,0.08868787118686332\n2018-02-04 11:00:00,-0.3358227260505318,-0.8705591945681035,0.0988066493592129\n2018-02-04 12:00:00,-0.34530363345449633,-0.8534773763807734,0.10635963932676999\n2018-02-04 13:00:00,-0.3547351674688836,-0.8425342716081843,0.10786179110426634\n2018-02-04 14:00:00,-0.3625145147054822,-0.8345833577457936,0.10824648094112403\n2018-02-04 15:00:00,-0.36539767599276884,-0.8242808172708689,0.11575830957169758\n2018-02-04 16:00:00,-0.37581273028916046,-0.8159471575930898,0.11372716923174785\n2018-02-04 17:00:00,-0.3779669772795103,-0.8101551642868609,0.11759552368042413\n2018-02-04 18:00:00,-0.37830883953694805,-0.7979370738843063,0.1298510499515154\n2018-02-04 19:00:00,-0.38113934194443755,-0.7893740438695313,0.1359370377275445\n2018-02-04 20:00:00,-0.3799872586758756,-0.786058163488934,0.14087997959120946\n2018-02-04 21:00:00,-0.3882256655826919,-0.785851991745227,0.1334593789869922\n2018-02-04 22:00:00,-0.38981143917127714,-0.7893274467897733,0.12861433740802808\n2018-02-04 23:00:00,-0.39568759013426075,-0.7816188542489981,0.13055666094639898\n2018-02-05 00:00:00,-0.3892934099892174,-0.7750440884010383,0.14295270174298044\n2018-02-05 01:00:00,-0.3871306543155176,-0.7734433765652625,0.1468302554001208\n2018-02-05 02:00:00,-0.3836253442890022,-0.7758085774141744,0.1472906002547918\n2018-02-05 03:00:00,-0.38316848816322735,-0.7815150734469153,0.1424060418035087\n2018-02-05 04:00:00,-0.38481496156100026,-0.7848938158812913,0.13783147055854283\n2018-02-05 05:00:00,-0.3751460715092033,-0.7942890822876405,0.13820810426275323\n2018-02-05 06:00:00,-0.36018867581193537,-0.7968834800483913,0.15043695522488879\n2018-02-05 07:00:00,-0.35846399862931005,-0.7855973573773276,0.16320450114434315\n2018-02-05 08:00:00,-0.3658717883208357,-0.782211207655422,0.15866599242783466\n2018-02-05 09:00:00,-0.3631693834476345,-0.7871255694883525,0.15604754610839902\n2018-02-05 10:00:00,-0.36982518385942226,-0.7790542656325785,0.15738917000319363\n2018-02-05 11:00:00,-0.37270035810281854,-0.7788841158614255,0.1540850276372649\n2018-02-05 12:00:00,-0.3806768132320051,-0.7847118699867832,0.1404460714883174\n2018-02-05 13:00:00,-0.39219359777913476,-0.7923371310973751,0.1213941291098814\n2018-02-05 14:00:00,-0.38777215952442334,-0.8014980431269377,0.11660710076671256\n2018-02-05 15:00:00,-0.3923482692282788,-0.8006539387504937,0.11210242048050259\n2018-02-05 16:00:00,-0.39013209542411487,-0.8030229996522976,0.111369597261341\n2018-02-05 17:00:00,-0.38777733923479135,-0.8030983084896492,0.11364783545578255\n2018-02-05 18:00:00,-0.3869471194702151,-0.8066153345100904,0.1110818637308047\n2018-02-05 19:00:00,-0.3743924458978324,-0.8102506007743786,0.11986965988411738\n2018-02-05 20:00:00,-0.3734510103893407,-0.8173534586065441,0.11377978763751607\n2018-02-05 21:00:00,-0.3479326124939127,-0.8327975930530466,0.12359674433742467\n2018-02-05 22:00:00,-0.3323914112305365,-0.8293056380714201,0.1418233216407146\n2018-02-05 23:00:00,-0.3243545345067047,-0.8315887031383017,0.1471917215699073\n2018-02-06 00:00:00,-0.3093617005356106,-0.8480718383932002,0.14580583968600114\n2018-02-06 01:00:00,-0.2857627646019962,-0.8641511384897029,0.15271143408972723\n2018-02-06 02:00:00,-0.26988495253711015,-0.8738752545155263,0.1584463681769513\n2018-02-06 03:00:00,-0.2551292754669154,-0.8769054462786892,0.17072136478644026\n2018-02-06 04:00:00,-0.2596297796104785,-0.8836347267846035,0.16005158721346338\n2018-02-06 05:00:00,-0.2622237197005355,-0.8931870763625038,0.14816846429815395\n2018-02-06 06:00:00,-0.28079594144354336,-0.9049446198617188,0.11864513777545771\n2018-02-06 07:00:00,-0.2535471581122469,-0.9420849738799743,0.10892734609273073\n2018-02-06 08:00:00,-0.22758479788255317,-0.9676116572996112,0.1090294917091199\n2018-02-06 09:00:00,-0.1761584660150154,-1.0122578782533258,0.11562257942544404\n2018-02-06 10:00:00,-0.13736773687713824,-1.0391988886140726,0.1266246285796196\n2018-02-06 11:00:00,-0.11050416628063653,-1.0484825530060113,0.14359675990372628\n2018-02-06 12:00:00,-0.08495321387564203,-1.0630470112470785,0.15410546985868903\n2018-02-06 13:00:00,-0.05772476076165248,-1.0851400056122285,0.15903813667135897\n2018-02-06 14:00:00,-0.02722860055025294,-1.0909465752195,0.18371625236620215\n2018-02-06 15:00:00,0.055266495902444736,-1.037008918475657,0.20993593676773187\n2018-02-06 16:00:00,0.05187398586122747,-1.008031485153623,0.2422018998710951\n2018-02-06 17:00:00,0.038869953492088494,-1.0104226499634053,0.2531537331129935\n2018-02-06 18:00:00,0.050138880345127305,-1.0004202983391033,0.2519938281525435\n2018-02-06 19:00:00,0.05918280657993575,-0.995415966675933,0.24868624216280802\n2018-02-06 20:00:00,0.11377947554427513,-0.9352850204635786,0.2539670172976832\n2018-02-06 21:00:00,0.13557205051711133,-0.8883240772276763,0.2796899904704339\n2018-02-06 22:00:00,0.13298989893204327,-0.8827997696260674,0.28797534377913026\n2018-02-06 23:00:00,0.18557098824726276,-0.8155432437529183,0.3023188968475954\n2018-02-07 00:00:00,0.18514860310860848,-0.8022087645541075,0.31648532203322244\n2018-02-07 01:00:00,0.16612063912990174,-0.8279512658468985,0.31021330477483167\n2018-02-07 02:00:00,0.15912662725609902,-0.8529617462587993,0.29223292577717375\n2018-02-07 03:00:00,0.17429812487541763,-0.8422980119736441,0.288328658750391\n2018-02-07 04:00:00,0.17473024705272572,-0.8349928395812047,0.29524648201756687\n2018-02-07 05:00:00,0.18693377085933152,-0.8228712599502468,0.2951103411068626\n2018-02-07 06:00:00,-0.29150925101511704,-0.8366596120289823,0.1750535452297928\n2018-02-07 07:00:00,-0.299522198528129,-0.8761734375859116,0.13157165781671382\n2018-02-07 08:00:00,-0.2911041242978705,-0.8948168639448266,0.12159783420775007\n2018-02-07 09:00:00,-0.284987860828893,-0.8922670165332284,0.13156250371925454\n2018-02-07 10:00:00,-0.2854131622139818,-0.8931595606310295,0.13136924978535053\n2018-02-07 11:00:00,-0.2837473933531767,-0.8906941351533321,0.13676890161495192\n2018-02-07 12:00:00,-0.28339489738760876,-0.8774815026509957,0.15053647579857318\n2018-02-07 13:00:00,-0.29264160394381733,-0.8663261164081092,0.15260505594986928\n2018-02-07 14:00:00,-0.31874525158771855,-0.8511198032578919,0.14189813020187228\n2018-02-07 15:00:00,-0.33475695546066697,-0.8446008549043182,0.13335946049811967\n2018-02-07 16:00:00,-0.33145224151730857,-0.8454303379456598,0.13575806307817506\n2018-02-07 17:00:00,-0.3471878584466711,-0.8394600597044349,0.12602185598435914\n2018-02-07 18:00:00,-0.3376210067018121,-0.8389171258961984,0.13634707945214014\n2018-02-07 19:00:00,-0.3434219294296604,-0.8261074975925305,0.14311472142583517\n2018-02-07 20:00:00,-0.3465396140064709,-0.8179715299756259,0.14773705784736382\n2018-02-07 21:00:00,-0.3450186814446568,-0.8119032742581015,0.15484208479580813\n2018-02-07 22:00:00,-0.32554707481945333,-0.8108356982123573,0.17503640904940662\n2018-02-07 23:00:00,-0.33665850027274,-0.7979047873151363,0.17646336421969133\n2018-02-08 00:00:00,-0.33156936357034644,-0.7970991122966442,0.18233518679225694\n2018-02-08 01:00:00,-0.3199205187248779,-0.7938236670294971,0.1974815575947961\n2018-02-08 02:00:00,-0.3166915337246827,-0.7917212635198971,0.20209399766173708\n2018-02-08 03:00:00,-0.31528217746629617,-0.7929813563000422,0.20133947874865768\n2018-02-08 04:00:00,-0.31773919580627247,-0.7921252849792885,0.1985946033212115\n2018-02-08 05:00:00,-0.31418058954183364,-0.7893462235268659,0.20471291538184713\n2018-02-08 06:00:00,-0.3077900889269875,-0.7908731537020838,0.20843039023961152\n2018-02-08 07:00:00,-0.2958433263417297,-0.78577623438065,0.2248030976796666\n2018-02-08 08:00:00,-0.29567953532688873,-0.7881456765541152,0.2221930018285509\n2018-02-08 09:00:00,-0.2855401132955727,-0.7912293689701881,0.22867063167321083\n2018-02-08 10:00:00,-0.2847480487681983,-0.7854983571330875,0.23453114999387592\n2018-02-08 11:00:00,-0.28365274770181975,-0.7813093116283859,0.2391737684334511\n2018-02-08 12:00:00,-0.2602867433640965,-0.7822652434856521,0.2610187886270267\n2018-02-08 13:00:00,-0.2509180322584514,-0.7778409339723874,0.27427366069401005\n2018-02-08 14:00:00,-0.23456662267289233,-0.7795785011222495,0.28821088295819913\n2018-02-08 15:00:00,-0.24550791913156042,-0.7693630938856169,0.2867482458513545\n2018-02-08 16:00:00,-0.2664801803342699,-0.7638573773328686,0.2708108080928916\n2018-02-08 17:00:00,-0.275485798751578,-0.7624911141976197,0.26291912230386005\n2018-02-08 18:00:00,-0.28871874462036096,-0.7651269563274427,0.24696441969780963\n2018-02-08 19:00:00,-0.28501896406220406,-0.7713364179531044,0.2436452462299741\n2018-02-08 20:00:00,-0.28561165811335043,-0.7609282908637085,0.25268617209224004\n2018-02-08 21:00:00,-0.2897389067730899,-0.7558432007824961,0.2536049849402714\n2018-02-08 22:00:00,-0.28331304259838297,-0.7567935341869139,0.2586636050407107\n2018-02-08 23:00:00,-0.29869209298256283,-0.755541585760061,0.24444442891621482\n2018-02-09 00:00:00,-0.32472784679868993,-0.7527864588622611,0.22188642008450185\n2018-02-09 01:00:00,-0.3405471239845099,-0.7577458901316072,0.20136722897664322\n2018-02-09 02:00:00,-0.3367049385554294,-0.7643181751373296,0.19860181160012144\n2018-02-09 03:00:00,-0.33119249828716785,-0.7611581778441407,0.20698412044542425\n2018-02-09 04:00:00,-0.3278414987499756,-0.7602409437158196,0.2107970536123646\n2018-02-09 05:00:00,-0.33979816666223567,-0.7579634383942753,0.20080103026533658\n2018-02-09 06:00:00,-0.33678266072901525,-0.7629408426768811,0.19867815637242628\n2018-02-09 07:00:00,-0.33976928949820695,-0.763899948603951,0.19460177972902173\n2018-02-09 08:00:00,-0.33688503750217047,-0.7651679099739144,0.1961360137989061\n2018-02-09 09:00:00,-0.32900644834559767,-0.7725697275340625,0.1962397300973689\n2018-02-09 10:00:00,-0.3290640432804239,-0.7786670385359459,0.18963947420056307\n2018-02-09 11:00:00,-0.3134145914827675,-0.7897546243904219,0.1938772212250535\n2018-02-09 12:00:00,-0.30034209606808193,-0.7980479039695105,0.198421357990138\n2018-02-09 13:00:00,-0.2868242985482538,-0.8050803472150514,0.204532833194967\n2018-02-09 14:00:00,-0.26136784974570937,-0.8224927284786151,0.21188528056759537\n2018-02-09 15:00:00,-0.25257708929649375,-0.8309729711314712,0.21116421963043933\n2018-02-09 16:00:00,-0.2210663600272904,-0.8529503502891574,0.2203147104070122\n2018-02-09 17:00:00,-0.19971752767744036,-0.8617076744995515,0.23228435893381524\n2018-02-09 18:00:00,-0.17685086952558798,-0.8825887729533598,0.23417911961193968\n2018-02-09 19:00:00,-0.19591921193127723,-0.8961383834040947,0.20133382653665843\n2018-02-09 20:00:00,-0.1517145540777678,-0.930443314145134,0.21127753275164915\n2018-02-09 21:00:00,-0.13809220453397883,-0.9436768058384611,0.21102555475615187\n2018-02-09 22:00:00,-0.13095912112276759,-0.953896526502527,0.2081524678150849\n2018-02-09 23:00:00,-0.12154536546108828,-0.9678126938959067,0.2038943189653298\n2018-02-10 00:00:00,-0.080682514807548,-0.9817579152772877,0.23084037304635022\n2018-02-10 01:00:00,-0.0508209749249792,-0.9838396449329129,0.25817591395655\n2018-02-10 02:00:00,-0.044472802700212484,-0.9697270458587615,0.2784875141937536\n2018-02-10 03:00:00,-0.027408595265827163,-0.9683095150487493,0.2972614642072905\n2018-02-10 04:00:00,0.019363641785409256,-0.954143847853696,0.31920475941801635\n2018-02-10 05:00:00,0.046442024274325734,-0.9141151482619367,0.3320370503081743\n2018-02-10 06:00:00,0.07462981373363423,-0.8756666297185647,0.34258378728246575\n2018-02-10 07:00:00,0.12337017529637236,-0.8162861461206489,0.35361610074855604\n2018-02-10 08:00:00,0.13058112811711148,-0.8007330637206955,0.3624178151490794\n2018-02-10 09:00:00,0.13344413885426668,-0.791898456483584,0.369297315368271\n2018-02-10 10:00:00,0.16597617854941082,-0.7626564619748738,0.3665250043747729\n2018-02-10 11:00:00,0.16922932804079166,-0.7525352950906746,0.3736107917093943\n2018-02-10 12:00:00,0.1747361850570868,-0.7483961098842093,0.37196070493485645\n2018-02-10 13:00:00,0.17769830614731466,-0.7393894189469826,0.377832069566049\n2018-02-10 14:00:00,0.1627207139691234,-0.749152632893704,0.3825835365711114\n2018-02-10 15:00:00,0.16467155995554117,-0.756609393566204,0.37328707116602716\n2018-02-10 16:00:00,0.17220066902459613,-0.7536568257495242,0.36857711334500015\n2018-02-10 17:00:00,0.21006992156393112,-0.7183260823559869,0.36602264633979037\n2018-02-10 18:00:00,0.2368069205251061,-0.6823773194582599,0.3751297662950162\n2018-02-10 19:00:00,0.24382839422874739,-0.6508416911277607,0.39970344805692315\n2018-02-10 20:00:00,0.20366029084729867,-0.6786569014137267,0.4120236878926634\n2018-02-10 21:00:00,0.1850362816593348,-0.69546811666306,0.41376605040406605\n2018-02-10 22:00:00,0.18151066579648126,-0.7059332064243893,0.4061557811985589\n2018-02-10 23:00:00,0.18555569016942253,-0.7004322444713953,0.4080121687861776\n2018-02-11 00:00:00,0.20709640992262246,-0.6789817582889893,0.4082396314515315\n2018-02-11 01:00:00,0.16531835880957613,-0.7188766799513757,0.4109634802909675\n2018-02-11 02:00:00,0.2081042663377237,-0.6899337779079,0.39643440563594784\n2018-02-11 03:00:00,0.24724402671714363,-0.6381438754355191,0.40885767603837\n2018-02-11 04:00:00,0.2262415610062482,-0.6418881949546102,0.42595427592409985\n2018-02-11 05:00:00,0.2443665076233539,-0.619797359054174,0.43007704216820314\n2018-02-11 06:00:00,0.26036766774651243,-0.5914436069559084,0.4421422821924522\n2018-02-11 07:00:00,0.28317934606378103,-0.5584023240885873,0.45245233500314763\n2018-02-11 08:00:00,0.26131424650428314,-0.5707849479890493,0.4615798033918609\n2018-02-11 09:00:00,0.25379058787680214,-0.579433197313927,0.4602678121131192\n2018-02-11 10:00:00,0.2605596476437898,-0.585658146865931,0.4470112697809171\n2018-02-11 11:00:00,0.25508162023953795,-0.6012250164386039,0.43751739052349314\n2018-02-11 12:00:00,0.28750461356590135,-0.5860232392439303,0.4206720909641618\n2018-02-11 13:00:00,0.319772690291952,-0.552003533529539,0.42292075320422995\n2018-02-11 14:00:00,0.3661926516239065,-0.49983527255783183,0.4283795147315511\n2018-02-11 15:00:00,0.3276504682262134,-0.5314785699083125,0.43594324000795986\n2018-02-11 16:00:00,0.2942274303291783,-0.5619766088590766,0.4388436339723624\n2018-02-11 17:00:00,0.3085902487247383,-0.5630070394512721,0.4231907979338811\n2018-02-11 18:00:00,0.2646138817914935,-0.6108188420185804,0.41951113065081724\n2018-02-11 19:00:00,0.2655508000502411,-0.6264439871029064,0.40280669469106173\n2018-02-11 20:00:00,0.2561361926432353,-0.639073925154484,0.4000728331564224\n2018-02-11 21:00:00,0.29076349765469595,-0.6188201266822723,0.3858815302918828\n2018-02-11 22:00:00,0.2541946854061266,-0.6533890759230355,0.38820187023127384\n2018-02-11 23:00:00,0.2989175465253591,-0.6089693945390762,0.3872585998389579\n2018-02-12 00:00:00,0.3125270694216853,-0.5885567544276371,0.39381264553853373\n2018-02-12 01:00:00,0.3588482530121816,-0.5298752056465509,0.4062706482706056\n2018-02-12 02:00:00,0.3568981472801988,-0.5083445412217207,0.42977546360288643\n2018-02-12 03:00:00,0.788660615904172,-0.1922978895733291,0.31283217140926406\n2018-02-12 04:00:00,0.7700471049295313,-0.16932564954482354,0.3549648342730865\n2018-02-12 05:00:00,0.7847224720678602,-0.13977143127647357,0.37050145659057576\n2018-02-12 06:00:00,0.7985957788763198,-0.11676507076496687,0.38055183882470794\n2018-02-12 07:00:00,0.8204441364428645,-0.08269305004627611,0.3930806910680071\n2018-02-12 08:00:00,0.8252489637359146,-0.06330961197236734,0.4082746275159471\n2018-02-12 09:00:00,0.8202716506949561,-0.06368845490419504,0.41263467702188716\n2018-02-12 10:00:00,0.8288782080017087,-0.05174611970091729,0.4162532045651798\n2018-02-12 11:00:00,0.8287647380090973,-0.058056038520669685,0.4104677134961013\n2018-02-12 12:00:00,0.8278186631402297,-0.06931937894707181,0.40075424465223114\n2018-02-12 13:00:00,0.8373608443024452,-0.057454271010692386,0.40296351031693767\n2018-02-12 14:00:00,0.8411706882610087,-0.0578863776141215,0.39895833322832797\n2018-02-12 15:00:00,0.8341620305031073,-0.07032360103768555,0.3937236980837626\n2018-02-12 16:00:00,0.8270746371074942,-0.08287331458603048,0.38828025893899104\n2018-02-12 17:00:00,0.8188582630355175,-0.10498383172161435,0.37477834956410444\n2018-02-12 18:00:00,0.805992328190167,-0.12666465802859309,0.3665970684896323\n2018-02-12 19:00:00,0.796008698389558,-0.13377388151992706,0.36957867021147767\n2018-02-12 20:00:00,0.7783739558922933,-0.15292556298866566,0.36843161471870234\n2018-02-12 21:00:00,0.7872447799409662,-0.15758995016085373,0.3547508223706284\n2018-02-12 22:00:00,0.8008018929351263,-0.1452714169380222,0.35375039220076343\n2018-02-12 23:00:00,0.7979686354668197,-0.15419567573527782,0.34831740837606184\n2018-02-13 00:00:00,0.8145415838510477,-0.13972848671312807,0.34667834480120424\n2018-02-13 01:00:00,0.8295046199102984,-0.11646636051429894,0.35485175840168975\n2018-02-13 02:00:00,0.8321483045538518,-0.11309867997036058,0.35575200980084926\n2018-02-13 03:00:00,0.8445698097255517,-0.09938219073028962,0.35745948473246536\n2018-02-13 04:00:00,0.8512223480783928,-0.09786050543667843,0.3530748982164554\n2018-02-13 05:00:00,0.8685327475076045,-0.07628725593579928,0.35741984204008953\n2018-02-13 06:00:00,0.8491403754449685,-0.08179218468378141,0.37156747385873656\n2018-02-13 07:00:00,0.8473423685814767,-0.08727457035597887,0.36858970586830087\n2018-02-13 08:00:00,0.8532795477967012,-0.0777984765412417,0.3722346751723444\n2018-02-13 09:00:00,0.8498898371202176,-0.07835880290558961,0.375122359347379\n2018-02-13 10:00:00,0.8649544097520359,-0.07141381779639537,0.3667630781078805\n2018-02-13 11:00:00,0.8829983639318241,-0.04350480414532819,0.3756335661612526\n2018-02-13 12:00:00,0.901747187988743,-0.013973975029867657,0.38632097363288426\n2018-02-13 13:00:00,0.9021721892683778,0.003240493561219568,0.3969068301304896\n2018-02-13 14:00:00,0.8927823035296673,0.016656015294145708,0.3931858729909458\n2018-02-13 15:00:00,0.8888071604777837,0.023066210416025208,0.3908771429817387\n2018-02-13 16:00:00,0.8747921025051227,0.04383979563681219,0.38366700630007317\n2018-02-13 17:00:00,0.868587601737857,0.06462163810162866,0.36932873966977825\n2018-02-13 18:00:00,0.8621586939853982,0.07596262063920577,0.3651277200489836\n2018-02-13 19:00:00,0.8605457790777475,0.08600758617684806,0.35738563530510464\n2018-02-13 20:00:00,0.8619906055509913,0.09357350409883398,0.3493030450800516\n2018-02-13 21:00:00,0.8634757946520408,0.09194938167060067,0.34966845782507455\n2018-02-13 22:00:00,0.8377931749553089,0.1278185921060537,0.33846530231637045\n2018-02-13 23:00:00,0.8403658206892479,0.12798667532481378,0.336616616413548\n2018-02-14 00:00:00,0.8526943463664803,0.11005850534318151,0.34279802819361177\n2018-02-14 01:00:00,0.8548980940913232,0.10857355957484735,0.34204330231007074\n2018-02-14 02:00:00,0.8541161897518191,0.11073930064325811,0.34043347407304425\n2018-02-14 03:00:00,0.8540604608213962,0.10968609508549636,0.34129313070755524\n2018-02-14 04:00:00,0.8534008563508695,0.1089719875974719,0.34277237995123006\n2018-02-14 05:00:00,0.8556140944927827,0.09990250735360587,0.34965554089179457\n2018-02-14 06:00:00,0.8556789400825789,0.10559753424979171,0.34383724648297903\n2018-02-14 07:00:00,0.8574158887108226,0.10786315505079151,0.34001778782255615\n2018-02-14 08:00:00,0.8568569228117403,0.10981576916748166,0.33821464847013305\n2018-02-14 09:00:00,0.8533442973922575,0.11706131421745722,0.3343453072251887\n2018-02-14 10:00:00,0.8487880668741837,0.12187977812814699,0.3336096692890352\n2018-02-14 11:00:00,0.8463011662090256,0.12821510056997273,0.3301005956264682\n2018-02-14 12:00:00,0.8483109788433819,0.13065730174903123,0.32601098285224667\n2018-02-14 13:00:00,0.8417495842596969,0.13782425338152093,0.3254913872657799\n2018-02-14 14:00:00,0.8380768188830167,0.143771460877908,0.32333616000147647\n2018-02-14 15:00:00,0.831234060341915,0.1539163285494594,0.3201280972955692\n2018-02-14 16:00:00,0.8305986864229182,0.1570703369482028,0.3177904496577333\n2018-02-14 17:00:00,0.819978570265355,0.1810418104092541,0.30453495463985286\n2018-02-14 18:00:00,0.8237116365058524,0.18410569820352418,0.2984390596037285\n2018-02-14 19:00:00,0.8268589202046948,0.18246292752315038,0.29749441416955497\n2018-02-14 20:00:00,0.8301446038094424,0.18227534364424675,0.2950233812880901\n2018-02-14 21:00:00,0.8275538746301111,0.18919706348991452,0.2909233704834289\n2018-02-14 22:00:00,0.8285399504266605,0.1935322251715757,0.2859930765508703\n2018-02-14 23:00:00,0.8259947533416278,0.1941109543277421,0.28746061238891313\n2018-02-15 00:00:00,0.826405855928872,0.19315160467941195,0.28803636859287174\n2018-02-15 01:00:00,0.8273591472060575,0.19135784077717327,0.2887943524817111\n2018-02-15 02:00:00,0.8296155431350656,0.18999096304284588,0.2880266939854234\n2018-02-15 03:00:00,0.8326678142676727,0.18685674592771542,0.28790906202193955\n2018-02-15 04:00:00,0.8367972471031897,0.18407221233943102,0.286482677816639\n2018-02-15 05:00:00,0.8407337998869305,0.18232286896664868,0.2843688009156835\n2018-02-15 06:00:00,0.8464137867997154,0.1781666522019698,0.28273485875323406\n2018-02-15 07:00:00,0.8488699534292594,0.17916898942109064,0.2790882671959906\n2018-02-15 08:00:00,0.8543895701613244,0.1751689475254529,0.2776967483139684\n2018-02-15 09:00:00,0.8592146042625254,0.17114247684668074,0.2767410698642318\n2018-02-15 10:00:00,0.8631486582404351,0.16832990834908965,0.2751895318197168\n2018-02-15 11:00:00,0.8662126506028586,0.16247211329194136,0.27752749775394536\n2018-02-15 12:00:00,0.8630514483464184,0.16653812408393626,0.2764326314825032\n2018-02-15 13:00:00,0.8643797640221017,0.16656850917070318,0.27488354875354026\n2018-02-15 14:00:00,0.8652334932764506,0.1683590401324972,0.27214770328569365\n2018-02-15 15:00:00,0.8655366408088985,0.1660294696838613,0.27371687059221955\n2018-02-15 16:00:00,0.8660108756291572,0.16532389644601345,0.2734981533211894\n2018-02-15 17:00:00,0.8664477131304057,0.16624819370262056,0.27162105466355485\n2018-02-15 18:00:00,0.8683947135023402,0.15826679661618623,0.2771594347021143\n2018-02-15 19:00:00,0.8741765180305819,0.15663376044914237,0.27275095141412004\n2018-02-15 20:00:00,0.8795959112213733,0.1547918485334157,0.2692227224318045\n2018-02-15 21:00:00,0.8809673393213836,0.1526868203336114,0.26997321459277157\n2018-02-15 22:00:00,0.87954880622725,0.15277259915507663,0.2714284784801248\n2018-02-15 23:00:00,0.8828927624591695,0.14661815020116023,0.2750340235968559\n2018-02-16 00:00:00,0.8851082179532141,0.1399230496970498,0.27986397343072034\n2018-02-16 01:00:00,0.8989077068485857,0.13197479645301544,0.274846386192137\n2018-02-16 02:00:00,0.8997274886299582,0.13735917512811094,0.26877300556550177\n2018-02-16 03:00:00,0.8944603851126933,0.1442187121318051,0.2676063802929823\n2018-02-16 04:00:00,0.8936030785607204,0.1503221098484401,0.2620537253159375\n2018-02-16 05:00:00,0.892753036883703,0.1547727152636987,0.2588832080669686\n2018-02-16 06:00:00,0.8850911166664452,0.15893341728533578,0.2621028276716619\n2018-02-16 07:00:00,0.8811054069705262,0.1667627140606205,0.2582886026985983\n2018-02-16 08:00:00,0.874455855479681,0.17402335569637178,0.2579219727595702\n2018-02-16 09:00:00,0.8731353723835549,0.1793165996072305,0.25470425238012795\n2018-02-16 10:00:00,0.8702149994483386,0.18065328215059126,0.2567060695876036\n2018-02-16 11:00:00,0.8647603005364117,0.19255620923838412,0.25084461828234317\n2018-02-16 12:00:00,0.8632785880312019,0.19422755562843688,0.2518952227987834\n2018-02-16 13:00:00,0.8692461135859914,0.18803025997362105,0.252539307683361\n2018-02-16 14:00:00,0.8064788657205514,0.13949160038604574,0.35944998788802934\n2018-02-16 15:00:00,0.8070577977897184,0.11980599929034022,0.3777235168924772\n2018-02-16 16:00:00,0.8133964942464116,0.10099564630281088,0.3905547985976188\n2018-02-16 17:00:00,0.8283046674087178,0.07098196419568811,0.40561444824617426\n2018-02-16 18:00:00,0.8450560018050626,0.03584852135823166,0.4231757449830082\n2018-02-16 19:00:00,0.846490626859528,0.02826516569313096,0.4284106820746625\n2018-02-16 20:00:00,0.8556684199324033,0.0029278042430080013,0.44408429912763236\n2018-02-16 21:00:00,0.8482183203412025,-0.013855375910226746,0.4399425192718961\n2018-02-16 22:00:00,0.827448948177688,-0.04888181127407398,0.425504256980694\n2018-02-16 23:00:00,0.8173527659255432,-0.06881430200746484,0.41489434965504934\n2018-02-17 00:00:00,0.8245877446474659,-0.06883746862310687,0.4074233480172729\n2018-02-17 01:00:00,0.8408085114247551,-0.05853100885719046,0.40105113878320686\n2018-02-17 02:00:00,0.856331271021247,-0.05020279786635777,0.393473871325492\n2018-02-17 03:00:00,0.8621794453000036,-0.04675506904835581,0.3905909537775683\n2018-02-17 04:00:00,0.8751382323673266,-0.02715248699894026,0.3965452078046945\n2018-02-17 05:00:00,0.8807009168098301,-0.017890795039029322,0.3997188181964673\n2018-02-17 06:00:00,0.8827266329799034,-0.019384138235377595,0.39601113247342784\n2018-02-17 07:00:00,0.8725079445792626,-0.03708636810111312,0.387950524898054\n2018-02-17 08:00:00,0.871009713726638,-0.043410622351828174,0.38275375957450214\n2018-02-17 09:00:00,0.8695177502757373,-0.046311415425435126,0.3813564144536589\n2018-02-17 10:00:00,0.8600660794335692,-0.056881317534370354,0.38025522841729753\n2018-02-17 11:00:00,0.854987490202901,-0.06234893868786681,0.37997999764591855\n2018-02-17 12:00:00,0.8639065671278544,-0.05153826872192747,0.3810771626434665\n2018-02-17 13:00:00,0.869785568967979,-0.04490509833898474,0.38164038210490075\n2018-02-17 14:00:00,0.8634121462328205,-0.057429502710847166,0.3752668359606854\n2018-02-17 15:00:00,0.8581316501663517,-0.06432245867407944,0.37325956858399184\n2018-02-17 16:00:00,0.8498575497882521,-0.07104995352213472,0.37467938739166273\n2018-02-17 17:00:00,0.8196002484711237,-0.09359310814288142,0.3822900390797034\n2018-02-17 18:00:00,0.7967393905079803,-0.11859354505387308,0.3809215148959376\n2018-02-17 19:00:00,0.8020115835629945,-0.127149595996528,0.3669041614936748\n2018-02-17 20:00:00,0.7948192042490552,-0.1385708580566643,0.36236467071881057\n2018-02-17 21:00:00,0.7878460009160401,-0.14814478077137475,0.3597832928097568\n2018-02-17 22:00:00,0.790144895186741,-0.14304538059472402,0.36232885046112273\n2018-02-17 23:00:00,0.7814699659813131,-0.15139624414094124,0.36288943535043866\n2018-02-18 00:00:00,0.7796020628274647,-0.15130126062456617,0.3654203139447979\n2018-02-18 01:00:00,0.7633970856830317,-0.16218239429868717,0.37127286559757905\n2018-02-18 02:00:00,0.7515389391638476,-0.17118223169862964,0.37490179741112173\n2018-02-18 03:00:00,0.7393964548632825,-0.18677238591517054,0.3712263888222005\n2018-02-18 04:00:00,0.698959521772984,-0.22209203039146663,0.37634035893976864\n2018-02-18 05:00:00,0.6741865851677631,-0.24191384684015002,0.3811139702021735\n2018-02-18 06:00:00,0.6500629248123739,-0.28025519261945075,0.3670589830858604\n2018-02-18 07:00:00,0.6358450709805916,-0.2925079492280232,0.36871390538608995\n2018-02-18 08:00:00,0.6284432432368499,-0.2936535185070724,0.3753044809320571\n2018-02-18 09:00:00,0.6369570844226041,-0.28543731018023877,0.3749285223692287\n2018-02-18 10:00:00,0.6399768681909259,-0.2731875244014446,0.38467878576183356\n2018-02-18 11:00:00,-0.2095736855158756,-0.7781932586080382,0.3139669515181394\n2018-02-18 12:00:00,-0.20910570946713122,-0.9118605362407532,0.1815072516200434\n2018-02-18 13:00:00,-0.22666642720012933,-0.9668798944117916,0.10852318962550123\n2018-02-18 14:00:00,-0.2590428500106647,-0.9799514845224164,0.06390963557599397\n2018-02-18 15:00:00,-0.27788963600098837,-0.9829114049692942,0.04266161739626396\n2018-02-18 16:00:00,-0.3100714041177026,-0.9738643141819073,0.02012474639820315\n2018-02-18 17:00:00,-0.3085770872782514,-0.9716594435004868,0.02365147737088516\n2018-02-18 18:00:00,-0.3110840208926993,-0.9687305165014163,0.02365876233614307\n2018-02-18 19:00:00,-0.3273225940296974,-0.9613521436572936,0.014999891077608515\n2018-02-18 20:00:00,-0.3341875834858266,-0.957007134393866,0.01294486201412701\n2018-02-18 21:00:00,-0.3470406609933065,-0.9465282332713113,0.010195815473698253\n2018-02-18 22:00:00,-0.35074495861071636,-0.9408141672233684,0.012255483405080845\n2018-02-18 23:00:00,-0.3608155088527698,-0.9413792644315326,0.0015480893057375508\n2018-02-19 00:00:00,-0.37177992916017966,-0.9306385010448773,0.0013209149884496005\n2018-02-19 01:00:00,-0.3812464684648773,-0.9186731833673533,0.004176471238878712\n2018-02-19 02:00:00,-0.4007217421847319,-0.8961700553662438,-0.007952420278893778\n2018-02-19 03:00:00,-0.40905222411565206,-0.884579770183025,-0.012221288442392259\n2018-02-19 04:00:00,-0.41925679170720753,-0.8618708032880882,-0.02521969263885054\n2018-02-19 05:00:00,-0.4290737992312318,-0.8465047559849448,-0.03141975736576797\n2018-02-19 06:00:00,-0.44189599180017913,-0.8331504649323822,-0.03221137320414752\n2018-02-19 07:00:00,-0.4538443839416171,-0.8082502355575307,-0.04550079090111872\n2018-02-19 08:00:00,-0.4577668756639543,-0.8051092961203139,-0.044945969317446446\n2018-02-19 09:00:00,-0.4677760721072241,-0.7952935407284238,-0.045294842662561695\n2018-02-19 10:00:00,-0.4733407420524021,-0.7890541483926169,-0.046088308388348785\n2018-02-19 11:00:00,-0.47894675147655974,-0.7847604711803562,-0.044827458952252576\n2018-02-19 12:00:00,-0.49109187174549274,-0.7718638145443358,-0.04570414681083105\n2018-02-19 13:00:00,-0.49863738697103077,-0.766316285883717,-0.04419430103129955\n2018-02-19 14:00:00,-0.5089553341785678,-0.759156898585474,-0.041469767280536834\n2018-02-19 15:00:00,-0.5146121653425384,-0.7548210243521281,-0.04066506689222501\n2018-02-19 16:00:00,-0.519835078028678,-0.7399729637819732,-0.05006750888285968\n2018-02-19 17:00:00,-0.522836844835435,-0.7284069953807971,-0.059198606723092954\n2018-02-19 18:00:00,-0.5262305013444255,-0.7234580656553264,-0.060961530511146826\n2018-02-19 19:00:00,-0.5320070376876549,-0.7206721282113394,-0.058380356013657195\n2018-02-19 20:00:00,-0.5350710651649212,-0.7159738508045261,-0.060588269654937375\n2018-02-19 21:00:00,-0.5344644432888674,-0.7197146458816595,-0.057654754142405736\n2018-02-19 22:00:00,-0.5351571758958126,-0.7240832215093154,-0.05284692531493117\n2018-02-19 23:00:00,-0.5432216742344397,-0.7138828641473053,-0.05458022634661404\n2018-02-20 00:00:00,-0.5453684746740798,-0.7139444398856177,-0.05307033945405337\n2018-02-20 01:00:00,-0.5474946414107774,-0.7155898741024821,-0.04930203650048904\n2018-02-20 02:00:00,-0.5543222014193138,-0.711488180178776,-0.046349748995535574\n2018-02-20 03:00:00,-0.5555970336611034,-0.7045189207003602,-0.05214582202542624\n2018-02-20 04:00:00,-0.5571398333043229,-0.7046041336495911,-0.05058282630704632\n2018-02-20 05:00:00,-0.5546260642587376,-0.7039637741283991,-0.0538239521631038\n2018-02-20 06:00:00,-0.5584195399985473,-0.7062331744146227,-0.04767855593715949\n2018-02-20 07:00:00,-0.5574926042780524,-0.7038437479124889,-0.05079776731592869\n2018-02-20 08:00:00,-0.5539492387200611,-0.703375059179609,-0.05514823147053176\n2018-02-20 09:00:00,-0.5835273974000035,-0.6725691795704088,-0.052077353469071164\n2018-02-20 10:00:00,-0.5836695639259804,-0.6653495748561391,-0.060168083269417444\n2018-02-20 11:00:00,-0.5818495164713037,-0.658755723096964,-0.06945832085742935\n2018-02-20 12:00:00,-0.5793977869701983,-0.6523710347114401,-0.07900961221001424\n2018-02-20 13:00:00,-0.576201843271086,-0.6523758727556255,-0.0814781633034241\n2018-02-20 14:00:00,-0.5800209436858094,-0.6486158746179772,-0.08091380066843502\n2018-02-20 15:00:00,-0.5814119055326403,-0.6466969932018857,-0.08157202891970211\n2018-02-20 16:00:00,-0.5800209286803915,-0.6457289490353761,-0.08344961043606217\n2018-02-20 17:00:00,-0.5792926405124339,-0.6446582353832105,-0.08444624566252813\n2018-02-20 18:00:00,-0.5761520576697537,-0.6457973279635367,-0.08617178083110541\n2018-02-20 19:00:00,-0.5762532224204253,-0.6405826011379762,-0.09127772920354012\n2018-02-20 20:00:00,-0.5757923561432664,-0.6378880054205945,-0.09449974993868347\n2018-02-20 21:00:00,-0.577222165510271,-0.6343578321301446,-0.09679189610743201\n2018-02-20 22:00:00,-0.575127689738332,-0.6351723537305853,-0.09853871056009364\n2018-02-20 23:00:00,-0.5736330722398648,-0.6370169407008452,-0.09865824807083594\n2018-02-21 00:00:00,-0.5709215675892554,-0.640047291481667,-0.09869030355308918\n2018-02-21 01:00:00,-0.5685649908447484,-0.6451139111160967,-0.09649827093316964\n2018-02-21 02:00:00,-0.5726695064869914,-0.6421804659098436,-0.09578033989550117\n2018-02-21 03:00:00,-0.5716840376904375,-0.6398386426302786,-0.09914281272625367\n2018-02-21 04:00:00,-0.5689175909032398,-0.6400404577540585,-0.1020996721991241\n2018-02-21 05:00:00,-0.4452671579407212,-0.7916752705853352,0.06515489202174372\n2018-02-21 06:00:00,-0.431151237219078,-0.7886531438548059,0.07981456800430348\n2018-02-21 07:00:00,-0.4255065012255123,-0.7904039513585382,0.08381893616484008\n2018-02-21 08:00:00,-0.4138771764615868,-0.7945784821238467,0.09132703550284725\n2018-02-21 09:00:00,-0.39555014855593207,-0.7988269843178438,0.10486526311085904\n2018-02-21 10:00:00,-0.3905344923029563,-0.7968162473227423,0.11149962488287946\n2018-02-21 11:00:00,-0.3839422255814647,-0.8009957572399022,0.11405787034523666\n2018-02-21 12:00:00,-0.36951689839495605,-0.8033220628494518,0.12577179023864465\n2018-02-21 13:00:00,-0.36607923579353735,-0.8020315132108357,0.13042510924162837\n2018-02-21 14:00:00,-0.3564866362957975,-0.804299993765655,0.13787596140137834\n2018-02-21 15:00:00,-0.3488295166795982,-0.802380516435261,0.14717238095064933\n2018-02-21 16:00:00,-0.3364495020223607,-0.8002133509950518,0.16161692087368237\n2018-02-21 17:00:00,-0.33111425279750195,-0.7968197891241122,0.1704789256703167\n2018-02-21 18:00:00,-0.3194995576032487,-0.7962343163672365,0.18256345134431703\n2018-02-21 19:00:00,-0.305110183664969,-0.7956725111762016,0.19730792169926456\n2018-02-21 20:00:00,-0.28744632173570117,-0.790548258461062,0.22017605565627438\n2018-02-21 21:00:00,-0.27591067284163645,-0.7809307661350491,0.24105119738656522\n2018-02-21 22:00:00,-0.2674610320870984,-0.7712106190510304,0.2593505602914072\n2018-02-21 23:00:00,-0.2682636379496634,-0.7681148990935582,0.2616191554659075\n2018-02-22 00:00:00,-0.26312362339129436,-0.7697847953219648,0.26542065974283385\n2018-02-22 01:00:00,-0.26506723214951133,-0.7666587097510796,0.26702731167920546\n2018-02-22 02:00:00,-0.2587297322828338,-0.7698040618038993,0.2703633727495283\n2018-02-22 03:00:00,-0.2536680005613442,-0.7754116942468798,0.26964571711774254\n2018-02-22 04:00:00,-0.2610566950524107,-0.7810767833696828,0.25666908197134686\n2018-02-22 05:00:00,-0.26297549971252393,-0.7880784365683128,0.24760673353166085\n2018-02-22 06:00:00,-0.2627030604258906,-0.7890887445633693,0.24650128160578472\n2018-02-22 07:00:00,-0.25561625657143383,-0.794611130479523,0.24760184967349474\n2018-02-22 08:00:00,-0.24968990623199083,-0.799683756893211,0.24792470453036003\n2018-02-22 09:00:00,-0.23860001252737295,-0.804997867808813,0.2529150771625162\n2018-02-22 10:00:00,-0.23931686314185888,-0.8091183349741226,0.2471691985281458\n2018-02-22 11:00:00,-0.22280246948538074,-0.8187790756963134,0.25347000018082916\n2018-02-22 12:00:00,-0.2021182338957719,-0.8207916744159559,0.2715623314111336\n2018-02-22 13:00:00,-0.19111123527676882,-0.8245691831943557,0.2776365310492777\n2018-02-22 14:00:00,-0.17516750062118003,-0.8371681981806346,0.28072231426587724\n2018-02-22 15:00:00,-0.16416040995330283,-0.8532442408615906,0.27521518693757363\n2018-02-22 16:00:00,-0.14658174240974908,-0.8802770076096068,0.26499158179067206\n2018-02-22 17:00:00,-0.10894749391357443,-0.9019015153569869,0.2806776233946393\n2018-02-22 18:00:00,-0.11516558957964124,-0.9040428211909385,0.27166961129856126\n2018-02-22 19:00:00,-0.0916217034591321,-0.9235805054323442,0.27582916306599325\n2018-02-22 20:00:00,-0.03272733962138264,-0.9583583514185172,0.2991292939632409\n2018-02-22 21:00:00,0.037704067190138614,-0.9280866184612888,0.3229792668920249\n2018-02-22 22:00:00,0.07780074394296,-0.8788748785811096,0.3318088396051586\n2018-02-22 23:00:00,0.12086182686179517,-0.8305817176382936,0.33711673999999076\n2018-02-23 00:00:00,0.15913187842800977,-0.777294884860003,0.3517614509597146\n2018-02-23 01:00:00,0.18194529228175368,-0.7427125318035398,0.36321324156970075\n2018-02-23 02:00:00,0.19484452252934087,-0.7190143320853604,0.3736211456051303\n2018-02-23 03:00:00,0.2191825945430927,-0.6852045031679085,0.38265921797358754\n2018-02-23 04:00:00,0.21356071537991472,-0.6834865164500267,0.3899427536675107\n2018-02-23 05:00:00,0.2027368078908073,-0.6986097898753847,0.3858865455380642\n2018-02-23 06:00:00,0.2216837309080573,-0.678831148445424,0.38687341984932433\n2018-02-23 07:00:00,0.20815138996082133,-0.6967068825015933,0.38301734063100645\n2018-02-23 08:00:00,0.2193782258118434,-0.693948381632126,0.37493655097525846\n2018-02-23 09:00:00,0.22914198307183978,-0.6891912864744166,0.3703324445546127\n2018-02-23 10:00:00,0.23955881396474601,-0.683735913466386,0.3654119887898737\n2018-02-23 11:00:00,0.25252764689623325,-0.6755638291988842,0.36101594872967663\n2018-02-23 12:00:00,0.27888611420161996,-0.6436317172906513,0.36667495530901417\n2018-02-23 13:00:00,0.2883211996187378,-0.6282839414988856,0.37236866511861844\n2018-02-23 14:00:00,0.2858856346843389,-0.6310729721202478,0.3728050516569643\n2018-02-23 15:00:00,0.2972869650364052,-0.6207951189846875,0.3719262210164539\n2018-02-23 16:00:00,0.30134142525091573,-0.6118249013848428,0.37720930713014517\n2018-02-23 17:00:00,0.29315891937526184,-0.6222077103305126,0.3758288545814645\n2018-02-23 18:00:00,0.2813137210667887,-0.648578413278798,0.3616736218863249\n2018-02-23 19:00:00,0.29448127511971806,-0.6514774321688487,0.3457908427010062\n2018-02-23 20:00:00,0.30728636433155637,-0.6415183457981672,0.3431971975518748\n2018-02-23 21:00:00,0.3172116515129375,-0.6317101972685496,0.3432076697050469\n2018-02-23 22:00:00,0.3359812013031966,-0.6135315687532186,0.34342122182580426\n2018-02-23 23:00:00,0.3372919508362655,-0.6127231047878495,0.3434063822033789\n2018-02-24 00:00:00,0.34338607172800306,-0.6158723260920149,0.3342695222809651\n2018-02-24 01:00:00,0.34060809631034333,-0.6228437788832385,0.33001488219191033\n2018-02-24 02:00:00,0.34206317661556734,-0.6182292984902341,0.333219813751987\n2018-02-24 03:00:00,0.33373638276452317,-0.6313938974253053,0.3285465150687588\n2018-02-24 04:00:00,0.3397379619129697,-0.6245036479652976,0.32883250241946416\n2018-02-24 05:00:00,0.33579534771612174,-0.6250243977311137,0.33212482356739514\n2018-02-24 06:00:00,0.3577483149107245,-0.6040021690015162,0.33132844343236656\n2018-02-24 07:00:00,0.3839341438309798,-0.5726839281378322,0.3366720194832279\n2018-02-24 08:00:00,0.3875422698319032,-0.5635894836609842,0.34272505512694046\n2018-02-24 09:00:00,0.3953431831191138,-0.5579617888316115,0.3407877521082908\n2018-02-24 10:00:00,0.42768975578656293,-0.5226401748827443,0.34380128738152027\n2018-02-24 11:00:00,0.444537000536204,-0.4936419178342324,0.35540579673729167\n2018-02-24 12:00:00,0.4648519629590364,-0.4693847724332098,0.35972963173025035\n2018-02-24 13:00:00,0.4882887830864789,-0.43905156482003027,0.36699146323975657\n2018-02-24 14:00:00,0.48600371143411836,-0.4306788490355429,0.3783487564794342\n2018-02-24 15:00:00,0.48393205024417474,-0.42899027760067926,0.38297666027823235\n2018-02-24 16:00:00,0.4864614113955409,-0.4207405892359154,0.3900716620786054\n2018-02-24 17:00:00,0.476347276763862,-0.4270583904606966,0.3948782270733204\n2018-02-24 18:00:00,0.4833498309281963,-0.421485699082003,0.39366831287248605\n2018-02-24 19:00:00,0.4956145392619195,-0.4064331365102121,0.39673407435399993\n2018-02-24 20:00:00,0.48952463225274584,-0.4122027503257772,0.39804454022281915\n2018-02-24 21:00:00,0.482227723295556,-0.4243767584309164,0.39399521814309807\n2018-02-24 22:00:00,0.4800983159152059,-0.4283486472990258,0.3927738048513416\n2018-02-24 23:00:00,0.48752254839133224,-0.41438511293029145,0.3991821704188167\n2018-02-25 00:00:00,0.4815254358295721,-0.4205088102339918,0.3990985120886924\n2018-02-25 01:00:00,0.4814702516089488,-0.4240356511165248,0.3956799444025392\n2018-02-25 02:00:00,0.49728200030432407,-0.409597657291563,0.39439002824747366\n2018-02-25 03:00:00,0.5024310117220607,-0.4016680196614639,0.3969293810362114\n2018-02-25 04:00:00,0.5002489485295959,-0.40476544137134673,0.3959205738620182\n2018-02-25 05:00:00,0.5048538043582044,-0.39450177484392307,0.4007075762989271\n2018-02-25 06:00:00,0.5154933128014609,-0.37260881085138314,0.411322396037086\n2018-02-25 07:00:00,0.5096793838060133,-0.36860301677184476,0.42070482870659187\n2018-02-25 08:00:00,0.5115624923415932,-0.3597318957881947,0.42705298555822363\n2018-02-25 09:00:00,0.5110270877178265,-0.3535849162291517,0.433270883294977\n2018-02-25 10:00:00,0.5170546507794966,-0.34673223020946753,0.43380518832245873\n2018-02-25 11:00:00,0.5072554930888625,-0.3530894607232605,0.43723474308244065\n2018-02-25 12:00:00,0.5229947083032773,-0.337580120659736,0.43673798771704375\n2018-02-25 13:00:00,0.5516988374356204,-0.29877439964187086,0.44640275015567804\n2018-02-25 14:00:00,0.5630360807600147,-0.2796087582315175,0.45383157892187004\n2018-02-25 15:00:00,0.5725806069003618,-0.2652393830726362,0.45830775262011125\n2018-02-25 16:00:00,0.5851029213350645,-0.24770292274339392,0.46366481584381436\n2018-02-25 17:00:00,0.5734255994004849,-0.2602061871840823,0.4630420040578498\n2018-02-25 18:00:00,0.5804999726022744,-0.2600214814471523,0.456216195565983\n2018-02-25 19:00:00,0.5801777216665813,-0.2604683298266454,0.4564963806194542\n2018-02-25 20:00:00,0.5572328739449489,-0.2886527352543644,0.4512483405387117\n2018-02-25 21:00:00,0.5471825603638694,-0.29646564459118263,0.4535299750972606\n2018-02-25 22:00:00,0.5535147503935727,-0.2998957749186437,0.44281021201062615\n2018-02-25 23:00:00,0.5685671400673534,-0.2906472252722498,0.4361686671615187\n2018-02-26 00:00:00,0.5971802877973634,-0.2674222645427561,0.43007617230828044\n2018-02-26 01:00:00,0.5904786939848872,-0.27083990528372215,0.43328178962395125\n2018-02-26 02:00:00,0.7746106416073398,0.13332168754822962,0.37935874361008803\n2018-02-26 03:00:00,0.7496396036632513,0.14179007500265495,0.39844516553469056\n2018-02-26 04:00:00,0.7439468197223673,0.14565770198581204,0.40008117126961346\n2018-02-26 05:00:00,0.7397461225551248,0.14887771200462166,0.4009174547684846\n2018-02-26 06:00:00,0.7403309234859426,0.1470212880089548,0.40221568589687906\n2018-02-26 07:00:00,0.7361056316105171,0.15138206429405662,0.4017201429528071\n2018-02-26 08:00:00,0.7308449092551651,0.15477286402709495,0.4033690007090701\n2018-02-26 09:00:00,0.729582102301488,0.15113940229826672,0.4080831716553032\n2018-02-26 10:00:00,0.7287807884532199,0.1505158829853158,0.40904418237307777\n2018-02-26 11:00:00,0.7279005678511832,0.14719436057217572,0.4126624681925554\n2018-02-26 12:00:00,0.7272823126615934,0.14085470972333838,0.41956830441982157\n2018-02-26 13:00:00,0.7259879172511867,0.13867969104145977,0.42297037449948205\n2018-02-26 14:00:00,0.7235048609156624,0.14261710851616782,0.42184690087084165\n2018-02-26 15:00:00,0.723411690765676,0.1402957260434777,0.42505243529552633\n2018-02-26 16:00:00,0.7224527258862674,0.13989140904785133,0.4268063662723394\n2018-02-26 17:00:00,0.7186083207021556,0.14017139651893087,0.4303256447707411\n2018-02-26 18:00:00,0.7169106912282384,0.1364276800192424,0.4361575558830852\n2018-02-26 19:00:00,0.7146461620984104,0.13158683972128124,0.44340469385556885\n2018-02-26 20:00:00,0.716670485472695,0.12973240083852564,0.4435373064116743\n2018-02-26 21:00:00,0.7160405334425715,0.12724365064304227,0.446777906850989\n2018-02-26 22:00:00,0.7171452106634222,0.11801087037475123,0.45559698845181945\n2018-02-26 23:00:00,0.7191314981958645,0.11479725169341108,0.4563405848464808\n2018-02-27 00:00:00,0.7198782800592545,0.11218144115177085,0.4583463167427488\n2018-02-27 01:00:00,0.7175923646617237,0.11804590047150529,0.4547000196154566\n2018-02-27 02:00:00,0.7168109689857686,0.11948144214312871,0.4538207134201843\n2018-02-27 03:00:00,0.7150095725434562,0.12146122769779971,0.4528882544196626\n2018-02-27 04:00:00,0.7133579880211749,0.12133565545285273,0.4543451891201588\n2018-02-27 05:00:00,0.7141550938296013,0.11781706250023527,0.45652045112065154\n2018-02-27 06:00:00,0.7098740440059234,0.12194028668027115,0.45652375714835935\n2018-02-27 07:00:00,0.7101742021359919,0.11650361675020694,0.4622266162885403\n2018-02-27 08:00:00,0.7095072555761344,0.11281937943436067,0.46648500838023704\n2018-02-27 09:00:00,0.7111605219588741,0.11025500998364678,0.4670314141546885\n2018-02-27 10:00:00,0.7145640949463979,0.10413347758835055,0.4694423957480133\n2018-02-27 11:00:00,0.714585699954394,0.10383911282460687,0.4694554768381546\n2018-02-27 12:00:00,0.713040136576589,0.10750117497038468,0.4675963562436432\n2018-02-27 13:00:00,0.7146181224755946,0.1075517893018894,0.46620897515611176\n2018-02-27 14:00:00,0.7151155889712243,0.10779188917431436,0.46561393209235286\n2018-02-27 15:00:00,0.7160243638868089,0.10866184285883929,0.4634585696358202\n2018-02-27 16:00:00,0.7124878898586253,0.1096448041816119,0.4653138963317131\n2018-02-27 17:00:00,0.7110204179013858,0.10943145783144878,0.46732406467865467\n2018-02-27 18:00:00,0.7115791234722918,0.1076597175864094,0.4692663154130813\n2018-02-27 19:00:00,0.7126849016048817,0.10637004787217319,0.47007740617018323\n2018-02-27 20:00:00,0.7138712476562835,0.1046080088419868,0.47167632185628694\n2018-02-27 21:00:00,0.7148754713115653,0.10762179489678106,0.46858114540238655\n2018-02-27 22:00:00,0.7136084039778636,0.11461273426211632,0.46344951437552695\n2018-02-27 23:00:00,0.71148849881328,0.12299803363531589,0.4575804571937438\n2018-02-28 00:00:00,0.7123547599204884,0.13019270500516344,0.4499836075884796\n2018-02-28 01:00:00,0.7075550366899506,0.14344562950112338,0.44161680831538574\n2018-02-28 02:00:00,0.7072163518965091,0.14640461461728074,0.43942775414952323\n2018-02-28 03:00:00,0.7050175988348051,0.15580999849735896,0.43273569246067833\n2018-02-28 04:00:00,0.7052906175762181,0.16063584963577401,0.4284195729418831\n2018-02-28 05:00:00,0.7052774754211346,0.16791869060496586,0.4217902470622415\n2018-02-28 06:00:00,0.7053303151697667,0.17165984003662385,0.4181767587333812\n2018-02-28 07:00:00,0.7036542709553375,0.17781034677401275,0.41359102867522135\n2018-02-28 08:00:00,0.7036223222542028,0.1847754425129159,0.4065453469758949\n2018-02-28 09:00:00,0.7044959678891122,0.1911766838926846,0.398803466524592\n2018-02-28 10:00:00,0.7073974948741893,0.19210642769273825,0.3947145731737026\n2018-02-28 11:00:00,0.7037816936849879,0.20149263821377447,0.38806345549538346\n2018-02-28 12:00:00,0.69993551459809,0.20898213193877535,0.384013523256237\n2018-02-28 13:00:00,0.6999737542274593,0.20957257364111925,0.38303637240534516\n2018-02-28 14:00:00,0.70156540011363,0.2086774589011131,0.38179361582482396\n2018-02-28 15:00:00,0.7048797927963348,0.20482377239137828,0.38218039262478826\n2018-02-28 16:00:00,0.7105284036680896,0.19956148716110167,0.38169372885391833\n2018-02-28 17:00:00,0.7149797521261932,0.19431562964819554,0.38239662661225055\n2018-02-28 18:00:00,0.7157317831111314,0.19297224227755352,0.3834354849191053\n2018-02-28 19:00:00,0.717785312271168,0.1899690609083642,0.3846512016155395\n2018-02-28 20:00:00,0.7191530197140108,0.18855629226644782,0.38504807434575655\n2018-02-28 21:00:00,0.7229680277334043,0.1812695518522315,0.3885313182061025\n2018-02-28 22:00:00,0.726935953375526,0.17797949877986094,0.3878119461354039\n2018-02-28 23:00:00,0.7268854296924193,0.17750802768692192,0.3882642657812235\n2018-03-01 00:00:00,0.7280611483110822,0.1712339440208559,0.3937085229517669\n2018-03-01 01:00:00,0.7315599639569871,0.16352812380333995,0.39845527667405367\n2018-03-01 02:00:00,0.7320636532923808,0.1629796591023365,0.3985444046573232\n2018-03-01 03:00:00,0.7293641717214313,0.1646528554062919,0.39985590448987063\n2018-03-01 04:00:00,0.7302357534059422,0.1634450504646974,0.4004395300828896\n2018-03-01 05:00:00,0.7340736557239511,0.15720585647070975,0.40344589924127766\n2018-03-01 06:00:00,0.7354759534788874,0.1540110906706142,0.40571935346483307\n2018-03-01 07:00:00,0.7385019721012112,0.15078043109405898,0.4065708762387986\n2018-03-01 08:00:00,0.7402784856971956,0.146541526094444,0.40952730395032083\n2018-03-01 09:00:00,0.7369440458008014,0.1495517347640905,0.40993528097611187\n2018-03-01 10:00:00,0.7358369980357918,0.15025874825690488,0.41048897258076067\n2018-03-01 11:00:00,0.7368027128923554,0.14721343062820685,0.41235014409273224\n2018-03-01 12:00:00,0.7359898218957492,0.14829190558898356,0.41165728998229784\n2018-03-01 13:00:00,0.7363989726243316,0.1493347546862193,0.4100483817121367\n2018-03-01 14:00:00,0.739448655180765,0.1451857826181781,0.4116057270122248\n2018-03-01 15:00:00,0.7429289513378972,0.14010443040189674,0.41391176549709974\n2018-03-01 16:00:00,0.7413176840810678,0.1385824606276313,0.4174372587801823\n2018-03-01 17:00:00,0.7400375173835878,0.1354852993120164,0.4219900942959768\n2018-03-01 18:00:00,0.7463376246716495,0.12467063750188247,0.4270965941418937\n2018-03-01 19:00:00,0.7477350403972228,0.12186264837578462,0.42840694370447996\n2018-03-01 20:00:00,0.7570881613950177,0.11019068904857428,0.43069833775392\n2018-03-01 21:00:00,0.759395639314629,0.10882088015436865,0.42968108224795254\n2018-03-01 22:00:00,0.7528943641887258,0.12411826658543026,0.4205637238696747\n2018-03-01 23:00:00,0.750703197282152,0.12666160469712925,0.41990238626040555\n2018-03-02 00:00:00,0.7554415772645964,0.12423680213601297,0.41739795408296254\n2018-03-02 01:00:00,0.7533841115980514,0.1303838953464892,0.41254616580630066\n2018-03-02 02:00:00,0.749878744220509,0.1379021863355061,0.4082230494548076\n2018-03-02 03:00:00,0.7458927491516513,0.14471252651811645,0.4048752224649953\n2018-03-02 04:00:00,0.7402729668720235,0.1460817789336704,0.40887582374826414\n2018-03-02 05:00:00,0.7429078285754414,0.14183607982665636,0.4105332389733163\n2018-03-02 06:00:00,0.7422058723627029,0.14986760165022445,0.40328587892008105\n2018-03-02 07:00:00,0.7462689777129766,0.15123003302011448,0.39800530063101636\n2018-03-02 08:00:00,0.7449293382033356,0.1566275250582529,0.39418095506949347\n2018-03-02 09:00:00,0.7435626143906302,0.16343483359779745,0.38931517892811257\n2018-03-02 10:00:00,0.739425259516554,0.17102486349199278,0.3862267960662612\n2018-03-02 11:00:00,0.7346553590752157,0.18009434700877522,0.3820315272531214\n2018-03-02 12:00:00,0.7323733343384298,0.1859739974767066,0.37820880358183917\n2018-03-02 13:00:00,0.7277447004387609,0.19049466424387343,0.37846699582745524\n2018-03-02 14:00:00,0.7208107850093277,0.19578023467440175,0.3803575704938468\n2018-03-02 15:00:00,0.7144463612742382,0.20381514302378584,0.3789985805481371\n2018-03-02 16:00:00,0.7121356015362124,0.20851196501120575,0.37635483417375126\n2018-03-02 17:00:00,0.7170213700653613,0.2047626257573587,0.3753766163710387\n2018-03-02 18:00:00,0.7176080747008785,0.2051379545179176,0.3744013961303114\n2018-03-02 19:00:00,0.7189195088321093,0.20314698399923503,0.37516688844161544\n2018-03-02 20:00:00,0.7164169295114501,0.20449440221196455,0.37604026963956777\n2018-03-02 21:00:00,0.7144635298096206,0.20417455820911673,0.37839138731744754\n2018-03-02 22:00:00,0.7100461905962407,0.2049604845561862,0.3819328396777512\n2018-03-02 23:00:00,0.6681997163860794,-0.08504896194679726,0.5399428272307084\n2018-03-03 00:00:00,0.6758474792863919,-0.08744090028953604,0.5272521627048973\n2018-03-03 01:00:00,0.6776872456566573,-0.08814492493252737,0.5251166049441084\n2018-03-03 02:00:00,0.6781126936680545,-0.08879619188294215,0.5244561544717924\n2018-03-03 03:00:00,0.6835153901242056,-0.0864313283087827,0.521870848965908\n2018-03-03 04:00:00,0.6800877743344624,-0.08848940383719736,0.5237395921398884\n2018-03-03 05:00:00,0.6694351053124613,-0.09635579636009683,0.5270332308024833\n2018-03-03 06:00:00,0.6597484917096393,-0.10497662827066612,0.5286279948986233\n2018-03-03 07:00:00,0.6554609080276739,-0.10995983899607845,0.5284452150900026\n2018-03-03 08:00:00,0.6514436647893969,-0.11395088325714707,0.528722733721669\n2018-03-03 09:00:00,0.6503882838969121,-0.11155087648934353,0.5325091934212758\n2018-03-03 10:00:00,0.6513250560781466,-0.10579756426035368,0.5374834926292621\n2018-03-03 11:00:00,0.6419765889888878,-0.1129461555419458,0.539744081625616\n2018-03-03 12:00:00,0.6335644435638197,-0.11975564019536775,0.5417295869753253\n2018-03-03 13:00:00,0.6276610596991163,-0.12535524610392332,0.5420308772843736\n2018-03-03 14:00:00,0.619805085147417,-0.13325893578678435,0.5419347249780713\n2018-03-03 15:00:00,0.6094454032382483,-0.14600327681896386,0.5396291518365917\n2018-03-03 16:00:00,0.6002442708041741,-0.1639612809874232,0.5313783494568995\n2018-03-03 17:00:00,0.5899067619227975,-0.17338791916470486,0.5327777328956753\n2018-03-03 18:00:00,0.5809319760024614,-0.18594304583951776,0.5294303302002404\n2018-03-03 19:00:00,0.5724917693413298,-0.19458977471637412,0.5293719876994047\n2018-03-03 20:00:00,0.5420675491120761,-0.21773871311734275,0.5362750781941475\n2018-03-03 21:00:00,0.5314578481098278,-0.233762923699431,0.5302756791560874\n2018-03-03 22:00:00,0.5259594929971557,-0.242783732568938,0.52687711786534\n2018-03-03 23:00:00,0.5173406751056748,-0.24967374190576042,0.5280826334196651\n2018-03-04 00:00:00,0.5031090860851223,-0.2684793675048372,0.5232672250013127\n2018-03-04 01:00:00,0.501045817418052,-0.2758655160306068,0.5177508672658696\n2018-03-04 02:00:00,0.4925723624240679,-0.2841605894400843,0.5175574750893939\n2018-03-04 03:00:00,0.4889401550372207,-0.2870337983757044,0.5175034285514355\n2018-03-04 04:00:00,0.4788921137547092,-0.29995354678757,0.5140031862731756\n2018-03-04 05:00:00,0.4792954292489821,-0.30305113724068417,0.50984823334687\n2018-03-04 06:00:00,0.4785213237154415,-0.3016814149171694,0.5114800186804576\n2018-03-04 07:00:00,0.46326333455719954,-0.3118178853599263,0.516913986659065\n2018-03-04 08:00:00,0.4578696272864311,-0.3136646247974319,0.5199608690243261\n2018-03-04 09:00:00,0.46631793005450206,-0.301963681486088,0.5232399563681948\n2018-03-04 10:00:00,0.4589165411210543,-0.30475587999254333,0.5274248899453082\n2018-03-04 11:00:00,0.45289846685748103,-0.30688587353118635,0.5301442915011205\n2018-03-04 12:00:00,0.45240169223067345,-0.3050223546795088,0.532603964160797\n2018-03-04 13:00:00,0.459237774181155,-0.3008951011734096,0.5300034591405133\n2018-03-04 14:00:00,0.4525252629357863,-0.3114697803919422,0.5258775353950214\n2018-03-04 15:00:00,0.4624992901376056,-0.3000974709659201,0.5270380373131801\n2018-03-04 16:00:00,0.4560209373168546,-0.3066707170567206,0.5273401804974596\n2018-03-04 17:00:00,0.46775683510235816,-0.2969726025936878,0.5260578395459425\n2018-03-04 18:00:00,0.47453717055209105,-0.28767693135808287,0.5290844776208519\n2018-03-04 19:00:00,0.47479840308394305,-0.2871359584040548,0.5304841329780597\n2018-03-04 20:00:00,0.4838357250459645,-0.2828527166130648,0.5265151795033791\n2018-03-04 21:00:00,0.48955697953918403,-0.2811081302760219,0.5228782913822798\n2018-03-04 22:00:00,0.49196599016114195,-0.2765253675304474,0.5255179137789732\n2018-03-04 23:00:00,0.5015337403627882,-0.268654264790011,0.5238266435626827\n2018-03-05 00:00:00,0.5172766559553861,-0.2556896222559234,0.5214818437616714\n2018-03-05 01:00:00,0.5217917069416063,-0.2532756726656549,0.5200177442659135\n2018-03-05 02:00:00,0.5281940722582671,-0.24992387459957077,0.5172465687648856\n2018-03-05 03:00:00,0.5481099907914361,-0.22860624437580146,0.5189749646904135\n2018-03-05 04:00:00,0.5677937809032664,-0.20853401204643177,0.5196280130591122\n2018-03-05 05:00:00,0.5940397586825895,-0.1846818142345527,0.5172922532682624\n2018-03-05 06:00:00,0.6039503698966928,-0.17150933920304612,0.5210613017714695\n2018-03-05 07:00:00,0.6209559201507163,-0.15254145010550735,0.5228975058447136\n2018-03-05 08:00:00,0.6329763761319508,-0.13877845420635665,0.524646400746448\n2018-03-05 09:00:00,0.6458126572941473,-0.12623910146768397,0.5238316151563215\n2018-03-05 10:00:00,0.656832988892693,-0.11375564658112544,0.5246299496585631\n2018-03-05 11:00:00,0.6571284436391853,-0.10946486942572684,0.5283366179846782\n2018-03-05 12:00:00,0.6670514003694635,-0.09874717311661349,0.5285585692805836\n2018-03-05 13:00:00,0.6645893553718462,-0.10366543532844583,0.5257297619130359\n2018-03-05 14:00:00,0.6651725722835304,-0.10679225207831593,0.5219883850525312\n2018-03-05 15:00:00,0.6482582600779262,-0.12914572388245446,0.5169610691393993\n2018-03-05 16:00:00,0.6468285306492016,-0.13869164977101597,0.5088117909363059\n2018-03-05 17:00:00,0.6566135265756249,-0.13263681223246737,0.5051264296663317\n2018-03-05 18:00:00,0.6564025306858844,-0.12852141797813577,0.5094362497878885\n2018-03-05 19:00:00,0.663387241956103,-0.11756016604810089,0.5137360830452051\n2018-03-05 20:00:00,0.6572373597744455,-0.11633518038044428,0.521511203151896\n2018-03-05 21:00:00,0.6379527799127844,-0.13322176995017201,0.5242005240604216\n2018-03-05 22:00:00,0.6282768418784462,-0.14420727838198583,0.5228612826647774\n2018-03-05 23:00:00,-0.031711243311936,-0.8131855798996668,0.45746269346370916\n2018-03-06 00:00:00,0.038265454438273304,-0.8893772873554746,0.37218644535464784\n2018-03-06 01:00:00,0.046791382042841625,-0.8942879634020886,0.35816650074036505\n2018-03-06 02:00:00,0.0435910162056143,-0.8938479960752167,0.3618769149844329\n2018-03-06 03:00:00,0.03132808147951786,-0.9019884032443396,0.36601650200622043\n2018-03-06 04:00:00,0.01736034049598924,-0.9139680273704932,0.36817990582324817\n2018-03-06 05:00:00,0.01223778204285499,-0.9034895639040865,0.38431630919064413\n2018-03-06 06:00:00,-0.007564776331509479,-0.9031126077849547,0.38930484117405634\n2018-03-06 07:00:00,-0.031891739029004336,-0.8902058977761113,0.3786691302919919\n2018-03-06 08:00:00,-0.05385166589275245,-0.8731774941763604,0.37502400420416754\n2018-03-06 09:00:00,-0.06402823846042785,-0.865608011493831,0.373141734247569\n2018-03-06 10:00:00,-0.0712962664101944,-0.8588857691638987,0.37274473671636166\n2018-03-06 11:00:00,-0.0843332843793347,-0.8395835842916908,0.379390265524123\n2018-03-06 12:00:00,-0.1075529924364807,-0.8221213075069792,0.3738201873196666\n2018-03-06 13:00:00,-0.11254746633797884,-0.8158141477284675,0.3755026919526023\n2018-03-06 14:00:00,-0.12605793859682032,-0.808531927496758,0.36968543860550407\n2018-03-06 15:00:00,-0.13496139185645803,-0.8046221043672938,0.3642639217759797\n2018-03-06 16:00:00,-0.14393459437354597,-0.7997411081175579,0.36017254189110903\n2018-03-06 17:00:00,-0.13538142500181657,-0.8016254227175545,0.367105838699575\n2018-03-06 18:00:00,-0.14008191105671775,-0.7968318575712992,0.367389571987703\n2018-03-06 19:00:00,-0.1427712200648115,-0.7946732583329981,0.36708881220050915\n2018-03-06 20:00:00,-0.14583481244018526,-0.7958248671624188,0.36249486725262403\n2018-03-06 21:00:00,-0.14886078368236863,-0.7931601891982244,0.36193091222550433\n2018-03-06 22:00:00,-0.1542249766607921,-0.7858471962830577,0.3638933299084043\n2018-03-06 23:00:00,-0.14440023452144446,-0.792353285068041,0.3670649682715871\n2018-03-07 00:00:00,-0.12436471717868636,-0.7967432360732106,0.3821478450035772\n2018-03-07 01:00:00,-0.10573688707797403,-0.8050796877232722,0.39157392998418566\n2018-03-07 02:00:00,-0.08560724513659447,-0.8171307423361696,0.3984185154144098\n2018-03-07 03:00:00,-0.05647098434078128,-0.8204514402272317,0.42279816190675307\n2018-03-07 04:00:00,-0.04319116800036158,-0.8137189614617518,0.44159403339594844\n2018-03-07 05:00:00,-0.018910795543527054,-0.8191773879629589,0.46025719445110164\n2018-03-07 06:00:00,-0.010973548413256711,-0.8147566354409909,0.47225576712834955\n2018-03-07 07:00:00,0.0034578625283992535,-0.8090602137249961,0.4854958635147003\n2018-03-07 08:00:00,0.006091569269731726,-0.8026342192639944,0.48891456344492346\n2018-03-07 09:00:00,0.0030565569280763642,-0.805388425522952,0.48932935454738097\n2018-03-07 10:00:00,0.01360739123971881,-0.8012909883881636,0.4826263987859799\n2018-03-07 11:00:00,0.014070024078239067,-0.8042602193804904,0.47887377335760223\n2018-03-07 12:00:00,0.029539725668743303,-0.7956124458355922,0.4713289594202977\n2018-03-07 13:00:00,0.07579109032424018,-0.7489626648359348,0.47106809659668875\n2018-03-07 14:00:00,0.11077062381067056,-0.710437556731019,0.4739317464488009\n2018-03-07 15:00:00,0.1351168175144004,-0.6874882545924089,0.4721170667889984\n2018-03-07 16:00:00,0.15446605647905684,-0.665636554561368,0.4741389715299745\n2018-03-07 17:00:00,0.17642497169156343,-0.651298310381746,0.46624224529556935\n2018-03-07 18:00:00,0.19228893294786295,-0.6393895836338575,0.46266769598244706\n2018-03-07 19:00:00,0.1940745119503421,-0.6447094450326137,0.45566417733680387\n2018-03-07 20:00:00,0.18685530074649145,-0.63000194574376,0.47499565000119703\n2018-03-07 21:00:00,0.16222811569941714,-0.6496705214117053,0.4805099001661755\n2018-03-07 22:00:00,0.1407691899667756,-0.6728978056390099,0.47972694987961345\n2018-03-07 23:00:00,0.12071027778910982,-0.6953723382556045,0.4778130001475829\n2018-03-08 00:00:00,0.09934401414353612,-0.7211654059778535,0.4734638719419312\n2018-03-08 01:00:00,0.07476867744059497,-0.7433847969487553,0.47525360753350976\n2018-03-08 02:00:00,0.025940391901467862,-0.7902862156869297,0.4771015137576123\n2018-03-08 03:00:00,-0.006214756773312049,-0.8197251266696214,0.4670773779904008\n2018-03-08 04:00:00,-0.03162366380367198,-0.8151781360031419,0.4462481254496018\n2018-03-08 05:00:00,-0.04685881027713355,-0.8157392731505578,0.4304129081695497\n2018-03-08 06:00:00,-0.05135740811819485,-0.8191568848087598,0.42205503623894725\n2018-03-08 07:00:00,-0.051376966205294396,-0.8194721458097927,0.4214274757996292\n2018-03-08 08:00:00,-0.07262614620264726,-0.8119648113831849,0.4074201577864868\n2018-03-08 09:00:00,-0.0873990264085864,-0.8089650783084853,0.39588193452649045\n2018-03-08 10:00:00,-0.08805823567574961,-0.8046593580628257,0.3990091630536289\n2018-03-08 11:00:00,-0.0909981759436733,-0.8065919172595507,0.39391210480128175\n2018-03-08 12:00:00,-0.0918018576654589,-0.8061605139560308,0.3934726266822693\n2018-03-08 13:00:00,-0.08759426238352944,-0.8051555711292699,0.3988834471622763\n2018-03-08 14:00:00,-0.08225738318614113,-0.8050870934772604,0.40449076632599396\n2018-03-08 15:00:00,-0.09071766761738871,-0.8011329679047859,0.4006179942056796\n2018-03-08 16:00:00,-0.09202090375851005,-0.7978162829724372,0.4032628224388337\n2018-03-08 17:00:00,-0.09557168661908015,-0.7914020601936577,0.40662281834201264\n2018-03-08 18:00:00,-0.09648438604238722,-0.7876866753702464,0.4098580680345538\n2018-03-08 19:00:00,-0.10762204362186949,-0.7786020264633491,0.40824821993860516\n2018-03-08 20:00:00,-0.12401466569005092,-0.7743519137389548,0.39667504334439563\n2018-03-08 21:00:00,-0.12277892041730222,-0.778731308683792,0.3941921696701812\n2018-03-08 22:00:00,-0.12894196330817695,-0.7799240382389855,0.38712836974798387\n2018-03-08 23:00:00,-0.12411557614915575,-0.7847419719511801,0.3872204757116764\n2018-03-09 00:00:00,-0.12629251516960704,-0.7834227538713883,0.38627073482122104\n2018-03-09 01:00:00,-0.1344949516447762,-0.7776880062352504,0.38397809898460566\n2018-03-09 02:00:00,-0.14027229098059624,-0.7767929913057653,0.37893450310498483\n2018-03-09 03:00:00,-0.1398395998728937,-0.7759118022050967,0.3804951917980354\n2018-03-09 04:00:00,-0.14274105380177754,-0.7718023934896241,0.3815484500099013\n2018-03-09 05:00:00,-0.14893017673346537,-0.7689177555891958,0.3780980728222681\n2018-03-09 06:00:00,-0.1542166709322055,-0.7692514592942724,0.37242678762132964\n2018-03-09 07:00:00,-0.16431890071735583,-0.7677562388379163,0.363546171258423\n2018-03-09 08:00:00,-0.17101533725975157,-0.7670608007974422,0.35700959423645023\n2018-03-09 09:00:00,-0.1783597128107481,-0.7639668604117539,0.35255424621345466\n2018-03-09 10:00:00,-0.1880642330712908,-0.7586488982037598,0.34797273823231084\n2018-03-09 11:00:00,-0.1917685717630647,-0.7560760752450821,0.3466423074628483\n2018-03-09 12:00:00,-0.20133330909091654,-0.7518033448932455,0.3414269073044654\n2018-03-09 13:00:00,-0.213866346575445,-0.7467233249358634,0.33430324897225394\n2018-03-09 14:00:00,-0.22892429858467797,-0.7474386036896423,0.3188962916454005\n2018-03-09 15:00:00,-0.25069132901971947,-0.7471263430159097,0.2982977044715223\n2018-03-09 16:00:00,-0.26311694491145476,-0.7451963904980826,0.2881691104032826\n2018-03-09 17:00:00,-0.35233845501506944,-0.7165338006326092,0.23147728263972756\n2018-03-09 18:00:00,-0.3716414692577515,-0.711044626695018,0.2194100018828893\n2018-03-09 19:00:00,-0.3882506287794286,-0.7030237093990113,0.21133941710733378\n2018-03-09 20:00:00,-0.4007841637158796,-0.7011899618399704,0.20094382997233973\n2018-03-09 21:00:00,-0.4059044128672815,-0.7029649751668855,0.19472970546152907\n2018-03-09 22:00:00,-0.4100222288323494,-0.7018395790188235,0.1921002254739273\n2018-03-09 23:00:00,-0.4134390060874201,-0.7003568457548683,0.19052380612212194\n2018-03-10 00:00:00,-0.4144052673031472,-0.6981807851299173,0.19190729549203722\n2018-03-10 01:00:00,-0.42340971352506945,-0.6983117362451218,0.1826449595560592\n2018-03-10 02:00:00,-0.4246979727429973,-0.6982218477870911,0.1814945903486294\n2018-03-10 03:00:00,-0.42918654201996803,-0.6928454821920703,0.18217595355395894\n2018-03-10 04:00:00,-0.444278060779182,-0.690088081737334,0.17012966788381523\n2018-03-10 05:00:00,-0.4527908903060211,-0.6902899528649943,0.1614040007261653\n2018-03-10 06:00:00,-0.46457568126069826,-0.6909094903100192,0.14922206715687727\n2018-03-10 07:00:00,-0.4725211310584881,-0.6966796503122796,0.13558841283386716\n2018-03-10 08:00:00,-0.4735507814033301,-0.7014938371435061,0.12941721403283993\n2018-03-10 09:00:00,-0.47467241191376475,-0.7070156513554811,0.12254663001322659\n2018-03-10 10:00:00,-0.4792672847812101,-0.7086053157036926,0.11699108264645057\n2018-03-10 11:00:00,-0.47849586130670146,-0.7119873221654791,0.11426173207139417\n2018-03-10 12:00:00,-0.48610951369363353,-0.7096150004976466,0.10996987978350577\n2018-03-10 13:00:00,-0.4852527953698247,-0.7078346203213509,0.1131208062312029\n2018-03-10 14:00:00,-0.4861919808831561,-0.7088264818224721,0.11161688367160727\n2018-03-10 15:00:00,-0.4839675906782498,-0.7063866727294436,0.11602645725450791\n2018-03-10 16:00:00,-0.4820988084399688,-0.702360975913094,0.12178613049977835\n2018-03-10 17:00:00,-0.47848781453861516,-0.7054009685569016,0.12259102607594143\n2018-03-10 18:00:00,-0.4810379678516999,-0.708051831466276,0.11729006756021783\n2018-03-10 19:00:00,-0.48297763054242115,-0.7139231494725974,0.109602924373201\n2018-03-10 20:00:00,-0.48251450027025966,-0.7170608241792836,0.1072547968990893\n2018-03-10 21:00:00,-0.4830466344046546,-0.7176344719695729,0.10622758100647087\n2018-03-10 22:00:00,-0.4806898701552441,-0.7190464600016974,0.10682963520850576\n2018-03-10 23:00:00,-0.4732380496683673,-0.7204046501560729,0.11269310859705939\n2018-03-11 00:00:00,-0.4693522667313483,-0.7220404731072246,0.11558646432617337\n2018-03-11 01:00:00,-0.46449038905346474,-0.7230455786863081,0.11903066379650014\n2018-03-11 02:00:00,-0.46015114457865736,-0.7236239798571544,0.12286529783645105\n2018-03-11 03:00:00,-0.45919588930366584,-0.7212623804259347,0.12599775476367073\n2018-03-11 04:00:00,-0.4559904137782834,-0.7236181016035215,0.12609959274239005\n2018-03-11 05:00:00,-0.4507189625310079,-0.7227122242321655,0.13231112155456562\n2018-03-11 06:00:00,-0.454621370448507,-0.7180440625824867,0.13250129005137268\n2018-03-11 07:00:00,-0.45217488989011606,-0.7221267645889969,0.1307835365295517\n2018-03-11 08:00:00,-0.45265048565748783,-0.721668454452989,0.13036564786491991\n2018-03-11 09:00:00,-0.45089900291696433,-0.7254804881145182,0.12816948565888045\n2018-03-11 10:00:00,-0.45509752735203246,-0.7253957623814093,0.12453502872116858\n2018-03-11 11:00:00,-0.45683597209120536,-0.7309702529867843,0.11752829762211657\n2018-03-11 12:00:00,-0.4617188012009591,-0.7333719935403957,0.11012455182534944\n2018-03-11 13:00:00,-0.4607270733619161,-0.7318442838727767,0.1129421030819052\n2018-03-11 14:00:00,-0.5196493918618649,-0.7761039035769248,-0.021906237961429407\n2018-03-11 15:00:00,-0.5110522444189124,-0.7710218490389278,-0.03654022547890676\n2018-03-11 16:00:00,-0.5105716769673498,-0.7728246889636461,-0.035839833832315086\n2018-03-11 17:00:00,-0.5098177044749335,-0.7742107553119008,-0.03495749119477016\n2018-03-11 18:00:00,-0.5085402375164644,-0.7779829848723104,-0.032307464685842106\n2018-03-11 19:00:00,-0.5073172439570199,-0.7815525728749866,-0.030491433352643562\n2018-03-11 20:00:00,-0.5066356447544466,-0.7863989398961061,-0.026391268601620964\n2018-03-11 21:00:00,-0.5067342329014053,-0.7881053362331673,-0.024985952215060635\n2018-03-11 22:00:00,-0.5063907453574498,-0.7922454475616879,-0.021262226713969035\n2018-03-11 23:00:00,-0.5058642549324321,-0.7929096501805416,-0.020968977549465858\n2018-03-12 00:00:00,-0.5037161037235467,-0.801366286478049,-0.014758348447501537\n2018-03-12 01:00:00,-0.5016676258823699,-0.8080482846465114,-0.010218277130220168\n2018-03-12 02:00:00,-0.5002975351274807,-0.8135501422787869,-0.006478175908100207\n2018-03-12 03:00:00,-0.49435435084118623,-0.8192915373316312,-0.006154198542416079\n2018-03-12 04:00:00,-0.4921910088323462,-0.8244790879885495,-0.003040570199188125\n2018-03-12 05:00:00,-0.4892541457379859,-0.8273044613937324,-0.0030743574422948438\n2018-03-12 06:00:00,-0.4795338170320409,-0.8348125955588752,0.005132434400010195\n2018-03-12 07:00:00,-0.47672131919550953,-0.8358203631747179,0.006761351651391684\n2018-03-12 08:00:00,-0.4729391030385194,-0.8371853689548598,0.008879176811428106\n2018-03-12 09:00:00,-0.46847396079595416,-0.8406917027603092,0.009151588470552094\n2018-03-12 10:00:00,-0.45903094724301396,-0.8437175952956881,0.015059917250318244\n2018-03-12 11:00:00,-0.45424323722869425,-0.8462586002521513,0.016662619952503913\n2018-03-12 12:00:00,-0.4457200953340037,-0.8542342242897072,0.016685391503940418\n2018-03-12 13:00:00,-0.4348014304749517,-0.8612397668478112,0.019939490218506325\n2018-03-12 14:00:00,-0.41892061495398303,-0.8655711623851485,0.03029355305544612\n2018-03-12 15:00:00,-0.40644433727546175,-0.8670353622875738,0.04050604888557869\n2018-03-12 16:00:00,-0.3798579456024457,-0.8742673362894706,0.05846253709428778\n2018-03-12 17:00:00,-0.35504600247967605,-0.8797279868426893,0.07694170587307526\n2018-03-12 18:00:00,-0.33596201325817504,-0.8815718319636069,0.09332897936920535\n2018-03-12 19:00:00,-0.3160927714180471,-0.8856990858725959,0.10854643916979907\n2018-03-12 20:00:00,-0.30357574176554275,-0.8878593922073326,0.11851151048604176\n2018-03-12 21:00:00,-0.2849977241726765,-0.8918737880141441,0.13267067398992127\n2018-03-12 22:00:00,-0.2710087159548881,-0.895787150915297,0.14177328375558187\n2018-03-12 23:00:00,-0.25101319947371686,-0.9052853563065796,0.15185471886350996\n2018-03-13 00:00:00,-0.23274009989633226,-0.9095013521520015,0.16555242834256967\n2018-03-13 01:00:00,-0.220227394437553,-0.9153647857234497,0.17188622210218077\n2018-03-13 02:00:00,-0.19495043803599607,-0.9199006783272247,0.19226536192836477\n2018-03-13 03:00:00,-0.18459606718864943,-0.917481657283266,0.2045792121173851\n2018-03-13 04:00:00,-0.1787435386806042,-0.9213917452504466,0.20630444007026844\n2018-03-13 05:00:00,-0.16318834288468767,-0.9273465222360782,0.21529305733893803\n2018-03-13 06:00:00,-0.15669430477750013,-0.9368015051779376,0.21195102709329663\n2018-03-13 07:00:00,-0.141883954743089,-0.9507150136631977,0.21255323828908823\n2018-03-13 08:00:00,-0.14426798709708494,-0.9583379482815181,0.2017268123634864\n2018-03-13 09:00:00,-0.129801880874331,-0.9722777880766127,0.20210113906029398\n2018-03-13 10:00:00,-0.12085951228622747,-0.9758928876861704,0.20630143672978302\n2018-03-13 11:00:00,-0.10231993361630895,-0.984010353133097,0.21619527795291404\n2018-03-13 12:00:00,-0.10731255420700302,-0.9827781923682102,0.21195291912569825\n2018-03-13 13:00:00,-0.11552138842491787,-0.981337043133319,0.20531396219416012\n2018-03-13 14:00:00,-0.12681107264154068,-0.9862369758249877,0.1891925251318527\n2018-03-13 15:00:00,-0.13743522967291183,-0.9897198443469845,0.17551991285022983\n2018-03-13 16:00:00,-0.13563293321060899,-0.9963347919928389,0.1709397320160423\n2018-03-13 17:00:00,-0.13904697788567247,-1.0045374756371157,0.1594604157725942\n2018-03-13 18:00:00,-0.138173749693632,-1.0166684425332269,0.14805283345773126\n2018-03-13 19:00:00,-0.13049853542977324,-1.0261145313053452,0.1461662628553883\n2018-03-13 20:00:00,-0.11583300990627242,-1.0335046145075237,0.15349655469626278\n2018-03-13 21:00:00,-0.10876951059418626,-1.0424717206041503,0.15129100998820552\n2018-03-13 22:00:00,-0.10634253287271772,-1.0423701903232883,0.1540804980654922\n2018-03-13 23:00:00,-0.0799357097419766,-1.0606351699751202,0.16196781771988406\n2018-03-14 00:00:00,-0.09254523883063924,-1.057480852441831,0.15264897277033596\n2018-03-14 01:00:00,-0.08486500493074142,-1.0699549536555668,0.1479763450869928\n2018-03-14 02:00:00,-0.07526807569330117,-1.0737865488666067,0.15328684642977408\n2018-03-14 03:00:00,-0.0956526550870541,-1.059222031975891,0.14737758519111827\n2018-03-14 04:00:00,-0.11322855605157271,-1.0459079938814855,0.14314200274097383\n2018-03-14 05:00:00,-0.13678323214016183,-1.0343631256630097,0.13149037153718393\n2018-03-14 06:00:00,-0.14520542494236116,-1.036937559140463,0.12058051414954817\n2018-03-14 07:00:00,-0.1457101098391723,-1.0466821468812435,0.11052215372203515\n2018-03-14 08:00:00,-0.13141615663451045,-1.0540318875147947,0.11702826367025501\n2018-03-14 09:00:00,-0.14467216189674234,-1.0435512517225203,0.11384274399545366\n2018-03-14 10:00:00,-0.13179820995259395,-1.0522813476619046,0.11783606181303757\n2018-03-14 11:00:00,-0.12343432664455886,-1.0539101673318605,0.12433092456915193\n2018-03-14 12:00:00,-0.1164035809102541,-1.0556632557396384,0.12973590918017805\n2018-03-14 13:00:00,-0.12119652432724268,-1.0638615805554725,0.11707977481197189\n2018-03-14 14:00:00,-0.11283825786323667,-1.0747062365269253,0.11485312999038852\n2018-03-14 15:00:00,-0.11094731903925913,-1.0835340053164502,0.1077273616154004\n2018-03-14 16:00:00,-0.10620845378607623,-1.091718684312484,0.10417391958760316\n2018-03-14 17:00:00,-0.09047394875303785,-1.1093626594670205,0.10226480087162342\n2018-03-14 18:00:00,-0.0735787202434141,-1.1221808962599225,0.10538330120496407\n2018-03-14 19:00:00,-0.06902664042614882,-1.118452772659294,0.11360505445598199\n2018-03-14 20:00:00,-0.09600842970527156,-1.108604782198545,0.09644427196755304\n2018-03-14 21:00:00,-0.09327158884477894,-1.1105634402905173,0.0975818661763797\n2018-03-14 22:00:00,-0.07795552980061299,-1.1227349418027501,0.10057182202523741\n2018-03-14 23:00:00,-0.07627157162685784,-1.1199266044034224,0.10434971072356007\n2018-03-15 00:00:00,-0.07966551576959024,-1.116310747298844,0.10392332835254121\n2018-03-15 01:00:00,-0.06090010454579275,-1.1276434921433627,0.11113900986062543\n2018-03-15 02:00:00,-0.04797983214272438,-1.1360073639594679,0.11464604893392484\n2018-03-15 03:00:00,-0.009890734971942244,-1.1714344967708707,0.11692954826289746\n2018-03-15 04:00:00,-0.001962130451423251,-1.1857977813738443,0.1103441192444591\n2018-03-15 05:00:00,0.025960481909614676,-1.1450933977392972,0.1269784248880118\n2018-03-15 06:00:00,0.00977415621896234,-1.1542162214005383,0.13419540460942575\n2018-03-15 07:00:00,0.013378600070586241,-1.1697536972930016,0.11552864599155516\n2018-03-15 08:00:00,0.028567516266620196,-1.1793428787068074,0.09054388573635658\n2018-03-15 09:00:00,0.07029262527216741,-1.142118732089176,0.0857311417470653\n2018-03-15 10:00:00,0.06356725342936632,-1.1341300463006874,0.09978769480630288\n2018-03-15 11:00:00,0.06864080705619156,-1.1243228216670818,0.10430441086502265\n2018-03-15 12:00:00,0.08488443135793773,-1.1092655567823673,0.10315015490008582\n2018-03-15 13:00:00,0.08582655587167633,-1.11778721150325,0.09403050424144058\n2018-03-15 14:00:00,0.07311204765478631,-1.164048945102718,0.06060837625835286\n2018-03-15 15:00:00,0.11221047192567414,-1.1426639461201944,0.04271838535391543\n2018-03-15 16:00:00,0.10317267923046729,-1.1503101518773373,0.04415584875283163\n2018-03-15 17:00:00,0.0926724643838011,-1.1479650713116154,0.05685972103194052\n2018-03-15 18:00:00,0.10458522194360553,-1.133477834229484,0.059759260619489045\n2018-03-15 19:00:00,0.11326719732397021,-1.1277030257609824,0.05726752040489749\n2018-03-15 20:00:00,0.0938707562589044,-1.15692438824522,0.04842634332224111\n2018-03-15 21:00:00,0.11900360390737066,-1.1344351879626509,0.04596359246885906\n2018-03-15 22:00:00,0.11751144839794472,-1.11768688803006,0.0639741087504068\n2018-03-15 23:00:00,0.10872573196521985,-1.135292586893052,0.055331540415859595\n2018-03-16 00:00:00,0.12870310706812352,-1.1142265500226536,0.05661600731142743\n2018-03-16 01:00:00,0.09618872292131028,-1.1524094911296157,0.05066165979621412\n2018-03-16 02:00:00,0.10720914044473139,-1.1521449802394055,0.039180936887156737\n2018-03-16 03:00:00,0.11055931690520576,-1.1569979852381673,0.03103535241040068\n2018-03-16 04:00:00,0.12952727204514802,-1.139519798862123,0.02947677288675302\n2018-03-16 05:00:00,0.14182848786454313,-1.1134701226258628,0.043359513406632265\n2018-03-16 06:00:00,0.12494180729844419,-1.1163769550724463,0.057804588895061064\n2018-03-16 07:00:00,0.16129714966566275,-1.0740155042500157,0.06323437693794502\n2018-03-16 08:00:00,0.1665382962320484,-1.0589414650575057,0.07295725938488412\n2018-03-16 09:00:00,0.17804031285680016,-1.0435932666346672,0.07665889328277582\n2018-03-16 10:00:00,0.17877645162107386,-1.0461389783893436,0.07436541328856719\n2018-03-16 11:00:00,0.18391035517987928,-1.0607596666221262,0.055294255693283945\n2018-03-16 12:00:00,0.196768503367841,-1.0642757216862708,0.039757353697606274\n2018-03-16 13:00:00,0.2146051245661912,-1.0499355867055291,0.03666669839096493\n2018-03-16 14:00:00,0.22370832739730748,-1.0425402326855173,0.03552559356342688\n2018-03-16 15:00:00,0.23370255811246585,-1.044955285979318,0.023851466149438328\n2018-03-16 16:00:00,0.2456077833614948,-1.0457916344986875,0.011541017276928774\n2018-03-16 17:00:00,0.222285624743185,-1.0718644918373121,0.009687080890699954\n2018-03-16 18:00:00,0.19331646949868125,-1.10272125286616,-0.008443335981533523\n2018-03-16 19:00:00,0.19030700786688892,-1.0729781701803953,-0.04105868582874348\n2018-03-16 20:00:00,0.18737014527294368,-1.0534350433632107,-0.06398498372167961\n2018-03-16 21:00:00,0.17360069097313577,-1.0578048885389504,-0.0739587512225261\n2018-03-16 22:00:00,0.18888645492457878,-1.0371347926094332,-0.07945457952386455\n2018-03-16 23:00:00,0.1826407431015362,-1.0258326907206272,-0.09728218325684154\n2018-03-17 00:00:00,0.20137058025850965,-0.9979057643483914,-0.10654396207927214\n2018-03-17 01:00:00,0.22296601119160894,-0.9878123861318486,-0.09502866542783696\n2018-03-17 02:00:00,0.22400659255902589,-0.994605653411425,-0.08715149813853613\n2018-03-17 03:00:00,0.230436585875003,-0.9794702728185315,-0.09565990829701791\n2018-03-17 04:00:00,0.2430630445591551,-0.9693987101953441,-0.09345131770371637\n2018-03-17 05:00:00,0.22307424321809907,-0.9827647301903354,-0.1000417125063727\n2018-03-17 06:00:00,0.2139818569744732,-0.9892946530833621,-0.10278388849505518\n2018-03-17 07:00:00,0.21437266422582338,-0.9886997046376491,-0.10229885562619925\n2018-03-17 08:00:00,0.23648080350998243,-0.9609302764087393,-0.10772871411321232\n2018-03-17 09:00:00,0.5140938278412582,-0.7014033328997429,-0.09035469311729433\n2018-03-17 10:00:00,0.5324445194064364,-0.7275437522650109,-0.04664689825487971\n2018-03-17 11:00:00,0.5563765258278277,-0.7190241257991266,-0.030258523124461482\n2018-03-17 12:00:00,0.5835227515066833,-0.7074675124381871,-0.01420606348423105\n2018-03-17 13:00:00,0.6126487674870971,-0.6749810401787624,0.016811002238041096\n2018-03-17 14:00:00,0.6130367575206752,-0.6579316182620596,0.03322422642282164\n2018-03-17 15:00:00,0.6195313140737257,-0.6414180340669234,0.043329010251824215\n2018-03-17 16:00:00,0.6213124063889638,-0.6238036276277829,0.05863853780246555\n2018-03-17 17:00:00,0.6262810467037013,-0.6148932685432769,0.061884501863181195\n2018-03-17 18:00:00,0.6392357783316706,-0.5938558336170247,0.06949437408062001\n2018-03-17 19:00:00,0.6367252665516933,-0.5936816625178369,0.07198024556374458\n2018-03-17 20:00:00,0.6485593620837091,-0.5788799471725122,0.07462501312455595\n2018-03-17 21:00:00,0.6585375382088234,-0.5642478636403596,0.07917798625268926\n2018-03-17 22:00:00,0.6488963806021253,-0.5796165596455197,0.07350896991396542\n2018-03-17 23:00:00,0.6660778314031742,-0.5556407493183838,0.08007584984302527\n2018-03-18 00:00:00,0.6910119439551061,-0.5227055330224996,0.08720608284406557\n2018-03-18 01:00:00,0.6901641193484329,-0.49678071977694804,0.11305170169772824\n2018-03-18 02:00:00,0.6803454748260503,-0.49592662195928644,0.1235411793511165\n2018-03-18 03:00:00,0.6895365509651411,-0.47442570519937366,0.13539880192774545\n2018-03-18 04:00:00,0.6887326368918407,-0.46171502353506194,0.14802754282827926\n2018-03-18 05:00:00,0.6740392730736757,-0.469130107085796,0.15468633698731787\n2018-03-18 06:00:00,0.6710725300750598,-0.46166194034683417,0.16465085305432936\n2018-03-18 07:00:00,0.662117146819316,-0.46130569201831656,0.1733811467803565\n2018-03-18 08:00:00,0.6549590719133241,-0.46271470987188706,0.17960936101414987\n2018-03-18 09:00:00,0.6468929597185928,-0.46639227570795966,0.18435218511437554\n2018-03-18 10:00:00,0.6436098124537368,-0.4625247810143965,0.1919017910039258\n2018-03-18 11:00:00,0.6517487557035592,-0.4505779787199013,0.19528321417180386\n2018-03-18 12:00:00,0.6475033809297969,-0.4408980085882339,0.20910917646134977\n2018-03-18 13:00:00,0.6343301624421115,-0.4501913732677159,0.2130181312409274\n2018-03-18 14:00:00,0.63554786887093,-0.4478616616151857,0.2138106943298813\n2018-03-18 15:00:00,0.6411796190066236,-0.43637142933306816,0.21974805919129237\n2018-03-18 16:00:00,0.6308412254517903,-0.43397008853365787,0.23267528848366906\n2018-03-18 17:00:00,0.6334234634143634,-0.42283467590850704,0.24113978942079015\n2018-03-18 18:00:00,0.6378499274950842,-0.40608905664684525,0.2537276893688098\n2018-03-18 19:00:00,0.633412301883776,-0.39942740597912424,0.2647816043160564\n2018-03-18 20:00:00,0.6082615292496174,-0.42142219034227113,0.26839858046765325\n2018-03-18 21:00:00,0.6053482238399057,-0.4195714990765812,0.273239306160219\n2018-03-18 22:00:00,0.6049762754794435,-0.4066479780668959,0.28615374604668464\n2018-03-18 23:00:00,0.6064015338977798,-0.38430662070391436,0.3063425373804216\n2018-03-19 00:00:00,0.6007059096340337,-0.38152489072476653,0.3146773385382959\n2018-03-19 01:00:00,0.6043181015682496,-0.36977657051913404,0.3229319430163011\n2018-03-19 02:00:00,0.5919598014690785,-0.3736713483691488,0.33157963536109347\n2018-03-19 03:00:00,0.5792344324506591,-0.3779174947120948,0.3394285815260638\n2018-03-19 04:00:00,0.5674587736792266,-0.3792131560366272,0.3494557391476618\n2018-03-19 05:00:00,0.555588242095997,-0.38267680963327416,0.35791092381433015\n2018-03-19 06:00:00,0.5188270143118383,-0.410092389564855,0.3673343822517811\n2018-03-19 07:00:00,0.4967834580925428,-0.42477579446652725,0.3746032431537573\n2018-03-19 08:00:00,0.48129499119734404,-0.43622812704187514,0.3780938746683947\n2018-03-19 09:00:00,0.4513335717492041,-0.46919953805450937,0.37541044964467324\n2018-03-19 10:00:00,0.440427329654453,-0.480633126418867,0.3744187706514974\n2018-03-19 11:00:00,0.3817173937977677,-0.5416731799170262,0.3724054474718333\n2018-03-19 12:00:00,0.37830403064302753,-0.5534437511318554,0.3636748038923544\n2018-03-19 13:00:00,0.35090830557475766,-0.58355815764349,0.3606909581778519\n2018-03-19 14:00:00,0.3449936987149721,-0.5978861636367386,0.351648759481691\n2018-03-19 15:00:00,0.32092980460367393,-0.6355770620880095,0.3382835932541791\n2018-03-19 16:00:00,0.31743305001879696,-0.6494432784706365,0.3279082907626041\n2018-03-19 17:00:00,0.3194106555987507,-0.6521480480207897,0.3233713970319827\n2018-03-19 18:00:00,0.30449481784809224,-0.6558282211145149,0.33425142706291483\n2018-03-19 19:00:00,0.326827857463625,-0.6271820896838326,0.3402079701582696\n2018-03-19 20:00:00,0.31914972136630965,-0.6293725582313773,0.3455394722970534\n2018-03-19 21:00:00,0.3262533941190158,-0.6185500587824339,0.34884394700335336\n2018-03-19 22:00:00,0.3589561944859202,-0.5857814201078855,0.34864341964016665\n2018-03-19 23:00:00,0.37386117749714237,-0.5580552161273402,0.3612375165457899\n2018-03-20 00:00:00,0.36719888049581556,-0.5628435989865085,0.36377069636037657\n2018-03-20 01:00:00,0.3758690495452733,-0.5655950750194317,0.3522041673351841\n2018-03-20 02:00:00,0.39411445516749266,-0.564749123195801,0.33491578946462996\n2018-03-20 03:00:00,0.38972694169033906,-0.5704428312056113,0.3336197833570423\n2018-03-20 04:00:00,0.37709730339613434,-0.577467266944408,0.3389666151533395\n2018-03-20 05:00:00,0.3660125708540732,-0.5815375585080524,0.34592342437769097\n2018-03-20 06:00:00,0.35337403353234276,-0.5859580012424046,0.3545204827173605\n2018-03-20 07:00:00,0.33487872543741565,-0.6026223455063212,0.3563970062517921\n2018-03-20 08:00:00,0.3201763573837688,-0.6199942770168131,0.353516724686865\n2018-03-20 09:00:00,0.285949413022297,-0.6659835598007507,0.34109843822884434\n2018-03-20 10:00:00,0.2958904328985733,-0.6665896903927312,0.32996442961456557\n2018-03-20 11:00:00,0.2748832130033935,-0.6957937995628708,0.3212238764005203\n2018-03-20 12:00:00,0.2651746663035944,-0.7100104686670781,0.31713976248821857\n2018-03-20 13:00:00,0.28592008448704026,-0.6968628545340931,0.3101196436600301\n2018-03-20 14:00:00,0.29085417893657756,-0.6895560713460411,0.31267169361809244\n2018-03-20 15:00:00,0.264557374676414,-0.7218851851626698,0.3062106085350607\n2018-03-20 16:00:00,0.2720857087450105,-0.7165383564938482,0.3043173316684888\n2018-03-20 17:00:00,0.2458410663895491,-0.7396870702040136,0.3080855551667948\n2018-03-20 18:00:00,0.23439861338471538,-0.7614458238969924,0.2978649571144769\n2018-03-20 19:00:00,0.23640923965609192,-0.7830029945283402,0.27405328006752033\n2018-03-20 20:00:00,0.24860303906833137,-0.7701396943615271,0.27448617431940725\n2018-03-20 21:00:00,0.27460549897319825,-0.730637697327002,0.28775899249502107\n2018-03-20 22:00:00,0.2543755735998781,-0.7454413133934176,0.2931047577822021\n2018-03-20 23:00:00,0.2609541324103671,-0.7375234132705543,0.29472033576088696\n2018-03-21 00:00:00,0.23315342270269532,-0.771645805405461,0.28854629410433014\n2018-03-21 01:00:00,0.25153226773520404,-0.7635634996009335,0.277618738367598\n2018-03-21 02:00:00,0.2783322855584983,-0.7342565469718486,0.2797367546756341\n2018-03-21 03:00:00,0.2871590517801871,-0.7203316131504455,0.2845905945283024\n2018-03-21 04:00:00,0.29718803977724234,-0.6922954168673111,0.3021897567208226\n2018-03-21 05:00:00,0.310356409667353,-0.6627147497785324,0.31867607058539593\n2018-03-21 06:00:00,0.29590497039267016,-0.6700027691322783,0.3260759231635439\n2018-03-21 07:00:00,0.30961199950550117,-0.6575844789570686,0.3248012018416037\n2018-03-21 08:00:00,0.31434370695847846,-0.6435400766014583,0.33364335080023183\n2018-03-21 09:00:00,0.3072682622374819,-0.6459279670219257,0.3383854554089117\n2018-03-21 10:00:00,0.2925276189690597,-0.6548482302911909,0.34411538856543417\n2018-03-21 11:00:00,0.28533018778403413,-0.6659876076556214,0.3406505425564853\n2018-03-21 12:00:00,0.29330684217191905,-0.6675148988163472,0.3316937689596207\n2018-03-21 13:00:00,0.29631786810070565,-0.6769964814334036,0.3193565749915581\n2018-03-21 14:00:00,0.32664609999655186,-0.6447406628139741,0.32100154836661016\n2018-03-21 15:00:00,0.34015195137995935,-0.6117072196111327,0.33998769752879054\n2018-03-21 16:00:00,0.3262569892748222,-0.6235101456164525,0.3420220988221733\n2018-03-21 17:00:00,0.33497346143449735,-0.6058760166172636,0.3515019352704102\n2018-03-21 18:00:00,0.31927821919357513,-0.6148115770112162,0.3587521313078383\n2018-03-21 19:00:00,0.3020200923232921,-0.6412040034805043,0.34977669889694163\n2018-03-21 20:00:00,0.2980942327223191,-0.6643352635308915,0.3305172889836909\n2018-03-21 21:00:00,0.29876928532570163,-0.6841931304940617,0.30923221351416663\n2018-03-21 22:00:00,0.27793636781341774,-0.7066632768604174,0.30715137759722966\n2018-03-21 23:00:00,0.27604734443057255,-0.71425088580262,0.30142856405435303\n2018-03-22 00:00:00,0.28781736056013646,-0.701262494448039,0.30210221063698806\n2018-03-22 01:00:00,0.27515873232007193,-0.7136649244959706,0.3026886423564033\n2018-03-22 02:00:00,0.26620025852467843,-0.7226256506484859,0.3028341955350879\n2018-03-22 03:00:00,0.27144853087224013,-0.7159758868119385,0.3045290373851771\n2018-03-22 04:00:00,0.2867458552887071,-0.7030690373696238,0.30250417089412335\n2018-03-22 05:00:00,0.2813954434524694,-0.7152987702960829,0.2962632068573783\n2018-03-22 06:00:00,0.5195493183751607,-0.40689395011476515,0.36060786884544865\n2018-03-22 07:00:00,0.48558291140126086,-0.38444548448431126,0.41864045958237167\n2018-03-22 08:00:00,0.482917594698787,-0.3740305979276086,0.4323646154528793\n2018-03-22 09:00:00,0.48529757135025803,-0.36533209506376524,0.43864312623398904\n2018-03-22 10:00:00,0.48600839410861413,-0.36347283332897823,0.43985909015945696\n2018-03-22 11:00:00,0.4856360598252432,-0.35876093154700944,0.4447955320814736\n2018-03-22 12:00:00,0.4872488009781155,-0.35078372709116107,0.4514386341205472\n2018-03-22 13:00:00,0.4935159643103574,-0.3417973961425527,0.4544668160871125\n2018-03-22 14:00:00,0.49572549819533945,-0.3347468263552423,0.4595317300047996\n2018-03-22 15:00:00,0.503287972425871,-0.32391929171771644,0.4631584413100444\n2018-03-22 16:00:00,0.5067136300149371,-0.3209460762065714,0.46297955928240786\n2018-03-22 17:00:00,0.5106555039143325,-0.3158346098591149,0.46428775261064775\n2018-03-22 18:00:00,0.49718195266285115,-0.3242735874768135,0.4699147147228797\n2018-03-22 19:00:00,0.4811516434605851,-0.339853554069745,0.4702615951059669\n2018-03-22 20:00:00,0.4784185794974041,-0.34181257602165943,0.47103793112889014\n2018-03-22 21:00:00,0.47407249901877596,-0.34516620189779484,0.47163011544671807\n2018-03-22 22:00:00,0.4586101782814791,-0.35967771728409137,0.47272899185551187\n2018-03-22 23:00:00,0.4658895728095288,-0.3541419589638463,0.4701521917432987\n2018-03-23 00:00:00,0.46095227810974465,-0.35630064219996666,0.47225413046046794\n2018-03-23 01:00:00,0.47705736566188384,-0.33927647361041924,0.4726155159562579\n2018-03-23 02:00:00,0.49166879123592544,-0.3227219925219246,0.4742082523243883\n2018-03-23 03:00:00,0.5144420673495284,-0.29803570811222796,0.475508201008473\n2018-03-23 04:00:00,0.5222067624550012,-0.2822326746440955,0.4834141340447946\n2018-03-23 05:00:00,0.5279629041584931,-0.2746709031772504,0.4847777525137132\n2018-03-23 06:00:00,0.5327727894961608,-0.2688926898009264,0.4851077523993208\n2018-03-23 07:00:00,0.5241131570621218,-0.2757312136739061,0.486756906908578\n2018-03-23 08:00:00,0.5329392873073159,-0.2708199876799514,0.4827874491126837\n2018-03-23 09:00:00,0.5358291664977574,-0.2697686451644539,0.48005172544474295\n2018-03-23 10:00:00,0.5283091564893604,-0.27764577458624506,0.47901311364581156\n2018-03-23 11:00:00,0.529611371633294,-0.280623396094349,0.4742235897538807\n2018-03-23 12:00:00,0.5378792314033141,-0.27519183446863515,0.4708383220872485\n2018-03-23 13:00:00,0.5350831556966683,-0.2776931609008369,0.4709962119002245\n2018-03-23 14:00:00,0.5388384804333459,-0.27130427715484534,0.47324603221122236\n2018-03-23 15:00:00,0.5474565210713971,-0.2588270668802229,0.47641622242580633\n2018-03-23 16:00:00,0.5574528753456819,-0.24736740505553154,0.47681080345996457\n2018-03-23 17:00:00,0.5541563839137748,-0.25031041625844613,0.4763594780308968\n2018-03-23 18:00:00,0.5577366270439719,-0.24069577369221323,0.4821406325283605\n2018-03-23 19:00:00,0.5546572487428177,-0.23877405642978694,0.4867233308650872\n2018-03-23 20:00:00,0.5628670118072845,-0.22495926843685482,0.4919091564166511\n2018-03-23 21:00:00,0.5735371410069836,-0.20917939947089956,0.4968732060288264\n2018-03-23 22:00:00,0.5764417904129151,-0.20040798073004384,0.5025893885614641\n2018-03-23 23:00:00,0.5886182791201651,-0.17875234757602831,0.5123571583932611\n2018-03-24 00:00:00,0.5933473951302084,-0.17017269771593937,0.516269882206024\n2018-03-24 01:00:00,0.6033230102788038,-0.15159937211446795,0.5252700482301116\n2018-03-24 02:00:00,0.6176962633800032,-0.1255173207039206,0.5370821049565176\n2018-03-24 03:00:00,0.6133121387862873,-0.12280222580281246,0.5446996177237673\n2018-03-24 04:00:00,0.6092650535701811,-0.12319778762512541,0.5490649020304215\n2018-03-24 05:00:00,0.6027738129346019,-0.12952332151004006,0.5501304255517117\n2018-03-24 06:00:00,0.609071847020233,-0.11784574284260158,0.5554504421601769\n2018-03-24 07:00:00,0.6073420551777265,-0.1107995553206566,0.5646453503540477\n2018-03-24 08:00:00,0.5905159979224862,-0.11851123295114815,0.5742619079418925\n2018-03-24 09:00:00,0.5728523980667349,-0.1314384535884294,0.5794677301075595\n2018-03-24 10:00:00,0.5647723401133433,-0.1360217344005438,0.5833613378386999\n2018-03-24 11:00:00,0.5676404025551387,-0.13363814371374041,0.5826995809464554\n2018-03-24 12:00:00,0.5794229263875365,-0.11774358411663652,0.5861507167221977\n2018-03-24 13:00:00,0.576333544406527,-0.11785666237860466,0.5886461635821745\n2018-03-24 14:00:00,0.574314283061232,-0.11726021091688899,0.5909417910533271\n2018-03-24 15:00:00,0.5833840517032884,-0.10510509433596141,0.5933964455479135\n2018-03-24 16:00:00,0.5841459003188416,-0.10189408971454096,0.5955851609027563\n2018-03-24 17:00:00,0.578171888621505,-0.10518050684117443,0.5981436803989244\n2018-03-24 18:00:00,0.5670153101878257,-0.11289084963916997,0.6015761183381744\n2018-03-24 19:00:00,0.5686443892899252,-0.11247299268101607,0.600531394663594\n2018-03-24 20:00:00,0.5717885334594174,-0.1157284491701695,0.5943287434782611\n2018-03-24 21:00:00,0.5616628842669362,-0.13057652553431653,0.5902420832574973\n2018-03-24 22:00:00,0.5613550822186762,-0.13250313162688288,0.5886702686212913\n2018-03-24 23:00:00,0.561254331559728,-0.13857933263025132,0.5826370128454257\n2018-03-25 00:00:00,0.5661962870280381,-0.1400453331605691,0.5767753686941857\n2018-03-25 01:00:00,0.5745366878978085,-0.13206358495378492,0.5764360200623624\n2018-03-25 02:00:00,0.5683325279268843,-0.13660432156754676,0.578215164394675\n2018-03-25 03:00:00,0.5665831278055495,-0.1409666357709658,0.5756736406517481\n2018-03-25 04:00:00,0.560836014791266,-0.14464089128239938,0.5779595449244974\n2018-03-25 05:00:00,0.5611248134318512,-0.14681791766308364,0.575902497330269\n2018-03-25 06:00:00,0.5592043577069273,-0.15119262843420586,0.573270529294393\n2018-03-25 07:00:00,0.5635169951268216,-0.15258620386892724,0.5676645325820019\n2018-03-25 08:00:00,0.5689247737940933,-0.15481679310755966,0.5602046303097582\n2018-03-25 09:00:00,0.5774671538193382,-0.1501479861041982,0.5562262937458565\n2018-03-25 10:00:00,0.5827543721052846,-0.14743443701944603,0.5544189705447838\n2018-03-25 11:00:00,0.5850134719020711,-0.14815739599827946,0.5521188722967245\n2018-03-25 12:00:00,0.5877927302770022,-0.14876048042961762,0.5491593222089007\n2018-03-25 13:00:00,0.5974101776708867,-0.13964352400836277,0.5488665891021103\n2018-03-25 14:00:00,0.6042608884673073,-0.1353579592043767,0.5459663321932956\n2018-03-25 15:00:00,0.6128012192538786,-0.1324936349525381,0.5409212220402476\n2018-03-25 16:00:00,0.6166580881489601,-0.13305222086362758,0.5365766243168728\n2018-03-25 17:00:00,0.6166759349319583,-0.1357020552778016,0.5340720126875597\n2018-03-25 18:00:00,0.6286471245162846,-0.13130893600067456,0.5263967292094021\n2018-03-25 19:00:00,0.6315351535163596,-0.13264314632993876,0.5227040137406678\n2018-03-25 20:00:00,0.6478693178896099,-0.11347792324824119,0.5258368753564262\n2018-03-25 21:00:00,0.6614560859503966,-0.09035862649551263,0.5353869696627248\n2018-03-25 22:00:00,0.6703779998745577,-0.07957441961865402,0.5378158367833261\n2018-03-25 23:00:00,0.6816357949026499,-0.06573045166946756,0.5407535207985522\n2018-03-26 00:00:00,0.6768487374631331,-0.0683892832737436,0.542871262004689\n2018-03-26 01:00:00,0.6749939652248406,-0.07101495353036555,0.5417569534804126\n2018-03-26 02:00:00,0.6689906096540655,-0.08318458470231223,0.5356381962747574\n2018-03-26 03:00:00,0.656906445003652,-0.09885619982330243,0.5321926005543939\n2018-03-26 04:00:00,0.6632548476735994,-0.09944463902779561,0.525176889703405\n2018-03-26 05:00:00,0.664218732195228,-0.1008949257682352,0.5221809736906774\n2018-03-26 06:00:00,0.6748366272783497,-0.08852005997416341,0.5234157370068439\n2018-03-26 07:00:00,0.6766568732306906,-0.08218854491491556,0.5276837722595368\n2018-03-26 08:00:00,0.6736296843100413,-0.08362882038928071,0.5294278395818846\n2018-03-26 09:00:00,0.6789243104993874,-0.07571672699729118,0.5320864556357134\n2018-03-26 10:00:00,0.6727900912646573,-0.07835294517796547,0.5354865015561875\n2018-03-26 11:00:00,0.6941415427087972,-0.05729134774803925,0.534984086031687\n2018-03-26 12:00:00,0.6936838663836159,-0.05440814841233566,0.538346089302456\n2018-03-26 13:00:00,0.6835583119658692,-0.06344420532543193,0.5394970735076434\n2018-03-26 14:00:00,0.6969021568057939,-0.05401172113925439,0.5350039361385127\n2018-03-26 15:00:00,0.7025707682467937,-0.05111061660838336,0.5321420648439968\n2018-03-26 16:00:00,0.6970406887074356,-0.05110955084695041,0.5376757181466585\n2018-03-26 17:00:00,0.7032564923821247,-0.0431317654953592,0.5395510330284662\n2018-03-26 18:00:00,0.6989534851806899,-0.047611017320751715,0.5398653279775026\n2018-03-26 19:00:00,0.6988373906609443,-0.04633227812131316,0.5417716659438334\n2018-03-26 20:00:00,0.6977189233266035,-0.05020243710368308,0.5392494239148611\n2018-03-26 21:00:00,0.6960452372760711,-0.058504035146264864,0.5327276189073424\n2018-03-26 22:00:00,0.6940932069472827,-0.06157032456837896,0.5319565237828756\n2018-03-26 23:00:00,0.7028069681620278,-0.057542510531189923,0.5272407003217604\n2018-03-27 00:00:00,0.7085109653861914,-0.05063266759164375,0.5281410174521641\n2018-03-27 01:00:00,0.708494692020914,-0.050114333564799635,0.5288716683559741\n2018-03-27 02:00:00,0.7221900065048705,-0.03586454145305587,0.5288090481130943\n2018-03-27 03:00:00,0.7232553586313689,-0.03637969968675973,0.5270142635745989\n2018-03-27 04:00:00,0.7279125308755486,-0.026388619968949912,0.5317941663988558\n2018-03-27 05:00:00,0.38595527518072054,-0.3737429598329887,0.5448706063852629\n2018-03-27 06:00:00,0.40680685515020015,-0.3938652685503386,0.5027621016662948\n2018-03-27 07:00:00,0.3952084581882104,-0.4148083399777192,0.49396405169178204\n2018-03-27 08:00:00,0.3864029655925918,-0.4305952738119102,0.4874015453783705\n2018-03-27 09:00:00,0.3926163631037685,-0.4229147104235598,0.4889387711342839\n2018-03-27 10:00:00,0.3659590569167235,-0.443018862823056,0.496228376807954\n2018-03-27 11:00:00,0.36046397139408637,-0.4474833937268892,0.49724154213662736\n2018-03-27 12:00:00,0.3421791782819833,-0.4694317379378482,0.4934000874532056\n2018-03-27 13:00:00,0.3424825805883026,-0.46803260740956937,0.4946331914301661\n2018-03-27 14:00:00,0.34972500827519243,-0.45725750795287906,0.4983151053899335\n2018-03-27 15:00:00,0.34920175019110633,-0.45383565764867906,0.502179871875877\n2018-03-27 16:00:00,0.33585229422741963,-0.46351829847248815,0.5059166042328311\n2018-03-27 17:00:00,0.3251404656387407,-0.4762783987404288,0.5037177164951527\n2018-03-27 18:00:00,0.3008676557633537,-0.5038722374861174,0.500332847920217\n2018-03-27 19:00:00,0.289710311284424,-0.5195710649722084,0.49618848607168403\n2018-03-27 20:00:00,0.286379102462167,-0.5259689841645357,0.4931307172199914\n2018-03-27 21:00:00,0.26610339252064646,-0.5461028043697591,0.49343432831050643\n2018-03-27 22:00:00,0.25631533504580484,-0.5534571465159103,0.49569682642476315\n2018-03-27 23:00:00,0.2524037947892608,-0.5600271373037641,0.49308422505165755\n2018-03-28 00:00:00,0.233283680180995,-0.5808386960725196,0.4915168506199542\n2018-03-28 01:00:00,0.22343466665995967,-0.6020759993290054,0.4801274694875855\n2018-03-28 02:00:00,0.20947363341151853,-0.6231029051424306,0.4727758520254914\n2018-03-28 03:00:00,0.18754097205602657,-0.6511249780323088,0.46669368915883874\n2018-03-28 04:00:00,0.18238253040271854,-0.6636810280116495,0.45881812428204494\n2018-03-28 05:00:00,0.198001398413734,-0.6512752090758416,0.45493223414380135\n2018-03-28 06:00:00,0.18155533031572152,-0.65873918273189,0.4633690500359717\n2018-03-28 07:00:00,0.18335881589233113,-0.65242164188277,0.4670087335958299\n2018-03-28 08:00:00,0.17445744084553858,-0.6609915119772725,0.4668899224657367\n2018-03-28 09:00:00,0.17465439890196094,-0.6608309335220299,0.46648802655603006\n2018-03-28 10:00:00,0.1636389633296182,-0.6754197792517642,0.46319546432448533\n2018-03-28 11:00:00,0.17460337703554307,-0.6713082885040222,0.4562841413663932\n2018-03-28 12:00:00,0.18550479517676646,-0.6579636139158265,0.45822799734520014\n2018-03-28 13:00:00,0.20150554586525035,-0.6425495629793592,0.4570699540982819\n2018-03-28 14:00:00,0.2136165330753024,-0.6302645466219002,0.4569466220648768\n2018-03-28 15:00:00,0.2252692412160435,-0.6174917900647979,0.45855222832545023\n2018-03-28 16:00:00,0.21752088813672335,-0.6201334968680471,0.4640355459575978\n2018-03-28 17:00:00,0.22443361640567297,-0.6057232954109553,0.47259198104555167\n2018-03-28 18:00:00,0.22261963643440402,-0.6021751682600546,0.47857327500612673\n2018-03-28 19:00:00,0.22636414199225605,-0.5983254654033968,0.4783340691354225\n2018-03-28 20:00:00,0.23044813086058366,-0.5903669404631363,0.48184501598402674\n2018-03-28 21:00:00,0.2303486293070372,-0.5984251568932949,0.4736439289099648\n2018-03-28 22:00:00,0.25433378985980143,-0.5736529269279143,0.4741490316040939\n2018-03-28 23:00:00,0.25676599028218405,-0.5658110601556,0.4796082052706958\n2018-03-29 00:00:00,0.2747922131498486,-0.5491470101464211,0.47808058927835106\n2018-03-29 01:00:00,0.3078346768658416,-0.5125958075241336,0.4819602745014552\n2018-03-29 02:00:00,0.36558769952018483,-0.4463965531535616,0.49145105365627917\n2018-03-29 03:00:00,0.37364114140978927,-0.41767318833304384,0.5124138207049048\n2018-03-29 04:00:00,0.3770183210667221,-0.40096935223781227,0.525881917715644\n2018-03-29 05:00:00,0.3889088645318972,-0.379529060100235,0.535775749548739\n2018-03-29 06:00:00,0.39951447288233516,-0.3666729199183322,0.538388728463501\n2018-03-29 07:00:00,0.40114938353448915,-0.36772001578261193,0.5358029272146675\n2018-03-29 08:00:00,0.4243638948407213,-0.34371106676646496,0.5361329169102106\n2018-03-29 09:00:00,0.4369879997462844,-0.3287943334720929,0.5381814400812273\n2018-03-29 10:00:00,0.4369408630355543,-0.3228482438711182,0.544354814040122\n2018-03-29 11:00:00,0.44809381478209004,-0.3122384010480028,0.5442636112121898\n2018-03-29 12:00:00,0.4647953741676436,-0.2917847480519505,0.5476489656961716\n2018-03-29 13:00:00,0.4539632793713507,-0.29641760733760525,0.5537843693830931\n2018-03-29 14:00:00,0.4479403944781804,-0.3021782227355932,0.5539515123529952\n2018-03-29 15:00:00,0.433300825432798,-0.3190344961287471,0.5510269751643836\n2018-03-29 16:00:00,0.39618198357466294,-0.36154836320688716,0.5456447429271857\n2018-03-29 17:00:00,0.362623374400636,-0.39868763219918546,0.5417313989149738\n2018-03-29 18:00:00,0.3292164560749723,-0.4459680935167386,0.5278313612817048\n2018-03-29 19:00:00,0.29411970662699,-0.4798660557763636,0.5291249788068269\n2018-03-29 20:00:00,0.2710835085944728,-0.5163194715920927,0.5155156045195062\n2018-03-29 21:00:00,0.2709931810625829,-0.5155479872829578,0.5166706202947827\n2018-03-29 22:00:00,0.2505884034823956,-0.5343581971085303,0.518241752514014\n2018-03-29 23:00:00,0.19701393708380785,-0.5975822375596198,0.5091167721701075\n2018-03-30 00:00:00,0.14913922178077263,-0.6548162975272561,0.5002476004028734\n2018-03-30 01:00:00,0.09471299059468076,-0.7249822241884495,0.4851854149622343\n2018-03-30 02:00:00,0.06539220811538465,-0.7702284569728596,0.46920634394447674\n2018-03-30 03:00:00,0.01793556470833769,-0.8234640432683606,0.46398349298533337\n2018-03-30 04:00:00,-0.033410231769950956,-0.8483771436679185,0.4242289274272657\n2018-03-30 05:00:00,-0.09656960907094043,-0.8548552683463263,0.35537754739557187\n2018-03-30 06:00:00,-0.12003170365776844,-0.8670386635018371,0.32108269934667577\n2018-03-30 07:00:00,-0.16063307589158796,-0.8561061887170459,0.29157854326016897\n2018-03-30 08:00:00,-0.17955393237383846,-0.8577768408945949,0.27130008958370055\n2018-03-30 09:00:00,-0.20268027182298243,-0.8669617925718491,0.23869599393495602\n2018-03-30 10:00:00,-0.20666776450592597,-0.8746988370528458,0.22688222060552535\n2018-03-30 11:00:00,-0.1968848552502193,-0.8745988802388613,0.2364678248396061\n2018-03-30 12:00:00,-0.21945291473432488,-0.8677605637552758,0.22066094035173867\n2018-03-30 13:00:00,-0.23593253201194905,-0.8604514802952425,0.21186681333143326\n2018-03-30 14:00:00,-0.2482401168851717,-0.8574728197441357,0.20349696311865154\n2018-03-30 15:00:00,-0.26473362338579376,-0.8662509861899603,0.1786462932104024\n2018-03-30 16:00:00,-0.28076521113103475,-0.8653942000470751,0.1636980953086567\n2018-03-30 17:00:00,-0.2999492504924224,-0.8622792917652494,0.14791224811584902\n2018-03-30 18:00:00,-0.3150804815378729,-0.8626188593220396,0.13306438173009885\n2018-03-30 19:00:00,-0.33871784830119445,-0.8517786325362707,0.12049754083493378\n2018-03-30 20:00:00,-0.36270331536471917,-0.8422523705848111,0.10713344100643207\n2018-03-30 21:00:00,-0.3796186618929028,-0.8414816203602944,0.09192006348547167\n2018-03-30 22:00:00,-0.39052256306137073,-0.8379981306701569,0.08566517266617968\n2018-03-30 23:00:00,-0.5652777971651066,-0.6820162690996249,0.07109013530720526\n2018-03-31 00:00:00,-0.5727953112923344,-0.674897164505011,0.07233528405810005\n2018-03-31 01:00:00,-0.5792615275454107,-0.6716765015282617,0.06887993809675715\n2018-03-31 02:00:00,-0.5852901908299418,-0.6690734655798856,0.06514519819065592\n2018-03-31 03:00:00,-0.5926506768939058,-0.6646120804591021,0.0621203578628901\n2018-03-31 04:00:00,-0.5980035676635879,-0.6653530498439767,0.05626630179805542\n2018-03-31 05:00:00,-0.5974418625621759,-0.6668400475596844,0.05534109745778873\n2018-03-31 06:00:00,-0.5963796006398591,-0.6672648206737876,0.056067655221064785\n2018-03-31 07:00:00,-0.6009884924193957,-0.66875224360226,0.049677461546613066\n2018-03-31 08:00:00,-0.6046526932825927,-0.6696731208396156,0.04563331652953191\n2018-03-31 09:00:00,-0.6123944932890656,-0.6716204600080584,0.036236507352032224\n2018-03-31 10:00:00,-0.6122423022774232,-0.6735197712288854,0.03444048306190156\n2018-03-31 11:00:00,-0.6176664524852333,-0.6752490378868443,0.02733623002337985\n2018-03-31 12:00:00,-0.6192962893324379,-0.6789341933524194,0.021980851780080978\n2018-03-31 13:00:00,-0.6217923607301723,-0.6822139246343629,0.016739519392868184\n2018-03-31 14:00:00,-0.6191661867981095,-0.681924312811559,0.019312786418149284\n2018-03-31 15:00:00,-0.6146402418159158,-0.6781693420903901,0.02675703736010172\n2018-03-31 16:00:00,-0.6119944897821591,-0.6799909582065984,0.02749118498434581\n2018-03-31 17:00:00,-0.607265271764651,-0.681625131023933,0.029951080759665065\n2018-03-31 18:00:00,-0.6074006052209245,-0.6853029350922025,0.02603913026789848\n2018-03-31 19:00:00,-0.6062726364367715,-0.686403024359672,0.026477987701684205\n2018-03-31 20:00:00,-0.6032883567950832,-0.6904421931943004,0.025203734462270845\n2018-03-31 21:00:00,-0.5989111106958638,-0.6924393893000785,0.027148388964670537\n2018-03-31 22:00:00,-0.5992301803927192,-0.6939943026141789,0.02540264148001049\n2018-03-31 23:00:00,-0.5960430722406419,-0.6959350295609767,0.0263032041099303\n2018-04-01 00:00:00,-0.5983535410116961,-0.6952632284336828,0.0249495036946965\n2018-04-01 01:00:00,-0.6036845428656443,-0.6935461264883019,0.021626464688197306\n2018-04-01 02:00:00,-0.6041425114919722,-0.6983879245019948,0.016288708024218942\n2018-04-01 03:00:00,-0.6039012821137247,-0.6978004622476678,0.016720534948155702\n2018-04-01 04:00:00,-0.5993891908019346,-0.6939365047349906,0.02525796776925521\n2018-04-01 05:00:00,-0.5981823984833574,-0.6921947339950999,0.028267655022462635\n2018-04-01 06:00:00,-0.5900054852405355,-0.6965715134361079,0.03177769435907797\n2018-04-01 07:00:00,-0.5829407526224508,-0.6967547141222357,0.03752113207343453\n2018-04-01 08:00:00,-0.5826137241406387,-0.6927208087951028,0.04144248632625729\n2018-04-01 09:00:00,-0.5849601459948487,-0.6936728138362199,0.03854503128164223\n2018-04-01 10:00:00,-0.5828227288408362,-0.6964306372781512,0.03755382322457266\n2018-04-01 11:00:00,-0.5832631801395484,-0.6969488393142479,0.03690385750864278\n2018-04-01 12:00:00,-0.5838708024478416,-0.6919507828306173,0.04187178885118578\n2018-04-01 13:00:00,-0.5825108811293962,-0.6942106341897286,0.040859285006919537\n2018-04-01 14:00:00,-0.5796874739898505,-0.6967043366197962,0.04132484952134576\n2018-04-01 15:00:00,-0.5749350067797837,-0.6966860737255369,0.04578135677412661\n2018-04-01 16:00:00,-0.5814419930361117,-0.6960319843078807,0.03990196556107633\n2018-04-01 17:00:00,-0.5872535061700445,-0.6987674698003102,0.031883705437899555\n2018-04-01 18:00:00,-0.5879787103914074,-0.6986481051973848,0.031350610314659806\n2018-04-01 19:00:00,-0.5912278657032892,-0.6952652309322092,0.03117707151519993\n2018-04-01 20:00:00,-0.5878217010073534,-0.6667822279790576,-0.06685237184351013\n2018-04-01 21:00:00,-0.588528644231486,-0.6641300693687708,-0.06926361171578127\n2018-04-01 22:00:00,-0.5921930463717668,-0.6638008054101712,-0.065918458853736\n2018-04-01 23:00:00,-0.5945085140293228,-0.6636503127440597,-0.06314935803093495\n2018-04-02 00:00:00,-0.5958914415002018,-0.6624893523263848,-0.06316220248420816\n2018-04-02 01:00:00,-0.593752455306084,-0.6632316805078629,-0.0645802074387235\n2018-04-02 02:00:00,-0.5907180309707735,-0.6658244462551541,-0.0645249214035996\n2018-04-02 03:00:00,-0.5883499824975132,-0.6702591489662754,-0.06272863192440073\n2018-04-02 04:00:00,-0.5897105549759459,-0.6719874360165519,-0.06014632607493398\n2018-04-02 05:00:00,-0.5887630112815285,-0.6764991279932008,-0.056944838801463116\n2018-04-02 06:00:00,-0.5899698789304131,-0.6793086903754084,-0.05379803859933113\n2018-04-02 07:00:00,-0.588028886934008,-0.68539119606182,-0.05054512477631761\n2018-04-02 08:00:00,-0.5880468099224039,-0.6904684269939879,-0.04568762043000954\n2018-04-02 09:00:00,-0.5868713784587557,-0.6959843275604577,-0.04079448567301241\n2018-04-02 10:00:00,-0.5831900942725263,-0.6990418619134694,-0.041193367201360354\n2018-04-02 11:00:00,-0.5770631560307218,-0.703586158111746,-0.04280825198386567\n2018-04-02 12:00:00,-0.573406415242122,-0.7060065219764063,-0.04384254607864898\n2018-04-02 13:00:00,-0.5646436183590073,-0.7104548680032736,-0.048209820277452416\n2018-04-02 14:00:00,-0.5567884820318694,-0.7170677240251507,-0.049415652916810666\n2018-04-02 15:00:00,-0.5495041467065972,-0.7258850348907182,-0.04781053261922647\n2018-04-02 16:00:00,-0.5428784666217003,-0.7333910150614312,-0.04658944268041675\n2018-04-02 17:00:00,-0.5365310688705237,-0.7441327248255326,-0.041900236216356954\n2018-04-02 18:00:00,-0.5312953981370765,-0.7589997045908069,-0.031506107403379516\n2018-04-02 19:00:00,-0.5250900476152629,-0.7715144960892392,-0.024303622314484262\n2018-04-02 20:00:00,-0.5220434482086832,-0.7793678488672641,-0.01833223280208262\n2018-04-02 21:00:00,-0.518429857584968,-0.7803787792935349,-0.020204744382690622\n2018-04-02 22:00:00,-0.5121552583222316,-0.7807404553254409,-0.025395672848013362\n2018-04-02 23:00:00,-0.501254209694538,-0.7911261986407669,-0.024781148724981352\n2018-04-03 00:00:00,-0.4919442848490005,-0.8048344850912743,-0.01875960465700909\n2018-04-03 01:00:00,-0.4851684902497266,-0.8153573093793491,-0.013430367154968679\n2018-04-03 02:00:00,-0.4717342019160945,-0.8297471005815409,-0.011368949859772786\n2018-04-03 03:00:00,-0.4628142564639061,-0.8458442153258825,-0.0023978247305809033\n2018-04-03 04:00:00,-0.4543712140988351,-0.8548089074574087,-0.00017000549108195167\n2018-04-03 05:00:00,-0.4356732782529728,-0.8642782036652217,0.008205750045327741\n2018-04-03 06:00:00,-0.41508090124777236,-0.8691944528517653,0.022360715802949818\n2018-04-03 07:00:00,-0.41507725097061926,-0.8647749328633532,0.02541774444095304\n2018-04-03 08:00:00,-0.402303571883184,-0.8700065368835698,0.03208968046338656\n2018-04-03 09:00:00,-0.400377464724913,-0.8679077478736852,0.03533347571908008\n2018-04-03 10:00:00,-0.39918025458700535,-0.8690243213446256,0.034770466592273966\n2018-04-03 11:00:00,-0.41389717811305227,-0.866119839359944,0.023127475400908443\n2018-04-03 12:00:00,-0.4188811176342209,-0.8628798422345028,0.021377970846557074\n2018-04-03 13:00:00,-0.4258124640388735,-0.8556660143312247,0.021962105864286652\n2018-04-03 14:00:00,-0.4358983309736488,-0.850793105543036,0.01682971288298497\n2018-04-03 15:00:00,-0.4443719308945375,-0.8454582695474269,0.014058849357616381\n2018-04-03 16:00:00,-0.4478760209468736,-0.8420545952161598,0.01363152580148852\n2018-04-03 17:00:00,-0.4381313862448949,-0.8453767701911756,0.020127892747440534\n2018-04-03 18:00:00,-0.43895913325662705,-0.8328872413918147,0.03145850887291415\n2018-04-03 19:00:00,-0.44069366485972966,-0.8226654484689021,0.03977397468770836\n2018-04-03 20:00:00,-0.44644487490574664,-0.8165478753223095,0.040274910023372995\n2018-04-03 21:00:00,-0.44151740618962965,-0.816028611890508,0.04586308498515569\n2018-04-03 22:00:00,-0.44675356825418316,-0.8137012252177895,0.04341986679824305\n2018-04-03 23:00:00,-0.4452321430245741,-0.8148822738660563,0.044676768263283456\n2018-04-04 00:00:00,-0.44228324194979474,-0.81934377647651,0.043909665471430666\n2018-04-04 01:00:00,-0.4509681023671283,-0.8118126788567818,0.04332083397213274\n2018-04-04 02:00:00,-0.46446117854284685,-0.8092311193573546,0.03362379093466758\n2018-04-04 03:00:00,-0.46244227487939793,-0.8122928395880755,0.033078399979877\n2018-04-04 04:00:00,-0.46254776594636976,-0.8135407819248758,0.03209606463957994\n2018-04-04 05:00:00,-0.4685059472866691,-0.815029657601991,0.025392133717182613\n2018-04-04 06:00:00,-0.46575480964366095,-0.8195316212986953,0.02392019153589882\n2018-04-04 07:00:00,-0.4726014568436642,-0.8180828324534534,0.018865045666098118\n2018-04-04 08:00:00,-0.46308466122217995,-0.8218555724055152,0.02478240014149752\n2018-04-04 09:00:00,-0.4545190219880582,-0.830903178861547,0.023663030175236816\n2018-04-04 10:00:00,-0.4517147215878882,-0.8311934553590083,0.025949145018579076\n2018-04-04 11:00:00,-0.463433181008494,-0.8292969983045678,0.016658225182551216\n2018-04-04 12:00:00,-0.45965071356821813,-0.8293294484720067,0.020464181508728703\n2018-04-04 13:00:00,-0.46495964391719896,-0.828321469984112,0.01621590537183879\n2018-04-04 14:00:00,-0.4528576933250335,-0.8411338950009415,0.015230310172307734\n2018-04-04 15:00:00,-0.4505276194189303,-0.8400030724625526,0.018060745617043086\n2018-04-04 16:00:00,-0.438991096060848,-0.8364046218832515,0.032591864237426445\n2018-04-04 17:00:00,-0.42485817896926076,-0.8454838645554273,0.036999088878336556\n2018-04-04 18:00:00,-0.4275556557399577,-0.8382501206140003,0.04134459901693038\n2018-04-04 19:00:00,-0.44598979110714865,-0.832048456874071,0.029432983352516515\n2018-04-04 20:00:00,-0.44473756069287657,-0.8372479670553539,0.025761921083791297\n2018-04-04 21:00:00,-0.4523151497074237,-0.8450873704539682,0.011068964407710826\n2018-04-04 22:00:00,-0.44580943887166447,-0.8605954562853619,0.002933326907464389\n2018-04-04 23:00:00,-0.4277077568587072,-0.8758283425149936,0.005635342787961579\n2018-04-05 00:00:00,-0.42480062455703377,-0.8781143749539447,0.006031929864013788\n2018-04-05 01:00:00,-0.41536319046157133,-0.8825292587655449,0.010319858839406698\n2018-04-05 02:00:00,-0.4159409622772373,-0.8844900673018,0.008166345681642588\n2018-04-05 03:00:00,-0.4168609075581231,-0.8833926411388585,0.008460520164230597\n2018-04-05 04:00:00,-0.40597977127591994,-0.887734395641483,0.014882747237369478\n2018-04-05 05:00:00,-0.4122271615628477,-0.877869010879907,0.018455265982466485\n2018-04-05 06:00:00,-0.4349677354670167,-0.8655858399120347,0.00820325935551391\n2018-04-05 07:00:00,-0.43062185745463055,-0.8703684433653203,0.0077526770069979425\n2018-04-05 08:00:00,-0.4392336062000085,-0.8690927109648745,0.00019016505695605118\n2018-04-05 09:00:00,-0.43505728906784535,-0.871868972271812,0.001717090373640866\n2018-04-05 10:00:00,-0.4214793684596238,-0.8787898114191038,0.008060563537360815\n2018-04-05 11:00:00,-0.4150910796805604,-0.8770255327248416,0.015901906298198883\n2018-04-05 12:00:00,-0.4080122368525702,-0.8731672030683792,0.026913557030832258\n2018-04-05 13:00:00,-0.41460313937083076,-0.8642045242902219,0.02944335083285394\n2018-04-05 14:00:00,-0.4099463691359684,-0.8671297309516023,0.03158030225668224\n2018-04-05 15:00:00,-0.41908393635165053,-0.8744203651598873,0.015474811999156386\n2018-04-05 16:00:00,-0.41625710348325284,-0.8872491288945732,0.006059151892036253\n2018-04-05 17:00:00,0.24712463029758888,-0.8682072540815157,0.18357327875905247\n2018-04-05 18:00:00,0.2465420320862796,-0.7912548854705083,0.2576485466405174\n2018-04-05 19:00:00,0.2596425927173416,-0.7563882569122135,0.28034573998571977\n2018-04-05 20:00:00,0.2747437488817242,-0.7297899576713228,0.29217325618112355\n2018-04-05 21:00:00,0.29339230799200655,-0.695449654835032,0.30786808181700726\n2018-04-05 22:00:00,0.3094411564692449,-0.6637989252361821,0.3231990193156337\n2018-04-05 23:00:00,0.31709615796962765,-0.637421697005145,0.3418378571337641\n2018-04-06 00:00:00,0.32606447412112166,-0.6131695507872345,0.3575367968116153\n2018-04-06 01:00:00,0.3306245494403457,-0.5971170636775948,0.3692986892306188\n2018-04-06 02:00:00,0.3413340006929543,-0.5804915128707421,0.37528397144662884\n2018-04-06 03:00:00,0.34932744656089854,-0.5600987446405321,0.3878474885501785\n2018-04-06 04:00:00,0.3613830879958644,-0.5337452957997163,0.4020414768054704\n2018-04-06 05:00:00,0.37380307748570796,-0.5084991362272215,0.4152882438155828\n2018-04-06 06:00:00,0.3715068501615261,-0.5028919367667681,0.4238005935781595\n2018-04-06 07:00:00,0.37169461241814417,-0.4965917021001207,0.4309818168765206\n2018-04-06 08:00:00,0.37310797296914583,-0.49303513691316947,0.43403218611347794\n2018-04-06 09:00:00,0.3716782910408309,-0.4907319030924962,0.4380888411444088\n2018-04-06 10:00:00,0.36606924969710536,-0.48977018460230654,0.4450747587518157\n2018-04-06 11:00:00,0.36585860515465995,-0.489027286195264,0.44672491369140854\n2018-04-06 12:00:00,0.3562649915667806,-0.4910218738375233,0.4544678695980634\n2018-04-06 13:00:00,0.35616257927779377,-0.4882479283811377,0.4573027094792684\n2018-04-06 14:00:00,0.3671891237809467,-0.4782467744617857,0.4561215985265918\n2018-04-06 15:00:00,0.3707592035184002,-0.47446020448466564,0.45635093974614754\n2018-04-06 16:00:00,0.3781483560819018,-0.4652934200806619,0.45831773734359055\n2018-04-06 17:00:00,0.39116853439121624,-0.4514450126798475,0.4591271998083035\n2018-04-06 18:00:00,0.38930238475323,-0.4511799863071367,0.46144829650437635\n2018-04-06 19:00:00,0.40436116744203765,-0.4372479113345409,0.4602035683918663\n2018-04-06 20:00:00,0.4123932569565932,-0.42903035235581094,0.46048377137608837\n2018-04-06 21:00:00,0.42367443327949006,-0.41621299086963465,0.4613297746157202\n2018-04-06 22:00:00,0.4284152206647488,-0.41298253613397745,0.4592865892495007\n2018-04-06 23:00:00,0.43476849372634124,-0.40752428510275934,0.4577641337307382\n2018-04-07 00:00:00,0.4382320076028131,-0.4057317069019077,0.4557596098051483\n2018-04-07 01:00:00,0.445122666894694,-0.40036988235123955,0.4538869824982841\n2018-04-07 02:00:00,0.45657530975844834,-0.3873048625103243,0.4549297328611238\n2018-04-07 03:00:00,0.46861272318338043,-0.37011790778922105,0.45943568089923537\n2018-04-07 04:00:00,0.4892521176190363,-0.34613681916584127,0.46233047573985114\n2018-04-07 05:00:00,0.508066424557836,-0.3207595581050554,0.46865247997735254\n2018-04-07 06:00:00,0.5242425862773386,-0.29960983152219794,0.4733471482575139\n2018-04-07 07:00:00,0.5477030437425077,-0.27141618910331317,0.4780135840177555\n2018-04-07 08:00:00,0.5632260943939988,-0.248083797871796,0.4854848056435063\n2018-04-07 09:00:00,0.5766078604808078,-0.2306514422859776,0.4891633711926792\n2018-04-07 10:00:00,0.5757032476119621,-0.22826433659301268,0.4923140105215513\n2018-04-07 11:00:00,0.5863265571746147,-0.21940813246515964,0.49092428298713353\n2018-04-07 12:00:00,0.5929262499698195,-0.2127811847487831,0.49104863238895907\n2018-04-07 13:00:00,0.6051233692044705,-0.19574868299854736,0.49574592450208554\n2018-04-07 14:00:00,0.6065984161965396,-0.19093226739168492,0.4995412235422839\n2018-04-07 15:00:00,0.6084404428249377,-0.18549462170532277,0.5036533809294499\n2018-04-07 16:00:00,0.602575470726037,-0.18870996443614674,0.5058248451249523\n2018-04-07 17:00:00,0.5770502669413624,-0.21205044723822755,0.5080614334012375\n2018-04-07 18:00:00,0.5576518470553559,-0.22779025888430365,0.5114349105356766\n2018-04-07 19:00:00,0.5473748876799573,-0.24021548069496487,0.5094356097582485\n2018-04-07 20:00:00,0.5412618247894498,-0.24948995641408286,0.5058855533002174\n2018-04-07 21:00:00,0.5516832163311962,-0.24506329431725785,0.49925732356799596\n2018-04-07 22:00:00,0.5467400249848048,-0.2491037578627019,0.4998652483854122\n2018-04-07 23:00:00,0.5585857513279865,-0.23977770888143546,0.4965438138249116\n2018-04-08 00:00:00,0.5556305980856803,-0.2389864945128443,0.5005436101615597\n2018-04-08 01:00:00,0.558570878367667,-0.23820231670549527,0.4989355010561438\n2018-04-08 02:00:00,0.5662072937221173,-0.2261318547322494,0.5039995540889965\n2018-04-08 03:00:00,0.5618768282304362,-0.22818216079066977,0.5070096315301648\n2018-04-08 04:00:00,0.5732934917657837,-0.21814003479843438,0.5059427630396931\n2018-04-08 05:00:00,0.5673663675823677,-0.2303081085722768,0.49987306327912157\n2018-04-08 06:00:00,0.5669690346690103,-0.2319274671243982,0.49843322702689147\n2018-04-08 07:00:00,0.568982340026496,-0.23006139829021416,0.498500137333379\n2018-04-08 08:00:00,0.5708715247710685,-0.2293206929113998,0.4972345379584517\n2018-04-08 09:00:00,0.5632035603213168,-0.23611526060081997,0.49807959545760744\n2018-04-08 10:00:00,0.547913364320313,-0.24834594503125926,0.5011562462898936\n2018-04-08 11:00:00,0.5597145309583689,-0.2372588498436377,0.5007003506579843\n2018-04-08 12:00:00,0.5564626124424158,-0.2385241641791169,0.503244452207855\n2018-04-08 13:00:00,0.5478662512724026,-0.2500241913057057,0.4999043052981653\n2018-04-08 14:00:00,0.5566205882858749,-0.24448133148562085,0.4962877810442443\n2018-04-08 15:00:00,0.5549973213225152,-0.24220877831456,0.49961580009572687\n2018-04-08 16:00:00,0.5476451537803595,-0.24872315610594703,0.5003666572894695\n2018-04-08 17:00:00,0.5535379155876561,-0.23851254731339722,0.5045958414095416\n2018-04-08 18:00:00,0.5526911134779136,-0.23490117264808255,0.5089997911372935\n2018-04-08 19:00:00,0.5519014775846889,-0.23370602878119803,0.5109539294380321\n2018-04-08 20:00:00,0.5532206934639919,-0.22647672438916613,0.516710676977588\n2018-04-08 21:00:00,0.5452896723387491,-0.23266312677123938,0.5184362081475926\n2018-04-08 22:00:00,0.5493959610864223,-0.22929661983052824,0.5172188436527339\n2018-04-08 23:00:00,0.56625357767033,-0.214040085239012,0.5157168596098937\n2018-04-09 00:00:00,0.571449089339431,-0.20543132501831946,0.5187224866382855\n2018-04-09 01:00:00,0.5637389036811973,-0.21028163358165855,0.5212356575299617\n2018-04-09 02:00:00,0.562956489059076,-0.20927540336067843,0.5227986439206486\n2018-04-09 03:00:00,0.5656571596903454,-0.20176345093685955,0.5268665479504192\n2018-04-09 04:00:00,0.5586211167496603,-0.20757823807873785,0.527514300092536\n2018-04-09 05:00:00,0.5602934258264358,-0.20456548560422205,0.5284403069374105\n2018-04-09 06:00:00,0.5543320351678346,-0.205394144428469,0.532772522588185\n2018-04-09 07:00:00,0.5488784919901392,-0.2048540817843784,0.5385471490183633\n2018-04-09 08:00:00,0.5513143169647011,-0.19450350625761115,0.5461956226229617\n2018-04-09 09:00:00,0.5492017810660454,-0.19296642056723112,0.5488153265456354\n2018-04-09 10:00:00,0.5453061094279876,-0.19582148761407295,0.5496305043278975\n2018-04-09 11:00:00,0.5348012889180487,-0.1994750004130868,0.5566670810827695\n2018-04-09 12:00:00,0.5244784442829379,-0.20730343787428285,0.5595245422835629\n2018-04-09 13:00:00,0.5196883699193179,-0.21072333471191784,0.5611632619722884\n2018-04-09 14:00:00,0.5112623251870885,-0.21906739420829188,0.5618194140190295\n2018-04-09 15:00:00,0.5018649332948198,-0.2319579554169522,0.558553951850097\n2018-04-09 16:00:00,0.49916981806863225,-0.2362195461307898,0.5570009960349751\n2018-04-09 17:00:00,0.4979534101236541,-0.23612201833825708,0.55834854501359\n2018-04-09 18:00:00,0.486274872571116,-0.24419404553545393,0.5619529675400398\n2018-04-09 19:00:00,0.4904459395282423,-0.23711178155185153,0.5644438169429301\n2018-04-09 20:00:00,0.48754796676078466,-0.2385518404572239,0.5656531201558063\n2018-04-09 21:00:00,0.4708084203676978,-0.2534645467716602,0.567343458821312\n2018-04-09 22:00:00,0.46053937405304035,-0.2675318572005549,0.5635417151168237\n2018-04-09 23:00:00,0.4349296390322223,-0.2913628121208428,0.5651146261670885\n2018-04-10 00:00:00,0.4044742576504099,-0.32455078922072306,0.5621750674032084\n2018-04-10 01:00:00,0.38058801251845936,-0.3539933147649927,0.557002882671262\n2018-04-10 02:00:00,0.3745666462393801,-0.36698400417104576,0.5502437519943442\n2018-04-10 03:00:00,0.3743345953210999,-0.36748950745607606,0.5494397239845034\n2018-04-10 04:00:00,0.37909075837434153,-0.3621225100414269,0.5500263097631966\n2018-04-10 05:00:00,0.39955102904484874,-0.3427325470834038,0.5481560168252598\n2018-04-10 06:00:00,0.40565295545662317,-0.33111385607913435,0.5535272482337412\n2018-04-10 07:00:00,0.41486891996881153,-0.3243649712334654,0.5511398641487082\n2018-04-10 08:00:00,0.42022753687024555,-0.3164407953697807,0.5540655695687443\n2018-04-10 09:00:00,0.42052955337995807,-0.32031558867070387,0.550056606993252\n2018-04-10 10:00:00,0.4199229235144363,-0.3170152326509277,0.554702806985256\n2018-04-10 11:00:00,0.4299151409862593,-0.3060266303346017,0.5553858540610743\n2018-04-10 12:00:00,0.4148236457319549,-0.32080661588772597,0.5570886533550589\n2018-04-10 13:00:00,0.39874979069406435,-0.33950262488184174,0.5556469049709923\n2018-04-10 14:00:00,0.465006593594997,-0.23129867608716337,0.5887566704164992\n2018-04-10 15:00:00,0.46742903689550114,-0.21743903947596152,0.6003705738979364\n2018-04-10 16:00:00,0.4722905354333026,-0.2090395486059681,0.6036196312816626\n2018-04-10 17:00:00,0.4686406154778734,-0.21283566870556148,0.6032358660140993\n2018-04-10 18:00:00,0.47054551352882595,-0.21360084030046841,0.6009015200888376\n2018-04-10 19:00:00,0.4918089616804281,-0.19596649121216994,0.596862586762612\n2018-04-10 20:00:00,0.4897967802535833,-0.19913592377561196,0.5958899211100606\n2018-04-10 21:00:00,0.5047933290022187,-0.18384628581748105,0.5955626321008254\n2018-04-10 22:00:00,0.5174783268940695,-0.17254392149591133,0.5936709924937847\n2018-04-10 23:00:00,0.5247240282415182,-0.1713746256424913,0.5871279746709298\n2018-04-11 00:00:00,0.5308207987322854,-0.1714291031452556,0.5803104152665326\n2018-04-11 01:00:00,0.5350532613932689,-0.16794532862759703,0.5787476491218276\n2018-04-11 02:00:00,0.544132980590047,-0.16154752597770172,0.5753780990585575\n2018-04-11 03:00:00,0.5571369796431208,-0.15282962750517892,0.5706774228954821\n2018-04-11 04:00:00,0.5675630929548785,-0.146742888530054,0.5658117543748619\n2018-04-11 05:00:00,0.5757169826642605,-0.14061946381656573,0.5631967065691826\n2018-04-11 06:00:00,0.5864624397824996,-0.13219451626050166,0.5607560436807366\n2018-04-11 07:00:00,0.5941371841832036,-0.12570091163793018,0.559244628281366\n2018-04-11 08:00:00,0.5981197292084282,-0.12482677822487045,0.5555915251656675\n2018-04-11 09:00:00,0.5982420821721564,-0.12618892001960305,0.553876890226716\n2018-04-11 10:00:00,0.596673684824849,-0.1288124396151086,0.5524161180465919\n2018-04-11 11:00:00,0.5938221796073722,-0.1308473987511929,0.5531077913904253\n2018-04-11 12:00:00,0.5904505777490316,-0.13511315843256624,0.5520695631664841\n2018-04-11 13:00:00,0.5876613593930329,-0.1380985876472717,0.5515728667303463\n2018-04-11 14:00:00,0.5900857920617942,-0.13757552392940542,0.5493568146355687\n2018-04-11 15:00:00,0.5886464951007206,-0.14035200931678687,0.5480415637358395\n2018-04-11 16:00:00,0.5852904040259772,-0.1436412087429681,0.5481216033904046\n2018-04-11 17:00:00,0.5868707751266069,-0.1451824379908861,0.5450035439119061\n2018-04-11 18:00:00,0.5711428049992443,-0.16349759386375404,0.5424078023453629\n2018-04-11 19:00:00,0.5573889233142355,-0.18049992485579847,0.5396548235095322\n2018-04-11 20:00:00,0.5520285525746262,-0.1860324770996044,0.5394679357271777\n2018-04-11 21:00:00,0.5422896270867444,-0.19531913857042393,0.5397710467402232\n2018-04-11 22:00:00,0.533564482278766,-0.20364367442868023,0.5404229985933873\n2018-04-11 23:00:00,0.5284744021986902,-0.20743102096527072,0.5416077990757112\n2018-04-12 00:00:00,0.5203762154889717,-0.2154564417287356,0.542138294228712\n2018-04-12 01:00:00,0.5149810834493557,-0.21960443489831313,0.5435093864634462\n2018-04-12 02:00:00,0.5057788668044354,-0.2297191159064682,0.5429499568648224\n2018-04-12 03:00:00,0.5046287287861142,-0.2327985937428432,0.541259635142417\n2018-04-12 04:00:00,0.5092563721909518,-0.22908124408490702,0.5402512164591775\n2018-04-12 05:00:00,0.5012227400420048,-0.23941799959167648,0.5383170159826558\n2018-04-12 06:00:00,0.5003992588785575,-0.24125506071555308,0.5375544337071638\n2018-04-12 07:00:00,0.5052790901758258,-0.2358268094570786,0.5383606784404533\n2018-04-12 08:00:00,0.5072822862455644,-0.23173375000323043,0.5406958456326232\n2018-04-12 09:00:00,0.4988116023922497,-0.24056064282613687,0.541082068504155\n2018-04-12 10:00:00,0.49843568358847534,-0.24245346953214617,0.5401034377061528\n2018-04-12 11:00:00,0.4907117022131628,-0.24889697509097558,0.5421493193762803\n2018-04-12 12:00:00,0.484112177860664,-0.25751242158942206,0.541033122360438\n2018-04-12 13:00:00,0.48972883136597123,-0.25458696436703004,0.5388672208145407\n2018-04-12 14:00:00,0.5007656616215217,-0.2453358253151458,0.5369640368467621\n2018-04-12 15:00:00,0.5074926216776176,-0.24229225295121481,0.533367151373843\n2018-04-12 16:00:00,0.5100594897037047,-0.24251015065897275,0.5306914685392699\n2018-04-12 17:00:00,0.5165838932043431,-0.2374848106648606,0.5295217793239513\n2018-04-12 18:00:00,0.5252502501274696,-0.23039417944362675,0.5283543978666473\n2018-04-12 19:00:00,0.5247198036012592,-0.23277680538447104,0.5265527032141522\n2018-04-12 20:00:00,0.5313568477462179,-0.227877273070884,0.5249552220444257\n2018-04-12 21:00:00,0.5284841922142526,-0.23126865873486102,0.5243001688110704\n2018-04-12 22:00:00,0.5260430219604328,-0.2321339450494148,0.5259156609792769\n2018-04-12 23:00:00,0.5210594029167176,-0.23449877390231896,0.5283777344266568\n2018-04-13 00:00:00,0.5176527015706428,-0.23956613229255896,0.5264378250388063\n2018-04-13 01:00:00,0.5232402473857711,-0.23748581646666156,0.5225854141119545\n2018-04-13 02:00:00,0.5276457823178948,-0.23195634742824794,0.5233616298568182\n2018-04-13 03:00:00,0.5178558939665856,-0.2390333580913527,0.5254842037185711\n2018-04-13 04:00:00,0.5147243799121145,-0.24335159968528552,0.5242770266265445\n2018-04-13 05:00:00,0.5168654060466207,-0.2432104523930346,0.5219685588485418\n2018-04-13 06:00:00,0.5025845806234404,-0.2589497249303058,0.5200860620478533\n2018-04-13 07:00:00,0.5020960306385538,-0.25792980311702246,0.5214804364876968\n2018-04-13 08:00:00,0.497928532269538,-0.2612898137435205,0.522422345280168\n2018-04-13 09:00:00,0.48305221669927284,-0.27414666352566447,0.5243705203422263\n2018-04-13 10:00:00,0.4848501641037544,-0.270809031509257,0.5257866157848677\n2018-04-13 11:00:00,0.4717737535112164,-0.2785110340851784,0.5311431325487401\n2018-04-13 12:00:00,0.459767327622195,-0.28739926314174835,0.5345170705828225\n2018-04-13 13:00:00,0.45103583769443756,-0.29471002128154355,0.5360532787610454\n2018-04-13 14:00:00,0.4336985200884129,-0.3126554514078451,0.5356228615178945\n2018-04-13 15:00:00,0.41312815557751226,-0.3346013475627427,0.5346234676284859\n2018-04-13 16:00:00,0.40347403994216224,-0.3471155672275282,0.5322575720933181\n2018-04-13 17:00:00,0.3884820021899722,-0.36312690188092334,0.5314546650219555\n2018-04-13 18:00:00,0.3760178550818128,-0.3745081119497165,0.5329605334831419\n2018-04-13 19:00:00,0.37125019874192666,-0.38183315106896515,0.5306212395455181\n2018-04-13 20:00:00,0.359576875687652,-0.39274256939025387,0.5317558335258247\n2018-04-13 21:00:00,0.347310870583959,-0.4061567131753258,0.5310761829297999\n2018-04-13 22:00:00,0.34121776080737604,-0.4132520829420356,0.5302437639357853\n2018-04-13 23:00:00,0.32724591869046693,-0.419306232561579,0.5380457319031553\n2018-04-14 00:00:00,0.31457801445583505,-0.4296348308281483,0.5402234397537196\n2018-04-14 01:00:00,0.29729688716212094,-0.44891688327860874,0.5385580284151998\n2018-04-14 02:00:00,0.2706432337962541,-0.47942949026636816,0.535349669688474\n2018-04-14 03:00:00,0.2551234785232438,-0.5044693292318554,0.526623552346007\n2018-04-14 04:00:00,0.2406097386540346,-0.5239892949327989,0.5220434311969059\n2018-04-14 05:00:00,0.23588462412435893,-0.532445826272127,0.5185249606517387\n2018-04-14 06:00:00,0.22994538553127575,-0.5404766616959948,0.5171218162851955\n2018-04-14 07:00:00,0.22584615782601675,-0.5414426727540124,0.5210287437272881\n2018-04-14 08:00:00,0.21102791464480727,-0.5551536565724449,0.5229718406905418\n2018-04-14 09:00:00,0.20134340540691695,-0.5716092210329634,0.5161873367783757\n2018-04-14 10:00:00,0.18904397329233757,-0.5835585857778783,0.5164952100875659\n2018-04-14 11:00:00,0.18542233344238804,-0.5894062510094173,0.514053297859473\n2018-04-14 12:00:00,0.18162464483229745,-0.5964874386822276,0.5107909632729389\n2018-04-14 13:00:00,0.18209941875073313,-0.5973341314258306,0.5091921762745977\n2018-04-14 14:00:00,0.1860609933074381,-0.5970987354061238,0.504758143320877\n2018-04-14 15:00:00,0.19612217281577818,-0.5892568276723985,0.5018752604516281\n2018-04-14 16:00:00,0.18951652608046776,-0.5936509478770293,0.5040361803891572\n2018-04-14 17:00:00,0.1904466117118738,-0.5894692628500745,0.5077755913793381\n2018-04-14 18:00:00,0.18701667959772736,-0.5919102499357011,0.5095161262982422\n2018-04-14 19:00:00,0.16714532067780197,-0.6162371884875543,0.5055139302895918\n2018-04-14 20:00:00,0.16593156228935732,-0.6200392148413699,0.5028088245915312\n2018-04-14 21:00:00,0.14947147934113814,-0.6364606698688363,0.5024567159579989\n2018-04-14 22:00:00,0.15344262101761266,-0.6357842420584546,0.49912912847144425\n2018-04-14 23:00:00,0.17659038595435736,-0.6080511914064628,0.5031174368923629\n2018-04-15 00:00:00,0.168646503084865,-0.6093194589757924,0.5101377827498479\n2018-04-15 01:00:00,0.1506765793331067,-0.6257961448285936,0.5119037068058219\n2018-04-15 02:00:00,0.15472292373792226,-0.622028903231183,0.5115274576290926\n2018-04-15 03:00:00,0.1501606255897399,-0.6234655750758187,0.5150301826350148\n2018-04-15 04:00:00,0.13044868237271853,-0.6400218670514312,0.5181615624348043\n2018-04-15 05:00:00,0.127893731478707,-0.646578268231941,0.5140208799221245\n2018-04-15 06:00:00,0.10120907565045385,-0.6726868090899292,0.5142986225771563\n2018-04-15 07:00:00,0.08145588170827486,-0.704172288853,0.5026681507724086\n2018-04-15 08:00:00,0.07893057609972111,-0.7120682717342638,0.49713086275679724\n2018-04-15 09:00:00,0.07015725509347083,-0.7150986588472579,0.502922027928646\n2018-04-15 10:00:00,0.03759579645378813,-0.7459758671827508,0.5047983947582886\n2018-04-15 11:00:00,0.32842911354054555,-0.3915440009817694,0.5644451541358994\n2018-04-15 12:00:00,0.307932941031163,-0.36605118090722444,0.6122380081589878\n2018-04-15 13:00:00,0.30578117783774095,-0.35991351465890575,0.6209426001448\n2018-04-15 14:00:00,0.30560732332977936,-0.35708464024486963,0.6243430576266881\n2018-04-15 15:00:00,0.306278549347709,-0.3546940481957385,0.6260338002255973\n2018-04-15 16:00:00,0.30632378462550797,-0.3563720130731546,0.6244379213969339\n2018-04-15 17:00:00,0.31028062956777114,-0.35003318795031035,0.6267659546158533\n2018-04-15 18:00:00,0.3141455894081985,-0.3433164643449848,0.6293633855776714\n2018-04-15 19:00:00,0.3148533688913437,-0.34408333321439677,0.6278141292654426\n2018-04-15 20:00:00,0.3187771214077106,-0.3395069885982557,0.6281627935548532\n2018-04-15 21:00:00,0.32003013412877124,-0.33676553321527414,0.629341753636508\n2018-04-15 22:00:00,0.3203845750174247,-0.33410156559109333,0.6313024316470066\n2018-04-15 23:00:00,0.32024703349513556,-0.33393053974194,0.6314528330314946\n2018-04-16 00:00:00,0.31214748484365284,-0.33803658037342077,0.635587506753435\n2018-04-16 01:00:00,0.3093010649717888,-0.34010251949465603,0.6361843767265185\n2018-04-16 02:00:00,0.3050516524702706,-0.341662690108184,0.6386499516322257\n2018-04-16 03:00:00,0.3077405136695302,-0.3396831649136989,0.6377543505856758\n2018-04-16 04:00:00,0.30490541300456936,-0.3442735945118001,0.6358454309772416\n2018-04-16 05:00:00,0.30734311602261194,-0.34652259781390077,0.630811109938137\n2018-04-16 06:00:00,0.3021685660106843,-0.3516498950763299,0.6304037305676815\n2018-04-16 07:00:00,0.2999855784175622,-0.3565801925941715,0.6272922853922497\n2018-04-16 08:00:00,0.29666467371848626,-0.36430265617375035,0.6227322225323471\n2018-04-16 09:00:00,0.2981023433973852,-0.3648556484681453,0.6203890277992454\n2018-04-16 10:00:00,0.29843014287648056,-0.36384630146775443,0.6206168281010687\n2018-04-16 11:00:00,0.30144301632725184,-0.3632562067359742,0.6180752785156938\n2018-04-16 12:00:00,0.30480407103721086,-0.36011408930181876,0.6175727274582816\n2018-04-16 13:00:00,0.2989398802141505,-0.3661587030617116,0.6175221536913321\n2018-04-16 14:00:00,0.2956833098417696,-0.3737683642650798,0.6128141792162233\n2018-04-16 15:00:00,0.2901112994588144,-0.38078127686450103,0.6111894026894326\n2018-04-16 16:00:00,0.2783744913908603,-0.39238203310230857,0.6110599862420285\n2018-04-16 17:00:00,0.280108222133233,-0.3917707642906548,0.6097964387916424\n2018-04-16 18:00:00,0.2856613661066229,-0.38786697208583293,0.607929604544447\n2018-04-16 19:00:00,0.2819756207976548,-0.38656671856373853,0.6127294211409157\n2018-04-16 20:00:00,0.2909879248438894,-0.38133085888523216,0.6088697893979516\n2018-04-16 21:00:00,0.2897779288469179,-0.38932699417675326,0.6021069892042559\n2018-04-16 22:00:00,0.2950266290519866,-0.3889186154734292,0.5971792896624718\n2018-04-16 23:00:00,0.29638789217199357,-0.3879049673048127,0.5967858114595652\n2018-04-17 00:00:00,0.2974184487286945,-0.3849183959359405,0.5989842026063987\n2018-04-17 01:00:00,0.29617135739713574,-0.38860294878045976,0.596805382248007\n2018-04-17 02:00:00,0.31117300035096157,-0.3753476604008051,0.5951355685379356\n2018-04-17 03:00:00,0.32006083923235656,-0.36594770845184377,0.5957286947765764\n2018-04-17 04:00:00,0.31866338680116624,-0.3665490973337968,0.5970543855646879\n2018-04-17 05:00:00,0.3258497041820316,-0.3630609006633034,0.5936688747979106\n2018-04-17 06:00:00,0.33194492667944175,-0.35761416942969604,0.5935205824034552\n2018-04-17 07:00:00,0.32835726797080395,-0.3631592448537895,0.591965300429903\n2018-04-17 08:00:00,0.3367385502639774,-0.35897276513954335,0.5881554138005181\n2018-04-17 09:00:00,0.3510889172858165,-0.34765802121961525,0.585518037680252\n2018-04-17 10:00:00,0.3460934629796606,-0.35023053679481553,0.5885370462660099\n2018-04-17 11:00:00,0.35001776993767947,-0.3431778308889049,0.5919708161814996\n2018-04-17 12:00:00,0.3578701932957138,-0.3327191867051328,0.5951712959507671\n2018-04-17 13:00:00,0.36139036701691196,-0.3313039808392769,0.5938971741178828\n2018-04-17 14:00:00,0.3663625859286516,-0.3301743854743401,0.5906441077003166\n2018-04-17 15:00:00,0.3670490672425426,-0.33107284555167554,0.5888899318091053\n2018-04-17 16:00:00,0.3759421538957772,-0.32470161912869555,0.5862437815026708\n2018-04-17 17:00:00,0.37262130752800837,-0.3287660315548314,0.5856543478550812\n2018-04-17 18:00:00,0.36214137599585233,-0.3412858368172606,0.5842820648842625\n2018-04-17 19:00:00,0.3526287368272529,-0.3542119978151971,0.581226356843623\n2018-04-17 20:00:00,0.3403466562031476,-0.3739037825776273,0.5748284973794361\n2018-04-17 21:00:00,0.3262293622875908,-0.3911799831142587,0.5722991813636883\n2018-04-17 22:00:00,0.30327554168484594,-0.41226705343578124,0.574593150879148\n2018-04-17 23:00:00,0.29033307084107507,-0.42801961324255117,0.5728101167044228\n2018-04-18 00:00:00,0.27867154794381466,-0.44814059929950883,0.5646947210191707\n2018-04-18 01:00:00,0.289263702359457,-0.44419720408551794,0.5582959248017162\n2018-04-18 02:00:00,0.3017825870624292,-0.43371130065258146,0.5562287837118495\n2018-04-18 03:00:00,0.29332287875429486,-0.44520211245561697,0.5529181640064291\n2018-04-18 04:00:00,0.2932321651683202,-0.44719199944192545,0.5512032654740912\n2018-04-18 05:00:00,0.2819389190634352,-0.45991005775902527,0.5495097866666688\n2018-04-18 06:00:00,0.29436280526024444,-0.4471683926808585,0.549711542693548\n2018-04-18 07:00:00,0.29582048841800324,-0.4416179773646677,0.553870372575395\n2018-04-18 08:00:00,0.2922775472237672,-0.4442973246197997,0.5541718880379523\n2018-04-18 09:00:00,0.2991917839910149,-0.4405249026075259,0.5505159543955274\n2018-04-18 10:00:00,-0.08580584634949195,-0.7290572444719993,0.4800083076216202\n2018-04-18 11:00:00,-0.08898002090530456,-0.796169312665947,0.41006393033931227\n2018-04-18 12:00:00,-0.10612847880866423,-0.8167448676568724,0.3722693351230029\n2018-04-18 13:00:00,-0.12251581683381507,-0.82358768651571,0.3485410676589373\n2018-04-18 14:00:00,-0.1415085716181059,-0.8270323133648074,0.3261633086771057\n2018-04-18 15:00:00,-0.14410488181242115,-0.8360635680952782,0.3145895707947343\n2018-04-18 16:00:00,-0.1496172715268904,-0.8431375677591291,0.30172776394030587\n2018-04-18 17:00:00,-0.14561388225781285,-0.8497245945632037,0.2995591541687221\n2018-04-18 18:00:00,-0.14920483995781073,-0.8470890659114463,0.2986492670443691\n2018-04-18 19:00:00,-0.14622111946265065,-0.8544697166337689,0.29458358611331936\n2018-04-18 20:00:00,-0.1261591787490499,-0.8685445067245308,0.3008040008232757\n2018-04-18 21:00:00,-0.12191113368306203,-0.8773956021408217,0.29613783657594406\n2018-04-18 22:00:00,-0.10532101578288283,-0.8905851539340988,0.29994185950024066\n2018-04-18 23:00:00,-0.0875150368745281,-0.904308644668733,0.3038473819687604\n2018-04-19 00:00:00,-0.06250644185541933,-0.9174455420044152,0.31573635046048604\n2018-04-19 01:00:00,-0.0558132990519365,-0.9227805996909336,0.31726306971824114\n2018-04-19 02:00:00,-0.023916747585699127,-0.9380297139141552,0.3337640750554774\n2018-04-19 03:00:00,-0.00437412520786527,-0.937878326998467,0.3534632183816749\n2018-04-19 04:00:00,0.02700302418007339,-0.9134399090763137,0.35522956910339576\n2018-04-19 05:00:00,0.0665947384046824,-0.8752781085560406,0.3546693452451643\n2018-04-19 06:00:00,0.07972304927414757,-0.8419464702091163,0.3756386585560927\n2018-04-19 07:00:00,0.09010961563591967,-0.8157703675787171,0.3923455313887335\n2018-04-19 08:00:00,0.09874866051680362,-0.8017363914125076,0.3978856719799678\n2018-04-19 09:00:00,0.1519352262271344,-0.7424573794048074,0.4043540317870964\n2018-04-19 10:00:00,0.15472254660299697,-0.7287393361836145,0.415778897371576\n2018-04-19 11:00:00,0.19289542539438717,-0.6869488856272055,0.42004341683753027\n2018-04-19 12:00:00,0.21665309994480544,-0.651718029852365,0.4317949235500848\n2018-04-19 13:00:00,0.21784142102470885,-0.642804723019965,0.4398640609615605\n2018-04-19 14:00:00,0.23259113756704206,-0.6182426147292267,0.4501373760925295\n2018-04-19 15:00:00,0.26496244568366034,-0.5709651720610165,0.46513827848334144\n2018-04-19 16:00:00,0.2695016017013398,-0.5556794728923002,0.4761533515873501\n2018-04-19 17:00:00,0.2787648847703765,-0.5445662850827826,0.4784014419674326\n2018-04-19 18:00:00,0.28921334114956143,-0.5365306703704642,0.4754895489435583\n2018-04-19 19:00:00,0.30046378477303015,-0.5208751928187606,0.4803132575846587\n2018-04-19 20:00:00,0.29508850201232906,-0.5300635531429547,0.47688444665883\n2018-04-19 21:00:00,0.3198511822670554,-0.5087957020220971,0.4727403300622869\n2018-04-19 22:00:00,0.32752044318941775,-0.49204267868944657,0.48140092579199195\n2018-04-19 23:00:00,0.3342712721906435,-0.4816693632888797,0.48567488723663255\n2018-04-20 00:00:00,0.34906527381435404,-0.46148635927599474,0.4910673193945407\n2018-04-20 01:00:00,0.3623778087395752,-0.44330551222743786,0.49575064450687306\n2018-04-20 02:00:00,0.3720865409429166,-0.43971632609599,0.48972901958461534\n2018-04-20 03:00:00,0.38818301206700784,-0.4331534810098526,0.4804992260334063\n2018-04-20 04:00:00,0.4254535304835999,-0.3970196911743472,0.4789905043670989\n2018-04-20 05:00:00,0.44021908611967736,-0.3807779811014294,0.48042959891572556\n2018-04-20 06:00:00,0.46453744027367777,-0.34974046771964107,0.486660663495054\n2018-04-20 07:00:00,0.7780902129282837,-0.05346208701320505,0.4616122016477859\n2018-04-20 08:00:00,0.76055961872904,-0.03422638635876135,0.4997533580163503\n2018-04-20 09:00:00,0.7643617726884646,-0.024956199691013956,0.5059536784912628\n2018-04-20 10:00:00,0.7619403769148468,-0.02716177657393603,0.506750193092007\n2018-04-20 11:00:00,0.7700883473386015,-0.016298556968467333,0.5103991403355941\n2018-04-20 12:00:00,0.7812892595984502,0.005889018714441437,0.510512457346447\n2018-04-20 13:00:00,0.7805083357086589,0.010649815634366141,0.507378540617749\n2018-04-20 14:00:00,0.776109199353704,0.02069589530171732,0.5026434152887025\n2018-04-20 15:00:00,0.7781575986201363,0.01948156534051208,0.5029926068428432\n2018-04-20 16:00:00,0.7781023669837344,0.020090290965705065,0.5029752545547588\n2018-04-20 17:00:00,0.7750344456391429,0.030014811057813787,0.4962809301417402\n2018-04-20 18:00:00,0.7777445087593085,0.021020734424198065,0.5029062999632964\n2018-04-20 19:00:00,0.7752944445412128,0.018936829801729296,0.5076589977082538\n2018-04-20 20:00:00,0.7757602595208679,0.013813102051514746,0.5133004539018213\n2018-04-20 21:00:00,0.7804770381834661,-0.0021322988349025194,0.5209158623554031\n2018-04-20 22:00:00,0.7770011848193299,-0.004259140364873054,0.5223440862621017\n2018-04-20 23:00:00,0.7631447453678109,-0.02004257905460215,0.5206769357611303\n2018-04-21 00:00:00,0.7665025697278295,-0.021212886129025787,0.5164486632638008\n2018-04-21 01:00:00,0.775252594249968,-0.017909972653069286,0.510720673280155\n2018-04-21 02:00:00,0.7752383818749462,-0.02380039499658827,0.5046852935365812\n2018-04-21 03:00:00,0.7768556610327263,-0.02305824063682975,0.5032933458655618\n2018-04-21 04:00:00,0.781969884610238,-0.014741240329222,0.5063309745313228\n2018-04-21 05:00:00,0.7712468096728331,-0.01985145977167625,0.5114839753898762\n2018-04-21 06:00:00,0.756047590473714,-0.03176747050451136,0.5143525245988441\n2018-04-21 07:00:00,0.7967570779860121,-0.08207862931079868,0.42375996050443193\n2018-04-21 08:00:00,0.8281570697120668,-0.07494268442711341,0.39965830509381634\n2018-04-21 09:00:00,0.8538376180043855,-0.059626295942383674,0.389597965861954\n2018-04-21 10:00:00,0.8790426394061039,-0.03856121057239149,0.3856880389621574\n2018-04-21 11:00:00,0.8989634465513751,-0.019949008078842412,0.38436325627383944\n2018-04-21 12:00:00,0.9153765438885079,0.005313628256832287,0.3826087275885434\n2018-04-21 13:00:00,0.9045529329954679,0.028534862936765885,0.37005153262659135\n2018-04-21 14:00:00,0.8951202844708548,0.056635952049473616,0.351249040756948\n2018-04-21 15:00:00,0.9020532823416979,0.05668935105431603,0.34459955810437676\n2018-04-21 16:00:00,0.9039864952801654,0.06277352573716341,0.3370022957413513\n2018-04-21 17:00:00,0.9042373058892009,0.06940566389346955,0.33001028529121984\n2018-04-21 18:00:00,0.9099757215410221,0.06785089793348976,0.3261166237472582\n2018-04-21 19:00:00,0.9130851365984078,0.06867220398577839,0.3223236057687198\n2018-04-21 20:00:00,0.9151850290609281,0.07149287794002665,0.31740605431349933\n2018-04-21 21:00:00,0.9125468903961282,0.07931332782681315,0.3125400627511314\n2018-04-21 22:00:00,0.9207479899168193,0.07221284291954695,0.31175155803559323\n2018-04-21 23:00:00,0.9230920482083455,0.07513066393386979,0.3065367964606143\n2018-04-22 00:00:00,0.9265669323469851,0.07882116128104814,0.299729631106807\n2018-04-22 01:00:00,0.9360544381922294,0.068182544853041,0.3011834493025902\n2018-04-22 02:00:00,0.9425341459635591,0.06460367902174119,0.29834061034413034\n2018-04-22 03:00:00,0.9489044412636867,0.05633595781276989,0.30050107703124035\n2018-04-22 04:00:00,0.9596009250621258,0.04313766327438584,0.3030964100728328\n2018-04-22 05:00:00,0.9628185994941959,0.04576787474858556,0.2970903720316183\n2018-04-22 06:00:00,0.974036420763855,0.03751094152167693,0.2948635860475733\n2018-04-22 07:00:00,0.9899616240716516,0.025644475282828955,0.29144352978385946\n2018-04-22 08:00:00,1.0003780967033478,0.012901297139552228,0.2939432319468587\n2018-04-22 09:00:00,1.0131400967865873,0.008838779729357487,0.2850336270394876\n2018-04-22 10:00:00,0.9960266545915777,0.02927495217824076,0.2821426709875043\n2018-04-22 11:00:00,0.9888301234153137,0.03178256608836838,0.2873427875833159\n2018-04-22 12:00:00,0.9805595828553703,0.04107767336016233,0.286895196706717\n2018-04-22 13:00:00,0.9791677583882016,0.03434098867507547,0.29548417337514715\n2018-04-22 14:00:00,0.9833537096557043,0.02916504747708839,0.29708892125207254\n2018-04-22 15:00:00,0.9946702936284063,0.012084021190944932,0.3034013464111447\n2018-04-22 16:00:00,0.9958116944155918,-0.012517949547613608,0.3020882592897634\n2018-04-22 17:00:00,0.9790918727954806,-0.03632087467151826,0.29534241028729463\n2018-04-22 18:00:00,0.9856890304972478,-0.03996871213035668,0.2855860217007722\n2018-04-22 19:00:00,0.9823852906566284,-0.05539050733580293,0.27398228952138737\n2018-04-22 20:00:00,0.9924472710695956,-0.043573010919566106,0.2757233314716301\n2018-04-22 21:00:00,0.9895728983279112,-0.0506491314803656,0.2716728038591292\n2018-04-22 22:00:00,1.0190653543228303,-0.02828682692123527,0.26415942114357455\n2018-04-22 23:00:00,1.0133466983982697,-0.02395236098424113,0.2741558810501176\n2018-04-23 00:00:00,1.0072313965350064,-0.04164596548350709,0.2628570987010888\n2018-04-23 01:00:00,1.0203526941273255,-0.038528175877615124,0.2527571382474991\n2018-04-23 02:00:00,0.9990211786527391,-0.055553946430482753,0.25731009205189287\n2018-04-23 03:00:00,0.9741643222264837,-0.09466989546494563,0.24308745338522114\n2018-04-23 04:00:00,-0.21717153961653216,-0.6464196526384299,0.4572404608139096\n2018-04-23 05:00:00,-0.19617232683616995,-0.7146840924040965,0.4100891705927969\n2018-04-23 06:00:00,-0.18615268753118927,-0.7302268046968559,0.403687580101848\n2018-04-23 07:00:00,-0.1896281891558333,-0.7335721086783552,0.3963674371554495\n2018-04-23 08:00:00,-0.1899400737937669,-0.7332218017802574,0.39629737632014533\n2018-04-23 09:00:00,-0.19720471207973614,-0.7228461651341755,0.39921975755650485\n2018-04-23 10:00:00,-0.21054531718426917,-0.7163974991952072,0.3917270528651964\n2018-04-23 11:00:00,-0.20884703340817073,-0.7123438801893036,0.397195546554959\n2018-04-23 12:00:00,-0.20728230293756894,-0.7041882617275977,0.406840874079245\n2018-04-23 13:00:00,-0.20194645046539383,-0.7019028999013804,0.41409675212804303\n2018-04-23 14:00:00,-0.2005181529167018,-0.6992625059239888,0.4180224013813021\n2018-04-23 15:00:00,-0.2010791047376198,-0.6993964285929005,0.417260901011498\n2018-04-23 16:00:00,-0.20947887817991467,-0.6906601065169049,0.4176715585488713\n2018-04-23 17:00:00,-0.22512427919018257,-0.6790494488010432,0.41354674065209995\n2018-04-23 18:00:00,-0.24717029019788125,-0.6694673536818703,0.40138328031346543\n2018-04-23 19:00:00,-0.26685538790745533,-0.668057368003774,0.3830247966353509\n2018-04-23 20:00:00,-0.2600379355870003,-0.6704682527125876,0.3878406626650199\n2018-04-23 21:00:00,-0.2866096108164749,-0.6656130425498034,0.36678983504867674\n2018-04-23 22:00:00,-0.3050691144174188,-0.6692897511049704,0.3447317015342553\n2018-04-23 23:00:00,-0.30661299438095746,-0.674869485800784,0.33741473251811094\n2018-04-24 00:00:00,-0.3256018750155051,-0.6695373448969252,0.32376117345916183\n2018-04-24 01:00:00,-0.3406002084837103,-0.6690594053033092,0.30960328088545985\n2018-04-24 02:00:00,-0.34532612969106913,-0.6692516493884497,0.3052356152201049\n2018-04-24 03:00:00,-0.34585319769578865,-0.6701313131414195,0.30409355214864997\n2018-04-24 04:00:00,-0.34748077901455376,-0.6719320557036977,0.30016547631941204\n2018-04-24 05:00:00,-0.36059710890059316,-0.6717500541583376,0.28683518510020356\n2018-04-24 06:00:00,-0.3646070998192231,-0.6763731315184123,0.27803397850552536\n2018-04-24 07:00:00,-0.3694091124027189,-0.6801148300461975,0.2698821208432754\n2018-04-24 08:00:00,-0.3732527896437805,-0.6902538908780025,0.25561951076777134\n2018-04-24 09:00:00,-0.3779467432745173,-0.6900341205157167,0.2511422973189066\n2018-04-24 10:00:00,-0.3745295165772944,-0.6906155779034807,0.2540192334044492\n2018-04-24 11:00:00,-0.3783933030674596,-0.6909467221553269,0.2495921444888431\n2018-04-24 12:00:00,-0.379605746390068,-0.685318626745369,0.2545573930740145\n2018-04-24 13:00:00,-0.3875263910974053,-0.683934039091177,0.24806476182237025\n2018-04-24 14:00:00,-0.38898314779649756,-0.6852268625229071,0.2456649826049187\n2018-04-24 15:00:00,-0.3966709449753326,-0.6841931399076977,0.23835276405260125\n2018-04-24 16:00:00,-0.4096304765544842,-0.6801974066751665,0.22940053082486853\n2018-04-24 17:00:00,-0.4084794881624884,-0.6773211344380289,0.2322792690967379\n2018-04-24 18:00:00,-0.413893777811535,-0.6708786987580552,0.23308035625453746\n2018-04-24 19:00:00,-0.3984800842938614,-0.6714027059869985,0.2476217395906951\n2018-04-24 20:00:00,-0.3884715726974787,-0.669407618909423,0.25928546067632796\n2018-04-24 21:00:00,-0.39953414438805646,-0.6649634419233605,0.25284445841707726\n2018-04-24 22:00:00,-0.40604152976199903,-0.6627219023905432,0.24847585694058838\n2018-04-24 23:00:00,-0.4059204997396228,-0.6627203632512442,0.24951357392410214\n2018-04-25 00:00:00,-0.4099278066232492,-0.6629365214938236,0.24517619271999924\n2018-04-25 01:00:00,-0.4102161652548865,-0.6658822961838331,0.24127582367950448\n2018-04-25 02:00:00,-0.40359666308481124,-0.6708610416276635,0.24248219937369855\n2018-04-25 03:00:00,-0.4043702898714579,-0.6736476470833952,0.2380117847209434\n2018-04-25 04:00:00,-0.40962365893378383,-0.6723363020090034,0.23361501255882344\n2018-04-25 05:00:00,-0.40736053174993747,-0.6755893629903627,0.23254154931334325\n2018-04-25 06:00:00,-0.41357181632171924,-0.6782895411533177,0.22423507599001316\n2018-04-25 07:00:00,-0.410590805310718,-0.6810950806783577,0.22478832934178328\n2018-04-25 08:00:00,-0.4113980106957848,-0.6763314806650969,0.22867479518758793\n2018-04-25 09:00:00,-0.42481845591443934,-0.675519927567281,0.21649507166874588\n2018-04-25 10:00:00,-0.42979570720007765,-0.6808178088440292,0.20655653610801214\n2018-04-25 11:00:00,-0.4271023824100819,-0.6881004052698406,0.2017282552541084\n2018-04-25 12:00:00,-0.4295525864076482,-0.6934143369023124,0.1937981867182846\n2018-04-25 13:00:00,-0.42362244501455015,-0.6993977091398479,0.19354936792184427\n2018-04-25 14:00:00,-0.4226068050565959,-0.7018113030336659,0.19151479585108244\n2018-04-25 15:00:00,-0.41346703906693866,-0.6960517759258613,0.20621098042535924\n2018-04-25 16:00:00,-0.41235619332240625,-0.6943799394426072,0.20910251628669457\n2018-04-25 17:00:00,-0.41122661405255034,-0.6965937322804966,0.20797196048678115\n2018-04-25 18:00:00,-0.41619393961805645,-0.6928423361070776,0.2067382706467569\n2018-04-25 19:00:00,-0.42276642451759355,-0.6897242802808791,0.20347683546279888\n2018-04-25 20:00:00,-0.42854812232448886,-0.6854068793626543,0.20315803339240543\n2018-04-25 21:00:00,-0.4332704953794403,-0.6829206828904059,0.20211686912913798\n2018-04-25 22:00:00,-0.43661913160057364,-0.6830383036500154,0.19962351275415816\n2018-04-25 23:00:00,-0.4383734922001277,-0.6825070534053024,0.19910784089997605\n2018-04-26 00:00:00,-0.4430809520592083,-0.6811625695325032,0.19640226280144057\n2018-04-26 01:00:00,-0.4414995055404968,-0.6811044277746826,0.19885836320753342\n2018-04-26 02:00:00,-0.44628270667380115,-0.6768740007994867,0.1988332254667167\n2018-04-26 03:00:00,-0.4489383386216201,-0.6787411476129998,0.19431723618176144\n2018-04-26 04:00:00,-0.4486273445331629,-0.6809045859119673,0.19266825618825686\n2018-04-26 05:00:00,-0.4489162585366939,-0.6855893588911093,0.18748844534049772\n2018-04-26 06:00:00,-0.44888927049287725,-0.6935795999669251,0.1788784787855012\n2018-04-26 07:00:00,-0.4386639110879673,-0.697555971035563,0.18428626562185899\n2018-04-26 08:00:00,-0.4384101163244125,-0.6964958880398425,0.18443396015018185\n2018-04-26 09:00:00,-0.4337050769076639,-0.6934093131369409,0.1915530826260492\n2018-04-26 10:00:00,-0.43454985785771716,-0.6916399308213587,0.19233670737495756\n2018-04-26 11:00:00,-0.43154126724122244,-0.6941594482658062,0.192083699961368\n2018-04-26 12:00:00,-0.42860048575712995,-0.6968774442089466,0.19196093422326588\n2018-04-26 13:00:00,-0.43246800129196794,-0.6921974699466684,0.19306788379385081\n2018-04-26 14:00:00,-0.43823825470809935,-0.6896649703255269,0.18945052997158116\n2018-04-26 15:00:00,-0.4409580786287595,-0.6942832445376714,0.18190397788643664\n2018-04-26 16:00:00,-0.44002478775863957,-0.7003694548047333,0.17712591658965993\n2018-04-26 17:00:00,-0.4459562068890424,-0.6998299031782312,0.17213551745927053\n2018-04-26 18:00:00,-0.45668114226280604,-0.6967276714029587,0.16532677646549115\n2018-04-26 19:00:00,-0.46333306493340737,-0.698722423045837,0.1578075637682332\n2018-04-26 20:00:00,-0.46614514097004384,-0.6973497130746716,0.1571318158440229\n2018-04-26 21:00:00,-0.45650976321414893,-0.6979113086641966,0.16653039579443316\n2018-04-26 22:00:00,-0.45591000069440274,-0.6948412461863466,0.16985875406502596\n2018-04-26 23:00:00,-0.4587317545312157,-0.6920861084268268,0.16979092717753766\n2018-04-27 00:00:00,-0.456835872931831,-0.6924775217414508,0.17122966869590636\n2018-04-27 01:00:00,-0.45424629879080214,-0.6892628102403674,0.17626954280730914\n2018-04-27 02:00:00,-0.4560919280589,-0.690803100543825,0.1727844906912485\n2018-04-27 03:00:00,-0.45325874774635877,-0.6951411568930508,0.1715015594625441\n2018-04-27 04:00:00,-0.45503779306240744,-0.6945139644658022,0.17058912356480366\n2018-04-27 05:00:00,-0.452354611932625,-0.6955471009531219,0.17205359700462\n2018-04-27 06:00:00,-0.4561524589705616,-0.6912253124449269,0.17216296342055015\n2018-04-27 07:00:00,-0.4606747615373796,-0.6890075695221957,0.1702410411795857\n2018-04-27 08:00:00,-0.4616751857227017,-0.6943311128074318,0.16389037270737822\n2018-04-27 09:00:00,-0.45618439559449275,-0.6970770594078632,0.166516981149457\n2018-04-27 10:00:00,-0.4572341489133476,-0.6953481681461741,0.16699902940890066\n2018-04-27 11:00:00,-0.45195815775737536,-0.693662432016473,0.1734095706710163\n2018-04-27 12:00:00,-0.45408866120726255,-0.6905702323683953,0.1744741775137949\n2018-04-27 13:00:00,-0.451262089947534,-0.6907374198413773,0.17672547080675807\n2018-04-27 14:00:00,-0.4531662881556142,-0.6882147566087647,0.17733013155666616\n2018-04-27 15:00:00,-0.44675521028465226,-0.6874514810583028,0.184433366014659\n2018-04-27 16:00:00,-0.44192522310156823,-0.6850115650217435,0.19126507289509614\n2018-04-27 17:00:00,-0.43972990692719544,-0.6794716707088749,0.19844405416895744\n2018-04-27 18:00:00,-0.44210774325890356,-0.676189922481368,0.1987963701047629\n2018-04-27 19:00:00,-0.43924033634677423,-0.6763635036521026,0.20136825861415267\n2018-04-27 20:00:00,-0.43551172023333007,-0.6752744307536545,0.205534558359391\n2018-04-27 21:00:00,-0.43793320064086855,-0.6720622752876744,0.2063831110091542\n2018-04-27 22:00:00,-0.43167759038945114,-0.6641404212139574,0.21979407600393097\n2018-04-27 23:00:00,-0.438178094827242,-0.656980196266446,0.22024604873348821\n2018-04-28 00:00:00,-0.4352470474942544,-0.654179755110371,0.225838296127844\n2018-04-28 01:00:00,0.26001926754105686,-0.49227933518968775,0.5357439101992028\n2018-04-28 02:00:00,0.2583096825286629,-0.4230898352503907,0.602803785845731\n2018-04-28 03:00:00,0.2786596376378316,-0.38916325101909954,0.6161011043867891\n2018-04-28 04:00:00,0.2987674977705335,-0.3644236159072555,0.6202737765102484\n2018-04-28 05:00:00,0.3227436567908875,-0.33615888028520097,0.6244826473945606\n2018-04-28 06:00:00,0.3376538918411797,-0.320256362784311,0.625798887211997\n2018-04-28 07:00:00,0.35599993832994375,-0.30132052613245924,0.6261903333328391\n2018-04-28 08:00:00,0.36565433565319044,-0.28361619243273545,0.6337090035273062\n2018-04-28 09:00:00,0.37978337782714156,-0.26606406993727144,0.6366847495509655\n2018-04-28 10:00:00,0.391720167082095,-0.25012112650165763,0.6407773741042353\n2018-04-28 11:00:00,0.400636223654527,-0.23600574201916755,0.6460160378369111\n2018-04-28 12:00:00,0.4053327978556269,-0.22909752807548783,0.6480857356702414\n2018-04-28 13:00:00,0.40364137758047625,-0.22521678463876654,0.6538891343314223\n2018-04-28 14:00:00,0.4066547760253832,-0.22191168400503616,0.6541475258929863\n2018-04-28 15:00:00,0.4147183052245722,-0.21184469038980563,0.6562640824787823\n2018-04-28 16:00:00,0.42615309506115534,-0.1998700587104979,0.6570242814521485\n2018-04-28 17:00:00,0.4472971584520417,-0.1787429544633766,0.6572757558967632\n2018-04-28 18:00:00,0.4630107106250152,-0.16628945299801992,0.6542660695295275\n2018-04-28 19:00:00,0.46261235808750967,-0.16642448734371856,0.6548199116068684\n2018-04-28 20:00:00,0.4720510466537998,-0.15731226375011267,0.6546801911010162\n2018-04-28 21:00:00,0.47901955441152144,-0.15165840841252676,0.6533640928249655\n2018-04-28 22:00:00,0.49778618661295465,-0.13656889066800285,0.6497194080520843\n2018-04-28 23:00:00,0.5008165479792992,-0.13290130361970962,0.650270889700736\n2018-04-29 00:00:00,0.5075313906178216,-0.12663067357815014,0.6496810678738087\n2018-04-29 01:00:00,0.511797150381941,-0.12096196884913236,0.6509040774028723\n2018-04-29 02:00:00,0.524076183947543,-0.11069808073091773,0.6485296694909726\n2018-04-29 03:00:00,0.5364613894381549,-0.10026012037915306,0.6460564569922645\n2018-04-29 04:00:00,0.5450017660658978,-0.09720913339401474,0.6402992085507208\n2018-04-29 05:00:00,0.567281014262275,-0.08203253737309144,0.633020980078331\n2018-04-29 06:00:00,0.5731126555269135,-0.07776346130772346,0.6312246413553233\n2018-04-29 07:00:00,0.5918188838467613,-0.06313354026958388,0.6267289507803432\n2018-04-29 08:00:00,0.6050501424958055,-0.051454524313250115,0.6250890558186187\n2018-04-29 09:00:00,0.6153300813946994,-0.041613644781406,0.6246022261530545\n2018-04-29 10:00:00,0.6273131537481733,-0.035511909084458115,0.6185344231510924\n2018-04-29 11:00:00,0.6365897435646171,-0.03451224695240544,0.6103573977699447\n2018-04-29 12:00:00,0.6428892947966495,-0.03290397265989224,0.6060299817115985\n2018-04-29 13:00:00,0.652637815683186,-0.027829371502406653,0.6011897422758656\n2018-04-29 14:00:00,0.6679801417242062,-0.012944147817286969,0.6001968566444086\n2018-04-29 15:00:00,0.6798487403111765,-0.0020625832598117023,0.5989278127986621\n2018-04-29 16:00:00,0.6850208440117858,-0.0008958353235951689,0.5944544441050591\n2018-04-29 17:00:00,0.6864787083936414,0.006314720036212184,0.5875946522010996\n2018-04-29 18:00:00,0.6834498314831283,0.01535315535683241,0.5812344968011084\n2018-04-29 19:00:00,0.6852336658553349,0.01407140442936657,0.5808567428907803\n2018-04-29 20:00:00,0.6883983926845856,0.011218658866615456,0.5806359570098452\n2018-04-29 21:00:00,0.6937699905280932,0.004880922163092178,0.5813036685528318\n2018-04-29 22:00:00,0.6969360561987241,0.007290449190166105,0.5758169499129775\n2018-04-29 23:00:00,0.69468121374631,0.021104984172072017,0.56431966736955\n2018-04-30 00:00:00,0.693701542225544,0.030764521478455726,0.5553515296556819\n2018-04-30 01:00:00,0.6929751209797935,0.03696838899745128,0.5500690705920073\n2018-04-30 02:00:00,0.6957421399237854,0.0413461548316102,0.5428981931918143\n2018-04-30 03:00:00,0.6970124441701342,0.03994905905219265,0.5430209679675845\n2018-04-30 04:00:00,0.6962628636571812,0.049487531462003125,0.5338970594475204\n2018-04-30 05:00:00,0.6972523675977851,0.047838971777463206,0.5344187858169378\n2018-04-30 06:00:00,0.6980020620092335,0.04638916430397988,0.5350590736122764\n2018-04-30 07:00:00,0.6978378577342059,0.037974917201635774,0.5437980554335854\n2018-04-30 08:00:00,0.6978817271695824,0.03517264847296982,0.5464114997414793\n2018-04-30 09:00:00,0.6994138617661797,0.03944539796109569,0.5400405247893226\n2018-04-30 10:00:00,0.7026889625579709,0.03986262718209699,0.5367255192189733\n2018-04-30 11:00:00,0.7075537002826368,0.037504009832645346,0.5344996782418538\n2018-04-30 12:00:00,0.708757172335465,0.03919684814651466,0.5319243703121385\n2018-04-30 13:00:00,0.7062925535450217,0.042910426415610686,0.5304618988175297\n2018-04-30 14:00:00,0.707108567004647,0.03827878722938698,0.5342801994117679\n2018-04-30 15:00:00,0.7092660048115925,0.03584347285654788,0.5344457014280252\n2018-04-30 16:00:00,0.7107210063009312,0.03153501803559292,0.5372455186617635\n2018-04-30 17:00:00,0.7138416446566891,0.02400298572795953,0.5411907916407127\n2018-04-30 18:00:00,0.7145294257513478,0.021158634168783705,0.5434969674626676\n2018-04-30 19:00:00,0.7128961215882889,0.016686211791763435,0.5496153491091548\n2018-04-30 20:00:00,0.7134595548610543,0.013216943196297244,0.5526198647477889\n2018-04-30 21:00:00,0.7163647469958265,0.01109816376975884,0.5512458873626229\n2018-04-30 22:00:00,0.7184974053216151,0.011615925535226545,0.5486402090551314\n2018-04-30 23:00:00,0.7144435391661509,0.0201422321225299,0.5434551966485841\n2018-05-01 00:00:00,0.7102852444566649,0.01712503970650784,0.5505030808836368\n2018-05-01 01:00:00,0.7054448241116997,0.015868163216950906,0.5562725999094149\n2018-05-01 02:00:00,0.710549877769489,0.004948631194085385,0.56263467219219\n2018-05-01 03:00:00,0.7102484163344666,0.0023928650141610873,0.5656756198693351\n2018-05-01 04:00:00,0.7107725096324913,0.0030832009836568764,0.5646927191487598\n2018-05-01 05:00:00,0.7088785432747781,0.006704471430609399,0.563057736795217\n2018-05-01 06:00:00,0.7064315334631387,0.002511943578151584,0.5696809823057577\n2018-05-01 07:00:00,0.7001106505610719,-0.002708179346755379,0.5763342446107959\n2018-05-01 08:00:00,0.6916911842149327,-0.004385640155731073,0.5837009715078966\n2018-05-01 09:00:00,0.6887305425268686,-0.008081432339680079,0.5835251060821962\n2018-05-01 10:00:00,0.6785809638233153,-0.016192345148250947,0.5856910112709941\n2018-05-01 11:00:00,0.670814466449919,-0.023771681578254374,0.5870319675070453\n2018-05-01 12:00:00,0.6694024549224076,-0.02689723888226343,0.5858724483194645\n2018-05-01 13:00:00,0.6667091642165643,-0.03457843006501562,0.582047835086068\n2018-05-01 14:00:00,0.6706126150354264,-0.029323081378925083,0.5835548502530887\n2018-05-01 15:00:00,0.662763210488086,-0.03471802962361381,0.5863043127630028\n2018-05-01 16:00:00,0.6714729285569155,-0.029683630319651794,0.5828722111901765\n2018-05-01 17:00:00,0.6705950621529931,-0.025861464254174446,0.5877245387722245\n2018-05-01 18:00:00,0.6616821612987981,-0.02576419300927893,0.5972825712398938\n2018-05-01 19:00:00,0.6480431744608508,-0.03900886826008265,0.5982509881367188\n2018-05-01 20:00:00,0.6422404138424628,-0.05213925321507516,0.5919789736083406\n2018-05-01 21:00:00,0.6403944689923392,-0.05767832575441887,0.5881297827342361\n2018-05-01 22:00:00,0.642756996993672,-0.05231146775294245,0.5914653840873073\n2018-05-01 23:00:00,0.6475935696828922,-0.04270043083528591,0.5958559441895278\n2018-05-02 00:00:00,0.6543460142666884,-0.03992061533735669,0.5916496686881134\n2018-05-02 01:00:00,0.6632966620864512,-0.029611143917393865,0.5931826524303224\n2018-05-02 02:00:00,0.6551534390817859,-0.03663084157103998,0.5944378302876557\n2018-05-02 03:00:00,0.6473933906487279,-0.04897855201738559,0.5897726194679547\n2018-05-02 04:00:00,0.6535071194853299,-0.04480090084080688,0.5883747280567279\n2018-05-02 05:00:00,0.637601645872621,-0.0582443116369288,0.591517511196628\n2018-05-02 06:00:00,0.6236676258205932,-0.06474027586042042,0.5993489433165285\n2018-05-02 07:00:00,0.615774541160564,-0.07072646007402202,0.6014208064096257\n2018-05-02 08:00:00,0.6051320525218921,-0.08578841402146702,0.5973287193006421\n2018-05-02 09:00:00,0.6098065374182534,-0.08211231607556221,0.5956996007395385\n2018-05-02 10:00:00,0.6138157562962404,-0.07554033857651601,0.5983178416824763\n2018-05-02 11:00:00,0.6063678770773868,-0.07320968481179141,0.6075074613916174\n2018-05-02 12:00:00,0.6084085813362707,-0.07056718855700472,0.6082106098560619\n2018-05-02 13:00:00,0.6104996716499012,-0.06788567980681605,0.6090551363183001\n2018-05-02 14:00:00,0.6159490058996584,-0.05954885094094898,0.6127286715412805\n2018-05-02 15:00:00,0.6203536818773497,-0.055853787000517255,0.612356794963448\n2018-05-02 16:00:00,0.6095839455447933,-0.07127536653175973,0.6078476966310054\n2018-05-02 17:00:00,0.6062112423669188,-0.07370010951352655,0.6089869405039512\n2018-05-02 18:00:00,0.600077651069016,-0.0791489902231489,0.6092763863337791\n2018-05-02 19:00:00,0.6040587364384176,-0.07162277244730159,0.6127540328112521\n2018-05-02 20:00:00,0.5997401781119989,-0.07332978309717149,0.6151224857565061\n2018-05-02 21:00:00,0.5911244200195247,-0.08264865036908296,0.613981627691764\n2018-05-02 22:00:00,0.5166659029815805,-0.17558387072699,0.5899758596703126\n2018-05-02 23:00:00,0.5136682944520488,-0.18541497597211323,0.5831479410440776\n2018-05-03 00:00:00,0.5094628982012018,-0.1863542977035288,0.5865367251582675\n2018-05-03 01:00:00,0.5018650408570813,-0.195054241270068,0.5857272108220665\n2018-05-03 02:00:00,0.4929176609406047,-0.20474916494651435,0.5845064881697859\n2018-05-03 03:00:00,0.4918089391749171,-0.2118236385038048,0.5784030185598358\n2018-05-03 04:00:00,0.49549203531538555,-0.20482164930374733,0.5819010707360441\n2018-05-03 05:00:00,0.4901423768163725,-0.2063054775205156,0.5859259267313079\n2018-05-03 06:00:00,0.4827208343314491,-0.21167577679740124,0.5885889676280422\n2018-05-03 07:00:00,0.482102819699488,-0.2149214007058548,0.5864139371612112\n2018-05-03 08:00:00,0.48008320333963084,-0.21557307148638521,0.5881201174054854\n2018-05-03 09:00:00,0.48090561684237565,-0.2191252955267957,0.583824000798065\n2018-05-03 10:00:00,0.48642814672555307,-0.21266931802720052,0.584458799218216\n2018-05-03 11:00:00,0.4771896358892963,-0.2203615890753344,0.586451037045121\n2018-05-03 12:00:00,0.47509019572807115,-0.21836387851841507,0.5904862676012652\n2018-05-03 13:00:00,0.4784985814292986,-0.21501712246505775,0.5903514692015998\n2018-05-03 14:00:00,0.4836318997313787,-0.2116060352244879,0.5886866258794636\n2018-05-03 15:00:00,0.4810632026048194,-0.21206863351606903,0.5909484948708819\n2018-05-03 16:00:00,0.4787544283898228,-0.211801362734923,0.5931121680209883\n2018-05-03 17:00:00,0.4846220940291148,-0.20420757169721487,0.5953476440679496\n2018-05-03 18:00:00,0.4773416856533075,-0.21038424483826218,0.5976137075554019\n2018-05-03 19:00:00,0.4894701978018005,-0.2032188828900409,0.5930946005010114\n2018-05-03 20:00:00,0.49410701613355684,-0.19439800495972856,0.5965002181985881\n2018-05-03 21:00:00,0.49769557030051,-0.18372946714497268,0.6032564198846132\n2018-05-03 22:00:00,0.49789788292121445,-0.1785872708919325,0.6084443188731729\n2018-05-03 23:00:00,0.5070139440144978,-0.16628166120686694,0.6117408544158581\n2018-05-04 00:00:00,0.5058659605881873,-0.16648555193414435,0.612095633116575\n2018-05-04 01:00:00,0.5006921115273991,-0.16884361835680703,0.614878187819124\n2018-05-04 02:00:00,0.4974807294926021,-0.16672988685058351,0.6198788816588581\n2018-05-04 03:00:00,0.5009621125671231,-0.16161297630159813,0.6209967828069858\n2018-05-04 04:00:00,0.5037075953892232,-0.15832969026897076,0.6206045873530113\n2018-05-04 05:00:00,0.5091709900819718,-0.15302708985262434,0.6205720446105136\n2018-05-04 06:00:00,0.5056837271654732,-0.15857156246969778,0.6177262896184158\n2018-05-04 07:00:00,0.5038049349682672,-0.1613224308272085,0.6160549335028563\n2018-05-04 08:00:00,0.504983564133793,-0.16212233346712107,0.613341930682636\n2018-05-04 09:00:00,0.5000095969839845,-0.16759057486167306,0.6124972498493708\n2018-05-04 10:00:00,0.4985919311089692,-0.16793191823866135,0.6133430337419693\n2018-05-04 11:00:00,0.47192174482091315,-0.1923419269877782,0.6154317828427559\n2018-05-04 12:00:00,0.452197566365474,-0.20937401876325254,0.6179430971725763\n2018-05-04 13:00:00,0.43048763340783563,-0.22990020782171605,0.619505978306905\n2018-05-04 14:00:00,0.4188535149933655,-0.24598473277932856,0.6147818074486031\n2018-05-04 15:00:00,0.4152647982690259,-0.24902393796821576,0.6156578025962657\n2018-05-04 16:00:00,0.4014368869410675,-0.261523515287857,0.6173334300870693\n2018-05-04 17:00:00,0.40851196507715776,-0.25578028784879736,0.6163379181691953\n2018-05-04 18:00:00,0.4123628448830549,-0.25874782681513453,0.609897597846338\n2018-05-04 19:00:00,0.4234723198073449,-0.2502067420687108,0.6079028514388136\n2018-05-04 20:00:00,0.40942231530994033,-0.26053763087979925,0.612423497020657\n2018-05-04 21:00:00,0.4060815024016845,-0.2649526976084842,0.611917951777526\n2018-05-04 22:00:00,0.3985320890847852,-0.2738106197813317,0.611006957795521\n2018-05-04 23:00:00,0.4049933354865093,-0.270271143676819,0.6083779716868005\n2018-05-05 00:00:00,0.40247066693490346,-0.27291901198618307,0.6086792480513408\n2018-05-05 01:00:00,0.4059661828703364,-0.2707117886167363,0.6075707425974076\n2018-05-05 02:00:00,0.40315507794661193,-0.2745878558912789,0.6065165374105984\n2018-05-05 03:00:00,0.40617529839349475,-0.2755011330805611,0.602506819653536\n2018-05-05 04:00:00,0.4136002422528883,-0.27066220291491633,0.600269084438128\n2018-05-05 05:00:00,0.42391993718571264,-0.2622326301440493,0.5986649792274589\n2018-05-05 06:00:00,0.42830255621183944,-0.2614106703819603,0.5952790602735053\n2018-05-05 07:00:00,0.43701758802634444,-0.252785250814002,0.5953605077735712\n2018-05-05 08:00:00,0.43816136076747586,-0.24682244342674517,0.6007278115827317\n2018-05-05 09:00:00,0.442935882374545,-0.2420741187724662,0.6010919499591569\n2018-05-05 10:00:00,0.44536198191707255,-0.23792720257101027,0.6034226848042197\n2018-05-05 11:00:00,0.44738910074550675,-0.23850768522859728,0.601404034946097\n2018-05-05 12:00:00,0.4335476320783197,-0.25087426969657994,0.6036549408084636\n2018-05-05 13:00:00,0.42628460116375627,-0.26027480893895716,0.6021172879983251\n2018-05-05 14:00:00,0.41800589151930356,-0.26824118795042895,0.6028577854142321\n2018-05-05 15:00:00,0.405584978518063,-0.280035231238839,0.6040574290419222\n2018-05-05 16:00:00,0.39590057128994366,-0.2900826080576612,0.6042591136132368\n2018-05-05 17:00:00,0.37167415430729056,-0.316847815337397,0.6028016705442469\n2018-05-05 18:00:00,0.3589105944925316,-0.33602920322675417,0.5965078995896671\n2018-05-05 19:00:00,0.3547382433843573,-0.35031087755632223,0.5873945771128235\n2018-05-05 20:00:00,0.35203433591445266,-0.3502849049452536,0.5903378044310146\n2018-05-05 21:00:00,0.3327891571534831,-0.36457736876285585,0.5957903830719103\n2018-05-05 22:00:00,0.33988965236142193,-0.3626882627990381,0.5909488668106875\n2018-05-05 23:00:00,0.3265559086471307,-0.37303699706988125,0.593850032934666\n2018-05-06 00:00:00,0.3136410671602532,-0.3819989376231974,0.5984177344676832\n2018-05-06 01:00:00,0.29939371659299024,-0.3941073436072718,0.6011676721937944\n2018-05-06 02:00:00,0.2773877673055627,-0.41671752600471695,0.600841075094231\n2018-05-06 03:00:00,0.2663617243061846,-0.4312835914422355,0.5981743460570433\n2018-05-06 04:00:00,0.2513509517545274,-0.44502302654637177,0.6002571910612524\n2018-05-06 05:00:00,0.24001371515923767,-0.45353267788167745,0.6033832128297042\n2018-05-06 06:00:00,0.22066305689257446,-0.46826842304985955,0.6085821573376835\n2018-05-06 07:00:00,0.21487964688240624,-0.47270868037621655,0.6109087306266396\n2018-05-06 08:00:00,0.2035895328691822,-0.4814085561063264,0.6140776710221548\n2018-05-06 09:00:00,0.1893074325501728,-0.4916698669130581,0.6186669147604102\n2018-05-06 10:00:00,0.17927714835475253,-0.5012487146719556,0.6194570676638014\n2018-05-06 11:00:00,0.1681782574489944,-0.5095758230655176,0.6218421618420901\n2018-05-06 12:00:00,0.15976325944483744,-0.5198602413413104,0.620640357465903\n2018-05-06 13:00:00,0.15237787992649263,-0.5372164599168153,0.6106838744061837\n2018-05-06 14:00:00,0.14970832837689715,-0.5376180931456472,0.612957350550169\n2018-05-06 15:00:00,0.1330062931437554,-0.5583719314431818,0.6086077522595792\n2018-05-06 16:00:00,0.13590681718263167,-0.554441325988083,0.609401096312982\n2018-05-06 17:00:00,0.12044855964911381,-0.5653241668758892,0.6146948885402889\n2018-05-06 18:00:00,0.09095540459868831,-0.5915881572244365,0.6181304208402711\n2018-05-06 19:00:00,0.06913980550246801,-0.6235795614782512,0.6078229701690324\n2018-05-06 20:00:00,0.05792418621429466,-0.6457682848230419,0.5972230338493093\n2018-05-06 21:00:00,0.05135670692568279,-0.6529784766935742,0.5960515961849998\n2018-05-06 22:00:00,0.049182860043420214,-0.6627738125335294,0.588628134517753\n2018-05-06 23:00:00,0.05063795326982565,-0.6699588901770348,0.5798173567876763\n2018-05-07 00:00:00,0.07119576781889686,-0.660777933323535,0.5683849829975229\n2018-05-07 01:00:00,0.09218738356486163,-0.6362989058382303,0.5716414659815128\n2018-05-07 02:00:00,0.07919151107905584,-0.6341732164070701,0.5867012339970803\n2018-05-07 03:00:00,0.05700070817249996,-0.6540999789728086,0.5889589362268105\n2018-05-07 04:00:00,0.062475119129363224,-0.6565891601972613,0.581059764521047\n2018-05-07 05:00:00,0.07359882120904929,-0.6493438880751797,0.5772339044007014\n2018-05-07 06:00:00,0.060937963359775575,-0.6622038396269071,0.576798137355438\n2018-05-07 07:00:00,0.10225220272503728,-0.6283795833894558,0.5688844203534378\n2018-05-07 08:00:00,0.09639358033610387,-0.6333935906687156,0.5694815958895346\n2018-05-07 09:00:00,0.12248894079597764,-0.6074379262975506,0.5691324664754143\n2018-05-07 10:00:00,0.1342834903337788,-0.5971289684226925,0.5671538420684377\n2018-05-07 11:00:00,0.1627098628569768,-0.5700880349745014,0.5657633181671041\n2018-05-07 12:00:00,0.19240371843821427,-0.5377543495740128,0.5680674018911728\n2018-05-07 13:00:00,0.21774884770404082,-0.5083817293854396,0.5715309582618134\n2018-05-07 14:00:00,0.23454051975770715,-0.47645865844043833,0.5860361292992972\n2018-05-07 15:00:00,0.2403975146015605,-0.46374272078895296,0.593060672604624\n2018-05-07 16:00:00,0.2607426320018284,-0.4530461227964243,0.583830594090965\n2018-05-07 17:00:00,0.29123529054708,-0.42557896901739894,0.5807828381575083\n2018-05-07 18:00:00,0.3106678807839671,-0.40606887322549434,0.580833900889417\n2018-05-07 19:00:00,0.4351564966161508,-0.2782312856247861,0.5835359734694977\n2018-05-07 20:00:00,0.4570129524063561,-0.24251642238350002,0.598036429358191\n2018-05-07 21:00:00,0.48670502044468494,-0.21820136682791522,0.5921128396702338\n2018-05-07 22:00:00,0.5217657631298989,-0.18290379229446965,0.5921551156603454\n2018-05-07 23:00:00,0.5478866663894713,-0.1530030071015337,0.5954224017878437\n2018-05-08 00:00:00,0.5691249695545162,-0.12838480590221643,0.5986236535223032\n2018-05-08 01:00:00,0.5853258737457616,-0.10366095801234573,0.6073266485179342\n2018-05-08 02:00:00,0.5977767486679887,-0.08667930047439436,0.6122872406646963\n2018-05-08 03:00:00,0.6000656079599332,-0.07967013548118769,0.6167568723306674\n2018-05-08 04:00:00,0.6226017177339412,-0.05421957443104051,0.6192341983216436\n2018-05-08 05:00:00,0.6396831380516648,-0.03921440064862565,0.6172974404726282\n2018-05-08 06:00:00,0.6527248829741148,-0.028516814900011834,0.6145140511364249\n2018-05-08 07:00:00,0.6767935520522491,-0.0049339442293894935,0.6139426060326993\n2018-05-08 08:00:00,0.6805368545507098,0.019466994709678977,0.5952771131608319\n2018-05-08 09:00:00,0.6782024633451765,0.031676198546777924,0.5852387735441127\n2018-05-08 10:00:00,0.6773432969022195,0.055980478166434075,0.5615051660143371\n2018-05-08 11:00:00,0.682558416191637,0.06607681922148276,0.5456593307809589\n2018-05-08 12:00:00,0.6826615045603907,0.07935845149868505,0.5323421247418406\n2018-05-08 13:00:00,0.6860737645316592,0.07514298332014438,0.5332945213358452\n2018-05-08 14:00:00,0.691075756323815,0.03885645452065784,0.5638649483902727\n2018-05-08 15:00:00,0.6911123158926777,0.01836972294699404,0.5840489148062903\n2018-05-08 16:00:00,0.6858916405213488,-0.007410537020865854,0.5998570164258645\n2018-05-08 17:00:00,0.6740739273741707,-0.02837338908185324,0.5904045683451717\n2018-05-08 18:00:00,0.6608138739479597,-0.04802825724531558,0.583166904634501\n2018-05-08 19:00:00,0.6730088731086553,-0.036302572151096425,0.582454162028356\n2018-05-08 20:00:00,0.6870986066503566,-0.02195601698742521,0.5820090318817343\n2018-05-08 21:00:00,0.6766924725022772,-0.026111939304224847,0.5882200889497541\n2018-05-08 22:00:00,0.6849339783989895,-0.016821122304970598,0.5891755163858818\n2018-05-08 23:00:00,0.6754428621669362,-0.024912997491414516,0.5900851337812361\n2018-05-09 00:00:00,0.6552354452909303,-0.04969150636717691,0.5855502084286237\n2018-05-09 01:00:00,0.6604125652487214,-0.05104669145359145,0.5781116000456776\n2018-05-09 02:00:00,0.6672833457152292,-0.03978747803360753,0.581883599208406\n2018-05-09 03:00:00,0.6730474053471532,-0.031697772910746415,0.5842765912658147\n2018-05-09 04:00:00,0.6768843005421126,-0.03044423239534898,0.5815360684333423\n2018-05-09 05:00:00,0.6832360100161782,-0.023109456190157394,0.5827259734318233\n2018-05-09 06:00:00,0.6831748873203073,-0.023752240105795942,0.5823379365758298\n2018-05-09 07:00:00,0.7022594954829198,-0.008863940773043897,0.5778166396622214\n2018-05-09 08:00:00,0.7062688479602441,0.016115871574643562,0.5662461048225275\n2018-05-09 09:00:00,0.6988547318224216,0.019347632278994623,0.5704084173760228\n2018-05-09 10:00:00,0.6974670201829078,0.03028712627462762,0.5606012600297695\n2018-05-09 11:00:00,0.6948055548638734,0.03328497937744066,0.560699783666774\n2018-05-09 12:00:00,0.695679260365272,0.03028034320254327,0.5634052665344282\n2018-05-09 13:00:00,0.6930063329139753,0.038359007271987496,0.5581639598176144\n2018-05-09 14:00:00,0.6929002845812271,0.03617921172617283,0.560489206247211\n2018-05-09 15:00:00,0.6992935160830858,0.03177828945686034,0.5584500939272277\n2018-05-09 16:00:00,0.7050804959036091,0.03696664621998525,0.5471510135617462\n2018-05-09 17:00:00,0.7049998211906121,0.04981028938731382,0.5346386946032707\n2018-05-09 18:00:00,0.7035927104030312,0.05243244706575754,0.5343012867742439\n2018-05-09 19:00:00,0.7058915681367659,0.05302964553726835,0.5317534108430276\n2018-05-09 20:00:00,0.7116461098419109,0.04706745903374735,0.532668699329042\n2018-05-09 21:00:00,0.7114104491273385,0.04509178376541585,0.5351252655547453\n2018-05-09 22:00:00,0.7110254376768707,0.05029224176978828,0.5308188786243004\n2018-05-09 23:00:00,0.708818871034199,0.04094968090617099,0.5434343206560256\n2018-05-10 00:00:00,0.7157592173414759,0.026505097098421287,0.5512814704963538\n2018-05-10 01:00:00,0.7251753387856464,0.014009719191714752,0.5553978096897658\n2018-05-10 02:00:00,0.7321149443335514,0.0011407873800551337,0.5614076617748919\n2018-05-10 03:00:00,0.7316353813111,0.003011256252501453,0.559592297101156\n2018-05-10 04:00:00,0.7236444727362392,0.012754193639459885,0.5580503596823738\n2018-05-10 05:00:00,0.7242024209603689,0.009564983044442756,0.5605540657102548\n2018-05-10 06:00:00,0.724489738436129,0.01136923506218442,0.5587354986694606\n2018-05-10 07:00:00,0.7248345783299793,0.025527401768351218,0.5442665184502278\n2018-05-10 08:00:00,0.7230319159871654,0.03820198064633675,0.5335922837775934\n2018-05-10 09:00:00,0.7201775498544848,0.049640483347453204,0.5250191854515475\n2018-05-10 10:00:00,0.7136009213798556,0.05918573801440005,0.5216618459528931\n2018-05-10 11:00:00,0.6674227235277559,0.20111465938680914,0.42248867396373885\n2018-05-10 12:00:00,0.6657969822949279,0.21191487320848942,0.41518458095485167\n2018-05-10 13:00:00,0.6671884628978325,0.22033112371649108,0.4051292997281598\n2018-05-10 14:00:00,0.6661077545793304,0.22948401286586761,0.3966522020898442\n2018-05-10 15:00:00,0.6653395489332308,0.23199143726790145,0.39497578716006243\n2018-05-10 16:00:00,0.664579941183254,0.24095323526226503,0.3861717303160463\n2018-05-10 17:00:00,0.6596049276354944,0.25234759177309507,0.37926178973834357\n2018-05-10 18:00:00,0.6547634979066319,0.26367066950963486,0.3717919942114858\n2018-05-10 19:00:00,0.6517820074629371,0.2703808708805388,0.36756523251736817\n2018-05-10 20:00:00,0.6499133151112231,0.2768878693529375,0.3623602141111206\n2018-05-10 21:00:00,0.6473140371425857,0.2815118277479965,0.3605471165627561\n2018-05-10 22:00:00,0.6434961246698795,0.28414546564315185,0.3616011433838259\n2018-05-10 23:00:00,0.6428926950153812,0.28935879391083924,0.3570274069027001\n2018-05-11 00:00:00,0.6409467472586041,0.29187226424528717,0.35635034612839844\n2018-05-11 01:00:00,0.6407941655394676,0.29812665402386657,0.35031041188191625\n2018-05-11 02:00:00,0.6430689711027361,0.3004515361588763,0.3459375877711235\n2018-05-11 03:00:00,0.6453230971215368,0.3046522446907714,0.33923072942335875\n2018-05-11 04:00:00,0.6450411245056642,0.30896562259681276,0.3359143758974763\n2018-05-11 05:00:00,0.6451242698558546,0.31037874299486573,0.3352464098530212\n2018-05-11 06:00:00,0.6464587402131706,0.31417876327393174,0.33019616621036374\n2018-05-11 07:00:00,0.6460582837141139,0.3189790644917541,0.32593546041250215\n2018-05-11 08:00:00,0.6468210892919399,0.3217678078509139,0.32236256538373126\n2018-05-11 09:00:00,0.6487230140126127,0.3227226866395159,0.320046634543085\n2018-05-11 10:00:00,0.6495242763884761,0.32211556613285913,0.31998633758859857\n2018-05-11 11:00:00,0.6501572255064146,0.32417663003882335,0.3179965135607405\n2018-05-11 12:00:00,0.6527437656613024,0.32216692009396447,0.31788563883278986\n2018-05-11 13:00:00,0.6561412111152622,0.3213122506096285,0.3160733352216721\n2018-05-11 14:00:00,0.6584086495259239,0.3166659703266766,0.3188942565728046\n2018-05-11 15:00:00,0.6600751594517204,0.3195551797878171,0.3145313997760003\n2018-05-11 16:00:00,0.6635632979430228,0.3228118013079517,0.30780085053522505\n2018-05-11 17:00:00,0.6658832546317389,0.32587573770019934,0.3026329470470214\n2018-05-11 18:00:00,0.665307950485687,0.32784787894896295,0.3011734114240225\n2018-05-11 19:00:00,0.6675468614140314,0.32571277137395455,0.30112884159918446\n2018-05-11 20:00:00,0.6700037072477321,0.327087112206493,0.2974384089467893\n2018-05-11 21:00:00,0.6709835849841584,0.32775456131532754,0.2956529922659459\n2018-05-11 22:00:00,0.6713183134339284,0.3300976940300663,0.2925402236937785\n2018-05-11 23:00:00,0.6717298475435242,0.32910579846751853,0.29274101672398\n2018-05-12 00:00:00,0.668225485586202,0.32714594008527986,0.29801693355840775\n2018-05-12 01:00:00,0.6702625539745475,0.3227279040230406,0.3000469376568253\n2018-05-12 02:00:00,0.670304350673406,0.3228053541676611,0.3001589395190424\n2018-05-12 03:00:00,0.6721152128687122,0.32249203865168785,0.29882981388396296\n2018-05-12 04:00:00,0.6698981773601598,0.32571908670202826,0.2985903782623844\n2018-05-12 05:00:00,0.6717058884007419,0.32612921125098343,0.2961393179674966\n2018-05-12 06:00:00,0.6787161738779349,0.3190040236081163,0.29571590548878646\n2018-05-12 07:00:00,0.6814883621075892,0.3238990766997714,0.2876336110115043\n2018-05-12 08:00:00,0.6937690502572803,0.3484308527678867,0.2503053507380771\n2018-05-12 09:00:00,0.6966356435029964,0.3479666511567344,0.24886308115413214\n2018-05-12 10:00:00,0.6943773583823841,0.3473160652710067,0.2517978383784787\n2018-05-12 11:00:00,0.6971661326382566,0.34743295671282937,0.24922667024816855\n2018-05-12 12:00:00,0.6992576542260742,0.3455619524416233,0.24869059936710908\n2018-05-12 13:00:00,0.6970398434444687,0.3486281260879391,0.2470871679392919\n2018-05-12 14:00:00,0.6957178669506695,0.3492129669503722,0.2467907007363392\n2018-05-12 15:00:00,0.6933926716334512,0.3509263973018127,0.24633086762647854\n2018-05-12 16:00:00,0.690177704259224,0.3543977019263147,0.24547646964398923\n2018-05-12 17:00:00,0.6925834929384662,0.3542845027290267,0.2424385612621953\n2018-05-12 18:00:00,0.691871824648834,0.35707191235890184,0.23984751454021172\n2018-05-12 19:00:00,0.6918384474174971,0.35905441077235817,0.23789363337043654\n2018-05-12 20:00:00,0.6915280756669137,0.359322406112636,0.23726060792113107\n2018-05-12 21:00:00,0.6946014826580176,0.3588988981994559,0.2341664752164718\n2018-05-12 22:00:00,0.6927022696744589,0.3637703298350645,0.23079958321274552\n2018-05-12 23:00:00,0.6912990166852848,0.36271675045367824,0.23262584538104106\n2018-05-13 00:00:00,0.6897949572456414,0.36479702465319896,0.23212319812416105\n2018-05-13 01:00:00,0.6919221363417829,0.3626532626686906,0.2319413837797069\n2018-05-13 02:00:00,0.6899975534245824,0.3598523225716969,0.2361494813790829\n2018-05-13 03:00:00,0.6902314814234298,0.35687259111108327,0.23878361169927773\n2018-05-13 04:00:00,0.6900496948792582,0.35183044186100276,0.24316062956606224\n2018-05-13 05:00:00,0.6896802853337575,0.3523026128782852,0.24217337092806954\n2018-05-13 06:00:00,0.6920718349925031,0.3512572325978895,0.240673917661264\n2018-05-13 07:00:00,0.689890339440771,0.35170139652673305,0.2420839932792957\n2018-05-13 08:00:00,0.6849345330074418,0.3543331148358712,0.24444480783998113\n2018-05-13 09:00:00,0.6857459308444771,0.3528099122303972,0.24508461219301172\n2018-05-13 10:00:00,0.6853996046572326,0.3524014299741668,0.24571066215760434\n2018-05-13 11:00:00,0.683466308362103,0.35151802502386914,0.2487440402956588\n2018-05-13 12:00:00,0.679113909913341,0.3551710925139918,0.24957131484911516\n2018-05-13 13:00:00,0.6798941747767294,0.3537864890203684,0.25029277450101856\n2018-05-13 14:00:00,0.6797708569948182,0.35362505791773463,0.2504967677994578\n2018-05-13 15:00:00,0.6783586312200302,0.3533403313762122,0.2516127448417386\n2018-05-13 16:00:00,0.6760024433857081,0.3517419882706547,0.25497469449651694\n2018-05-13 17:00:00,0.675632900307224,0.35282750384118855,0.2542550735964136\n2018-05-13 18:00:00,0.6750093728199823,0.35196308457848496,0.2566016349865286\n2018-05-13 19:00:00,0.6721548926535147,0.3532698958036644,0.25791963890823144\n2018-05-13 20:00:00,0.66685129283328,0.3529029684789733,0.2635598646472212\n2018-05-13 21:00:00,0.6685193620744982,0.3492935600066106,0.2664211289708661\n2018-05-13 22:00:00,0.6693208788782833,0.34353285191793137,0.27183835244165955\n2018-05-13 23:00:00,0.6694954362339863,0.3411087770870514,0.2736665101390176\n2018-05-14 00:00:00,0.6710439112883372,0.3354319888093703,0.2778225971894476\n2018-05-14 01:00:00,0.6731503036553865,0.3371377619018247,0.27417919631871607\n2018-05-14 02:00:00,0.6726280422592175,0.33864713085086384,0.27302913798629835\n2018-05-14 03:00:00,0.6730232245799058,0.33593437597465264,0.27528030237644247\n2018-05-14 04:00:00,0.6731848417679035,0.33834447538663465,0.2730415812103253\n2018-05-14 05:00:00,0.6833577396149582,0.24197522342275044,0.36383927004807537\n2018-05-14 06:00:00,0.6926212283652163,0.2300252606570249,0.36537634508352823\n2018-05-14 07:00:00,0.706389194175747,0.20844358694201354,0.3739177090370615\n2018-05-14 08:00:00,0.7091948732234471,0.20577987733225758,0.3738721692685638\n2018-05-14 09:00:00,0.7102302074284647,0.1979759482444051,0.3804983003281816\n2018-05-14 10:00:00,0.7123248353463494,0.18653762171070806,0.3905084324336594\n2018-05-14 11:00:00,0.7154254723966424,0.18069476487964023,0.3932455326505727\n2018-05-14 12:00:00,0.7146988834384516,0.18552338034414406,0.38912071846465107\n2018-05-14 13:00:00,0.7114239366338558,0.1929816847686902,0.3849490962129936\n2018-05-14 14:00:00,0.7109821763507038,0.199458447779082,0.37846387939274984\n2018-05-14 15:00:00,0.7123498261688411,0.21102308079845827,0.3660198777951089\n2018-05-14 16:00:00,0.702843740034172,0.22909265919725447,0.3586409596292716\n2018-05-14 17:00:00,0.6935693636322499,0.24738725054881736,0.35028864359771106\n2018-05-14 18:00:00,0.6848067465051156,0.26379203210318053,0.34349999116849556\n2018-05-14 19:00:00,0.6765548469924579,0.2818398018372465,0.33437561139237326\n2018-05-14 20:00:00,0.6794384081274729,0.28788291816859246,0.326321602401978\n2018-05-14 21:00:00,0.6759208700913855,0.2969660072754856,0.32150454437082354\n2018-05-14 22:00:00,0.6729243031526438,0.3088245944849581,0.31287491648428967\n2018-05-14 23:00:00,0.6786856288527258,0.3090031330885316,0.3077297344667352\n2018-05-15 00:00:00,0.6814996842190727,0.3037373109738592,0.31032337295546675\n2018-05-15 01:00:00,0.6814171483980744,0.2976992349276132,0.3169627752729621\n2018-05-15 02:00:00,0.6845540523131572,0.2891932540279154,0.32242870826214964\n2018-05-15 03:00:00,0.6877543382073681,0.28382202152575,0.32527260988673773\n2018-05-15 04:00:00,0.6871323979079883,0.2788271055645975,0.33121654828413993\n2018-05-15 05:00:00,0.6919757788590651,0.269837332488719,0.3354172890832434\n2018-05-15 06:00:00,0.6968455749719139,0.2632557445396963,0.33766420176725076\n2018-05-15 07:00:00,0.707461911661028,0.2473309545396792,0.3428282629381584\n2018-05-15 08:00:00,0.7092516509620762,0.23805354445367352,0.34986148564606506\n2018-05-15 09:00:00,0.7153697551145938,0.2277533727229362,0.3534165423135613\n2018-05-15 10:00:00,0.7214123480182729,0.21426349703776718,0.36056871993039513\n2018-05-15 11:00:00,0.713003421251854,0.21758969218465407,0.36471551362862703\n2018-05-15 12:00:00,0.7068689668028049,0.21493377477208953,0.3731208251928658\n2018-05-15 13:00:00,0.705638796500626,0.19873643887694123,0.39001317040792083\n2018-05-15 14:00:00,0.709583200592671,0.19567018066108774,0.38911491658907793\n2018-05-15 15:00:00,0.7234736943002713,0.18079472775772562,0.3900014241545769\n2018-05-15 16:00:00,0.7221167201458464,0.18420856543579656,0.3874791903642466\n2018-05-15 17:00:00,0.7264941544638948,0.18940873294262958,0.3781672461802621\n2018-05-15 18:00:00,0.7288478603653391,0.19265671673580065,0.3726268603330288\n2018-05-15 19:00:00,0.7245764361632939,0.20418587148508405,0.36516291576053245\n2018-05-15 20:00:00,0.7214379891229464,0.21289387250049313,0.35919894363950766\n2018-05-15 21:00:00,0.7158049098283413,0.22429353638988855,0.3538589602911492\n2018-05-15 22:00:00,0.7095368417135652,0.232186403506569,0.3512568807913467\n2018-05-15 23:00:00,0.7022395498099838,0.24396791824459477,0.34659696285450936\n2018-05-16 00:00:00,0.6969350195123115,0.24378392010893724,0.3523286174249063\n2018-05-16 01:00:00,0.6954741791007425,0.242269041564256,0.3558025457619804\n2018-05-16 02:00:00,0.6927361384742979,0.24729925256879548,0.3540033780984595\n2018-05-16 03:00:00,0.6894730136962485,0.2440305917479127,0.3609378344473985\n2018-05-16 04:00:00,0.684087902212022,0.24123546176859761,0.3692252354131448\n2018-05-16 05:00:00,0.681694316606074,0.23469110185895367,0.3779539051390802\n2018-05-16 06:00:00,0.678760020820721,0.23078747525089444,0.3847581154420501\n2018-05-16 07:00:00,0.6737153805424807,0.23533788246423673,0.3854941601748396\n2018-05-16 08:00:00,0.6675448460809943,0.23970601044598241,0.3873795775235749\n2018-05-16 09:00:00,0.6618060011990075,0.2392337964157853,0.39384436345713975\n2018-05-16 10:00:00,0.6620944369410202,0.23944339896913625,0.39355928573848964\n2018-05-16 11:00:00,0.6606230983419091,0.2348622435880965,0.3992830210465924\n2018-05-16 12:00:00,0.6552786392998631,0.23372079813855792,0.40554598716642554\n2018-05-16 13:00:00,0.6546137794762055,0.23187879273654455,0.408816601285985\n2018-05-16 14:00:00,0.6570246642210478,0.22750971309652993,0.41095707000041615\n2018-05-16 15:00:00,0.651209616921058,0.22276783879079382,0.42147706414304104\n2018-05-16 16:00:00,0.6507643385795401,0.21138899202650732,0.4334658242983902\n2018-05-16 17:00:00,0.6498145236434585,0.20074529685745954,0.44504682919230215\n2018-05-16 18:00:00,0.6532292903274155,0.1902928905408725,0.4525881675363436\n2018-05-16 19:00:00,0.6624414463334378,0.18435669428904775,0.4493692592828131\n2018-05-16 20:00:00,0.6651356551998963,0.1824199264814297,0.4485181853548838\n2018-05-16 21:00:00,0.6728176744145635,0.16470811125449178,0.4585388136581983\n2018-05-16 22:00:00,0.6803932937536357,0.13614641788774373,0.4799712977538169\n2018-05-16 23:00:00,0.6754988373918106,0.12037078373886656,0.4998527291521918\n2018-05-17 00:00:00,0.6755427187047642,0.09861645404911648,0.5212977999226045\n2018-05-17 01:00:00,0.6790293744836967,0.07837509140891748,0.5375292316147158\n2018-05-17 02:00:00,0.6744622933152796,0.057488156376217854,0.5629617516956191\n2018-05-17 03:00:00,0.6717872108460895,0.03911188390666715,0.5836430883613434\n2018-05-17 04:00:00,0.6673378762917409,0.01076296798730544,0.6161491296842051\n2018-05-17 05:00:00,0.6291129886650076,-0.0336809050471461,0.6310030858740336\n2018-05-17 06:00:00,0.6173546553885092,-0.05938661920789795,0.6164969409312199\n2018-05-17 07:00:00,0.5759591641584484,-0.10943885210333879,0.6073239687725346\n2018-05-17 08:00:00,0.559256949297151,-0.14655369779461513,0.5868889005855136\n2018-05-17 09:00:00,0.5357357358894776,-0.19935055540423305,0.5571719617819365\n2018-05-17 10:00:00,0.5243106632688768,-0.23316039970581348,0.5350017434509923\n2018-05-17 11:00:00,0.5101456144114486,-0.25653985972434584,0.5259951109130869\n2018-05-17 12:00:00,0.4892518788079167,-0.2794378307974369,0.5240408645060004\n2018-05-17 13:00:00,0.46241137773396035,-0.3083554437165605,0.5222483843127296\n2018-05-17 14:00:00,0.42225951214331153,-0.3684695478818522,0.5020131873208649\n2018-05-17 15:00:00,0.40563128813153276,-0.4054045070176069,0.4819524564236956\n2018-05-17 16:00:00,0.43094271125101863,-0.39596045250804834,0.46634658849452204\n2018-05-17 17:00:00,0.4265042924316895,-0.40089343173173353,0.46572627634306546\n2018-05-17 18:00:00,0.4063072596313993,-0.41818809050122524,0.46865285822044866\n2018-05-17 19:00:00,0.38954405921133595,-0.4452946147008018,0.4588676620838212\n2018-05-17 20:00:00,0.3724588488555813,-0.49039602112503067,0.43165288093746196\n2018-05-17 21:00:00,0.37434957457361046,-0.5014425208368891,0.4189780642938465\n2018-05-17 22:00:00,0.3483494941397411,-0.534769990851679,0.41209518285653746\n2018-05-17 23:00:00,0.3108598846586311,-0.5989526145177163,0.3859528164713815\n2018-05-18 00:00:00,0.3094928034522366,-0.6172998505417591,0.3690855907465292\n2018-05-18 01:00:00,0.25892815863047297,-0.6865107052533783,0.3506676465079187\n2018-05-18 02:00:00,0.34219433548851763,-0.5580660427355106,0.3980319207587826\n2018-05-18 03:00:00,0.33745467595047923,-0.5242035860332771,0.4371182813026499\n2018-05-18 04:00:00,0.325956704705393,-0.5203898123338878,0.4527362336511278\n2018-05-18 05:00:00,0.3332477133880814,-0.5062113175267617,0.45965851159830123\n2018-05-18 06:00:00,0.330156429750179,-0.5007084629992414,0.46846242212092004\n2018-05-18 07:00:00,0.3224221895471776,-0.49997751433020726,0.47682604761657216\n2018-05-18 08:00:00,0.31310337399863164,-0.49979896821397485,0.48646865983883814\n2018-05-18 09:00:00,0.32574682395624077,-0.4887368419176285,0.48462207634763277\n2018-05-18 10:00:00,0.33945659824600777,-0.47227812445406736,0.48740551268196414\n2018-05-18 11:00:00,0.3428517547026307,-0.46168443163735845,0.49472885914476844\n2018-05-18 12:00:00,0.3594993968326905,-0.442226248811731,0.4971783196605921\n2018-05-18 13:00:00,0.36202102527951696,-0.42367488166820133,0.5133621406397375\n2018-05-18 14:00:00,0.36994189617360634,-0.4053430138886828,0.5241111523325914\n2018-05-18 15:00:00,0.39282536648355026,-0.3799013215682731,0.5261169608785792\n2018-05-18 16:00:00,0.39638261082338105,-0.3731282372668128,0.5290410133318304\n2018-05-18 17:00:00,0.3946186930218369,-0.36740020449672706,0.5359588967915806\n2018-05-18 18:00:00,0.38985587592245974,-0.36943298496560734,0.5380321893414283\n2018-05-18 19:00:00,0.3977523751779708,-0.361561278411727,0.5375152726197232\n2018-05-18 20:00:00,0.40994752812541124,-0.3483123195076071,0.538460624240332\n2018-05-18 21:00:00,0.4168424062263686,-0.33816260113906066,0.5410440701882255\n2018-05-18 22:00:00,0.40872467528660605,-0.34080762691570377,0.5460930455206463\n2018-05-18 23:00:00,0.40130417897616316,-0.34997699589725234,0.5442328282084381\n2018-05-19 00:00:00,0.3995509454401663,-0.3544193687330654,0.5415512515732187\n2018-05-19 01:00:00,0.39412106381316026,-0.35766966403645484,0.5442116357153738\n2018-05-19 02:00:00,0.39523482805346793,-0.35861352040738914,0.5421955679945593\n2018-05-19 03:00:00,0.38129873937895425,-0.37258007827826967,0.542385384226638\n2018-05-19 04:00:00,0.37789941371957936,-0.3790483118905518,0.5392185518269521\n2018-05-19 05:00:00,0.38355169723020477,-0.37757004371381003,0.5350168256378698\n2018-05-19 06:00:00,0.3972755632909284,-0.3689309516417296,0.5304655566318038\n2018-05-19 07:00:00,0.41412180129006343,-0.3579956679995905,0.524461424432728\n2018-05-19 08:00:00,0.4342049248807615,-0.3415172349254008,0.5212929898874212\n2018-05-19 09:00:00,0.45514508291736355,-0.31798396665289214,0.524140526806421\n2018-05-19 10:00:00,0.4655559318224928,-0.3067844644552789,0.5252123503549002\n2018-05-19 11:00:00,0.47175990627527314,-0.30539563444076784,0.5206728855744575\n2018-05-19 12:00:00,0.4836212959243597,-0.29797836166059427,0.5165728992455971\n2018-05-19 13:00:00,0.49208779605376063,-0.2995482571445048,0.5064341805047604\n2018-05-19 14:00:00,0.4890545645357192,-0.311814376420731,0.4970752780389305\n2018-05-19 15:00:00,0.4706187394305429,-0.3396191729594003,0.48737549637525285\n2018-05-19 16:00:00,0.4770888175933038,-0.3388463264446335,0.4810340174021919\n2018-05-19 17:00:00,0.48085134782011857,-0.32770686485802153,0.4878350723699945\n2018-05-19 18:00:00,0.4767358375946879,-0.32437694994172145,0.4945834226095065\n2018-05-19 19:00:00,0.481657655943554,-0.3206966217983866,0.49302800357286336\n2018-05-19 20:00:00,0.5085368269185242,-0.289778411996935,0.4973024740974712\n2018-05-19 21:00:00,0.4956805298826019,-0.29368676626651297,0.5060425242018209\n2018-05-19 22:00:00,0.4920971615900329,-0.2884598291895391,0.5149682282132793\n2018-05-19 23:00:00,0.49676605495212317,-0.2892623689461264,0.5092264807708196\n2018-05-20 00:00:00,0.5127005151515528,-0.27622809140003757,0.5063204593832239\n2018-05-20 01:00:00,0.5365555858109736,-0.2531152220413925,0.5048830937722617\n2018-05-20 02:00:00,0.5667834739298653,-0.22142019495576457,0.5063926658152613\n2018-05-20 03:00:00,0.5832695320335562,-0.20318412339134123,0.5084848520986892\n2018-05-20 04:00:00,0.5970455579686746,-0.19425675851866175,0.5039668115786109\n2018-05-20 05:00:00,0.5999342682522337,-0.19742196369833734,0.4986627520967959\n2018-05-20 06:00:00,0.6123743131794549,-0.18917184123958256,0.49521460048162474\n2018-05-20 07:00:00,0.6002097484667428,-0.2084038962849028,0.4898165432784182\n2018-05-20 08:00:00,0.6044670531227179,-0.21877089289928192,0.4760512426904605\n2018-05-20 09:00:00,0.6042903375271453,-0.22507463256597013,0.47010488346474544\n2018-05-20 10:00:00,0.6124633847204304,-0.2204098852964162,0.46635928359253487\n2018-05-20 11:00:00,0.6314070986299025,-0.20105575432348857,0.4665162085478708\n2018-05-20 12:00:00,0.639853356411599,-0.18946250770198175,0.4695569810603633\n2018-05-20 13:00:00,0.6433279689884951,-0.17794603868633754,0.4773601672308725\n2018-05-20 14:00:00,0.6622769968583708,-0.15651954709946436,0.4794443022577126\n2018-05-20 15:00:00,0.6638927233354266,-0.14586853478069842,0.48861176584243465\n2018-05-20 16:00:00,0.6697066446355341,-0.1370312112294084,0.49145969713085574\n2018-05-20 17:00:00,0.6740937391143601,-0.13009171804667127,0.494049547216961\n2018-05-20 18:00:00,0.677355880346234,-0.12623815456447013,0.494738839676967\n2018-05-20 19:00:00,0.6853435436372277,-0.11390971369476359,0.49920983733446084\n2018-05-20 20:00:00,0.6844929149177562,-0.11333569854670156,0.5007309138452827\n2018-05-20 21:00:00,0.6750214804633254,-0.12584432413768792,0.4982217219487331\n2018-05-20 22:00:00,0.6778417622479216,-0.13135018413083824,0.4901707419730952\n2018-05-20 23:00:00,0.6849638760337798,-0.12603523706101927,0.4887353252282017\n2018-05-21 00:00:00,0.6808507762561912,-0.1271364047811367,0.4919063217110812\n2018-05-21 01:00:00,0.6957216776839574,-0.10943075546069275,0.4945128378042234\n2018-05-21 02:00:00,0.7202669662106711,-0.08986298000975629,0.4892475046744722\n2018-05-21 03:00:00,0.7217617394551858,-0.0867074532314766,0.4914436302227848\n2018-05-21 04:00:00,0.7352387761155301,-0.07509477084196482,0.4895040945201228\n2018-05-21 05:00:00,0.7524108536347971,-0.05678313515667281,0.49017090023934745\n2018-05-21 06:00:00,0.7529407181901399,-0.04951101454313331,0.49654375899779246\n2018-05-21 07:00:00,0.7645092627284661,-0.028964617971277747,0.5057671590985802\n2018-05-21 08:00:00,0.7731116096238796,-0.011375606730399307,0.5153017900908263\n2018-05-21 09:00:00,0.7792196687397571,0.009745486456353768,0.5108051694624052\n2018-05-21 10:00:00,0.7777961232490302,0.02008412759398885,0.502103446867493\n2018-05-21 11:00:00,0.7727317223023673,0.0388512066784502,0.4882459464239878\n2018-05-21 12:00:00,0.7736082163100056,0.04259154693143311,0.48394991667589216\n2018-05-21 13:00:00,0.7749157094834672,0.047913728152241104,0.47711215594399403\n2018-05-21 14:00:00,0.7669081520724176,0.0699249938346946,0.4626746448224416\n2018-05-21 15:00:00,0.7611422112276763,0.08345556833617818,0.45440197931719956\n2018-05-21 16:00:00,0.7603610501902065,0.08858222060952335,0.4505893676928055\n2018-05-21 17:00:00,0.7579990887460695,0.0964199479230928,0.4460592688618025\n2018-05-21 18:00:00,0.7623201221155854,0.09958733927886775,0.43917533942041315\n2018-05-21 19:00:00,0.7616872400750591,0.10157634739892596,0.4380631808321838\n2018-05-21 20:00:00,0.7599683406597257,0.10311935964292467,0.4383172055277802\n2018-05-21 21:00:00,0.768200857331026,0.09331697200253632,0.44000169614965245\n2018-05-21 22:00:00,0.7743707145604204,0.09031529461813834,0.4367904902081557\n2018-05-21 23:00:00,0.7735209106386997,0.08502165201229409,0.44271098356434607\n2018-05-22 00:00:00,0.7710711923785748,0.08735674463495009,0.44277890231780176\n2018-05-22 01:00:00,0.7635639189254786,0.09935093033918445,0.4379815719133486\n2018-05-22 02:00:00,0.7561135203064127,0.10625750517488762,0.4386318569616854\n2018-05-22 03:00:00,0.7510633862013991,0.10879591142402727,0.44086771604698444\n2018-05-22 04:00:00,0.7493110160362264,0.09876439953115387,0.45317388706223083\n2018-05-22 05:00:00,0.7495213255935257,0.09223087434146207,0.45988797780784113\n2018-05-22 06:00:00,0.7523651904900219,0.08433360569304232,0.465165262837638\n2018-05-22 07:00:00,0.7590757548367619,0.07099787263145543,0.4718248069526806\n2018-05-22 08:00:00,0.7613824508742383,0.06602364770212185,0.47480115422266544\n2018-05-22 09:00:00,0.7623923476279835,0.06386536552954979,0.4759929494656568\n2018-05-22 10:00:00,0.762936066104362,0.06808717977050455,0.4713846697327923\n2018-05-22 11:00:00,0.7591042677969725,0.0767238367085375,0.4662576817214801\n2018-05-22 12:00:00,0.7567933912677001,0.07707708150197863,0.46877233228713805\n2018-05-22 13:00:00,0.754671857734038,0.08295380969002994,0.4654500844631323\n2018-05-22 14:00:00,0.7533277649384853,0.08353670378336521,0.46629656660285085\n2018-05-22 15:00:00,0.7577053137355562,0.07559488042953307,0.4695410913246992\n2018-05-22 16:00:00,0.761189569950189,0.06933609395822846,0.4721686058541712\n2018-05-22 17:00:00,0.7638229605950126,0.06630987650402888,0.47212385582728034\n2018-05-22 18:00:00,0.7692720933991518,0.05056276352440168,0.48221884520945685\n2018-05-22 19:00:00,0.7720008246371242,0.05396541753536721,0.4754682908912937\n2018-05-22 20:00:00,0.7774114259714877,0.048044565683634924,0.4758584044389052\n2018-05-22 21:00:00,0.7739625499720342,0.06066079270830675,0.4661643532643466\n2018-05-22 22:00:00,0.764362950447963,0.07309200825955868,0.46355469047162867\n2018-05-22 23:00:00,0.6694746009894595,-0.15887515046126474,0.47795214689282944\n2018-05-23 00:00:00,0.6800185907789119,-0.1731616047255538,0.45205941561506535\n2018-05-23 01:00:00,0.6805269341350979,-0.17963302151869415,0.44522492485660653\n2018-05-23 02:00:00,0.6802389227778236,-0.18002695131564028,0.4451425339088885\n2018-05-23 03:00:00,0.678531438157404,-0.18580767268344944,0.4410896382170704\n2018-05-23 04:00:00,0.68142531849942,-0.17753880016200577,0.44627648376662704\n2018-05-23 05:00:00,0.6760226838220543,-0.17349084099051112,0.4557611536780095\n2018-05-23 06:00:00,0.6675390745607085,-0.17746347452542513,0.4604452327955179\n2018-05-23 07:00:00,0.6650433471983954,-0.17947940744411642,0.46125424937599785\n2018-05-23 08:00:00,0.6607812205084584,-0.18038825156574123,0.46498165679174874\n2018-05-23 09:00:00,0.6544927465600674,-0.185921290974357,0.4660556593594615\n2018-05-23 10:00:00,0.6510006127318091,-0.19367172724774775,0.46195515606566917\n2018-05-23 11:00:00,0.6520273628596273,-0.19348912603101753,0.4611336371715776\n2018-05-23 12:00:00,0.641929331851961,-0.20191739141318585,0.4628376662221627\n2018-05-23 13:00:00,0.6359280234653342,-0.20344648018276032,0.46735630497983355\n2018-05-23 14:00:00,0.6312101820948084,-0.21225653967015484,0.46349397045208685\n2018-05-23 15:00:00,0.6271673860236997,-0.2194361441958738,0.46028469735412214\n2018-05-23 16:00:00,0.6283149593765283,-0.21797807397058688,0.46063892133180956\n2018-05-23 17:00:00,0.6245593342562604,-0.220985881622923,0.46112623805374664\n2018-05-23 18:00:00,0.6173869802489683,-0.229472295776615,0.4599883892364836\n2018-05-23 19:00:00,0.6176434906559503,-0.23237783687432598,0.4567638141588525\n2018-05-23 20:00:00,0.6103043223604485,-0.23795457792169758,0.45808562820273246\n2018-05-23 21:00:00,0.610180192056115,-0.23813495030334061,0.45748004601382763\n2018-05-23 22:00:00,0.6113864804558169,-0.2387204259783863,0.45505826750636\n2018-05-23 23:00:00,0.6096619437806874,-0.23714988705837067,0.45777558206091984\n2018-05-24 00:00:00,0.6027016212330056,-0.23987360277503209,0.46195930715148525\n2018-05-24 01:00:00,0.5984726308021969,-0.24731608551037682,0.4587477382545294\n2018-05-24 02:00:00,0.610172277195737,-0.23985651356906154,0.4546469345504131\n2018-05-24 03:00:00,0.6255945033852004,-0.21929906037665683,0.4595687506267224\n2018-05-24 04:00:00,0.6268492606488867,-0.21097594361319333,0.4664657634901204\n2018-05-24 05:00:00,0.634549244110325,-0.196804199657778,0.47203201111004534\n2018-05-24 06:00:00,0.6518300836068645,-0.17453189456070226,0.47674090797452445\n2018-05-24 07:00:00,0.6693215450636685,-0.14843141314013866,0.4847350572848738\n2018-05-24 08:00:00,0.680511448207925,-0.12984192455874682,0.49088831040722397\n2018-05-24 09:00:00,0.6857155538613176,-0.11813316981793828,0.4967297591316428\n2018-05-24 10:00:00,0.6902113940793237,-0.11409910236023317,0.4959657722595389\n2018-05-24 11:00:00,0.6875384115933716,-0.12077419645001623,0.49135542228037293\n2018-05-24 12:00:00,0.692227792778438,-0.11848690348405831,0.48871460441189324\n2018-05-24 13:00:00,0.6928486344895823,-0.11638217264702455,0.4889840152841837\n2018-05-24 14:00:00,0.7040121697208993,-0.10330896598872549,0.4900983192118329\n2018-05-24 15:00:00,0.7116247570569733,-0.0918149858622756,0.49273047287687477\n2018-05-24 16:00:00,0.7131779004168554,-0.08924050844331353,0.49327868186709345\n2018-05-24 17:00:00,0.727533050558675,-0.07320914166949256,0.4948450624269628\n2018-05-24 18:00:00,0.7304050071161985,-0.07238253030798257,0.4926104469565282\n2018-05-24 19:00:00,0.7359245897088192,-0.07036070530292025,0.48865421548547927\n2018-05-24 20:00:00,0.7298813190559452,-0.0734666139981541,0.49117739203481847\n2018-05-24 21:00:00,0.7175231839884576,-0.08417114550468761,0.49226846020554066\n2018-05-24 22:00:00,0.7145957955299866,-0.09013530674426155,0.4889335752018669\n2018-05-24 23:00:00,0.7182848398514573,-0.09029834115419515,0.48455395717149474\n2018-05-25 00:00:00,0.7277171026312895,-0.07946628534280593,0.4854495927054542\n2018-05-25 01:00:00,0.7300050990498531,-0.07366896642490119,0.4890839190542996\n2018-05-25 02:00:00,0.7292024118759228,-0.07214911965398621,0.4914115431660533\n2018-05-25 03:00:00,0.7421105953445378,-0.05854394902357519,0.4919038215181208\n2018-05-25 04:00:00,0.7443698308197422,-0.05610231759388763,0.49149074422336775\n2018-05-25 05:00:00,0.7526498174217687,-0.04582605278497849,0.493128984918167\n2018-05-25 06:00:00,0.767557171826994,-0.02754656256582338,0.4962758956172841\n2018-05-25 07:00:00,0.7760069776646112,-0.015612244240991146,0.4995595948107676\n2018-05-25 08:00:00,0.7836483896328701,0.010829397197915668,0.4964023550780742\n2018-05-25 09:00:00,0.7789646043995928,0.02429891748484007,0.4876250010921574\n2018-05-25 10:00:00,0.779569991746461,0.03191996059198767,0.4796256774001904\n2018-05-25 11:00:00,0.7796729774586704,0.040781607353136844,0.4707610062478086\n2018-05-25 12:00:00,0.7785213108354566,0.0378319052619442,0.4751794078544389\n2018-05-25 13:00:00,0.7790044339049202,0.030469680924533303,0.4825775977242607\n2018-05-25 14:00:00,0.7770119515594696,0.03141802333103665,0.48353592117254995\n2018-05-25 15:00:00,0.7729918509518257,0.033519335079399054,0.48602478375579494\n2018-05-25 16:00:00,0.7725019885858729,0.03241277496407031,0.4878399607810282\n2018-05-25 17:00:00,0.7790014916847063,0.02188615599048781,0.4918857212422288\n2018-05-25 18:00:00,0.7835794699700365,0.011632570228268094,0.4979490529083979\n2018-05-25 19:00:00,0.7820094007504194,0.010016690941648681,0.5015689878163726\n2018-05-25 20:00:00,0.7761162156445589,-0.013565856679147266,0.5041346072475841\n2018-05-25 21:00:00,0.7652230715804418,-0.03493083920103052,0.49407086837295766\n2018-05-25 22:00:00,0.7595484263240917,-0.04962095189338739,0.4853142272907029\n2018-05-25 23:00:00,0.7664683814684967,-0.04897647572745073,0.479116303603798\n2018-05-26 00:00:00,0.7697610322832528,-0.045446670476744715,0.4798492913309269\n2018-05-26 01:00:00,0.7613753812370848,-0.04862409271906847,0.4862142511400951\n2018-05-26 02:00:00,0.7590554488571685,-0.04943538672735481,0.48901331265957554\n2018-05-26 03:00:00,0.7476775279006301,-0.058339145159007164,0.49242900663959616\n2018-05-26 04:00:00,0.7363895189562102,-0.07432468130691702,0.4883073171556778\n2018-05-26 05:00:00,0.7319106072825526,-0.08504213710797996,0.48249245462851603\n2018-05-26 06:00:00,0.7402347386557278,-0.07975208342360032,0.4803714402295244\n2018-05-26 07:00:00,0.7348383401084302,-0.0826108687679132,0.48343538139528675\n2018-05-26 08:00:00,0.7336017036868642,-0.08204511379704142,0.48535609847508215\n2018-05-26 09:00:00,0.7292330075002057,-0.08254124249019341,0.48944028786849847\n2018-05-26 10:00:00,0.7419528370545915,-0.07365153061158887,0.4856918408445897\n2018-05-26 11:00:00,0.74753158018283,-0.058106349506729604,0.4959120834679814\n2018-05-26 12:00:00,0.7462861849285866,-0.052285337222199815,0.5026970362985638\n2018-05-26 13:00:00,0.753311664430349,-0.04068386187237247,0.5075733208845595\n2018-05-26 14:00:00,0.7520125584384704,-0.03541861628511708,0.5144523485286684\n2018-05-26 15:00:00,0.7390511129172673,-0.046860410557083815,0.5168559706233928\n2018-05-26 16:00:00,0.7317440014508421,-0.06009006317472568,0.5110501764054232\n2018-05-26 17:00:00,0.7254983116938888,-0.07382835509232942,0.5034034968075969\n2018-05-26 18:00:00,0.7256789151292987,-0.07619287789707543,0.5005016681171525\n2018-05-26 19:00:00,0.7204228152483622,-0.07589136002235912,0.505951461894187\n2018-05-26 20:00:00,0.7121368607897594,-0.07729234423593921,0.5131462983828007\n2018-05-26 21:00:00,0.7010137059553728,-0.09155632565869386,0.5102398389838309\n2018-05-26 22:00:00,-0.5759394926937348,-0.6136468163056267,0.11140717416540868\n2018-05-26 23:00:00,-0.5958571246624992,-0.6954187061798148,-0.013644113325748483\n2018-05-27 00:00:00,-0.5818632152007053,-0.6865997280401537,-0.03667538672913965\n2018-05-27 01:00:00,-0.5836689543113168,-0.6881580124076143,-0.034380246929860664\n2018-05-27 02:00:00,-0.583974956530827,-0.6855882679393256,-0.03754846504242438\n2018-05-27 03:00:00,-0.5829545772477965,-0.6874958574525478,-0.037143974836536524\n2018-05-27 04:00:00,-0.580687723653999,-0.6847632839629322,-0.04231094370339481\n2018-05-27 05:00:00,-0.5822714200008597,-0.6833789568394579,-0.04222507240807472\n2018-05-27 06:00:00,-0.5865806015569284,-0.6830184004411556,-0.03814230024173222\n2018-05-27 07:00:00,-0.5877511287453571,-0.6768027028398609,-0.04307635269559026\n2018-05-27 08:00:00,-0.5873947256910866,-0.6736497244898065,-0.04663128362635259\n2018-05-27 09:00:00,-0.5897123569079059,-0.6670208192088215,-0.050968492835653155\n2018-05-27 10:00:00,-0.5926279156480916,-0.6671180020992724,-0.04768754557704249\n2018-05-27 11:00:00,-0.5916156930596218,-0.6678478289005528,-0.04739674818231276\n2018-05-27 12:00:00,-0.5940391078083123,-0.6656723275631019,-0.04699406337500686\n2018-05-27 13:00:00,-0.5948216862434176,-0.6628769453887905,-0.048677853200399246\n2018-05-27 14:00:00,-0.5938400876569263,-0.6621169461813106,-0.05070935868523028\n2018-05-27 15:00:00,-0.5969702511234743,-0.6627193168490062,-0.04705680935852889\n2018-05-27 16:00:00,-0.5972060986476961,-0.6637148676395896,-0.045857104032113356\n2018-05-27 17:00:00,-0.5962558192034882,-0.6620789790030291,-0.048051184225282186\n2018-05-27 18:00:00,-0.5969958946469486,-0.6600618398805288,-0.049353024415154614\n2018-05-27 19:00:00,-0.5978531620146517,-0.6636575138148736,-0.04493537721490343\n2018-05-27 20:00:00,-0.5958418134816245,-0.6673356098650158,-0.04335277685323328\n2018-05-27 21:00:00,-0.5987941081665085,-0.6669025121700441,-0.040816337615040575\n2018-05-27 22:00:00,-0.5957750976013924,-0.6662559412012105,-0.04472046610063332\n2018-05-27 23:00:00,-0.5942677429459413,-0.6666165754214515,-0.045481872414710876\n2018-05-28 00:00:00,-0.5910656621016014,-0.6692571456078549,-0.045677173854226795\n2018-05-28 01:00:00,-0.5836172490791668,-0.673581056609691,-0.048616897409399285\n2018-05-28 02:00:00,-0.5788835293969266,-0.6749201920424944,-0.051772955957383106\n2018-05-28 03:00:00,-0.5715353778286493,-0.6762229455928775,-0.05742819509569298\n2018-05-28 04:00:00,-0.5647194263511813,-0.685296520756742,-0.0553582648243075\n2018-05-28 05:00:00,-0.5653740313832415,-0.6828003816976528,-0.05692244392035585\n2018-05-28 06:00:00,-0.5650593914292218,-0.6794836985749995,-0.060587922012862394\n2018-05-28 07:00:00,-0.5682203884061244,-0.6863877283995673,-0.050837175429887\n2018-05-28 08:00:00,-0.569894750401164,-0.6850598511225465,-0.05023166133568164\n2018-05-28 09:00:00,-0.5712913489267761,-0.6901065381156796,-0.0440944431665999\n2018-05-28 10:00:00,-0.5724794549153116,-0.6963024109257677,-0.036503043853785534\n2018-05-28 11:00:00,-0.5700592333930743,-0.7119409016318932,-0.023627255100458235\n2018-05-28 12:00:00,-0.5681725988011871,-0.7163458621059695,-0.020521697719884435\n2018-05-28 13:00:00,-0.562948468704051,-0.7232587610612321,-0.018983822305022897\n2018-05-28 14:00:00,-0.5577279966601421,-0.7305216795313987,-0.016715924070112062\n2018-05-28 15:00:00,-0.5531705856818736,-0.7468208169350465,-0.004948193122134194\n2018-05-28 16:00:00,-0.5613138991148087,-0.7424943293314441,0.0013802015217982714\n2018-05-28 17:00:00,-0.5658046056035532,-0.7379515115489701,-0.001981251928571275\n2018-05-28 18:00:00,-0.5595971942133393,-0.7426290829168417,0.003653296421327886\n2018-05-28 19:00:00,-0.5452274749877334,-0.7091934067841037,0.05286127499806652\n2018-05-28 20:00:00,-0.55103970498024,-0.705383724974077,0.0511564799182141\n2018-05-28 21:00:00,-0.5626952964807549,-0.7074960650541678,0.037617416893737855\n2018-05-28 22:00:00,-0.5726469507100086,-0.7156333407908,0.0193417446253184\n2018-05-28 23:00:00,-0.5774716206247128,-0.7203617031284383,0.009908318960609667\n2018-05-29 00:00:00,-0.5834701788915342,-0.7227053010520764,-0.0012078323213880091\n2018-05-29 01:00:00,-0.5744330836588635,-0.7271358567989603,-0.00507682715663608\n2018-05-29 02:00:00,-0.5747707269270332,-0.7284281978702721,0.003001817796246499\n2018-05-29 03:00:00,-0.5741000213794677,-0.7208593433958776,0.01024123194589496\n2018-05-29 04:00:00,-0.5706384565518744,-0.715284012986449,0.018546661927368372\n2018-05-29 05:00:00,-0.5607502736662152,-0.7034299569509216,0.04003528727674323\n2018-05-29 06:00:00,-0.5657973187152179,-0.6870286171337898,0.051513258269795484\n2018-05-29 07:00:00,-0.5714306562157105,-0.6754676224504406,0.057528289888583696\n2018-05-29 08:00:00,-0.5833271096859557,-0.6609966289191095,0.06024573152536381\n2018-05-29 09:00:00,-0.5913294083126897,-0.6470732156755482,0.06644115998140392\n2018-05-29 10:00:00,-0.6129618465510037,-0.6342331973077151,0.05778697170871102\n2018-05-29 11:00:00,-0.6292503828550131,-0.6249232168972721,0.051258717501558713\n2018-05-29 12:00:00,-0.654753356786981,-0.6191718792508238,0.031851791971594386\n2018-05-29 13:00:00,-0.6658390455173507,-0.6171034539683843,0.023183345354921656\n2018-05-29 14:00:00,-0.6762871993954465,-0.6068611548325311,0.023215086874266065\n2018-05-29 15:00:00,-0.6790964273701827,-0.5967609255240749,0.030802224983651937\n2018-05-29 16:00:00,-0.692539981388343,-0.5886236136730769,0.02587023452977685\n2018-05-29 17:00:00,-0.6997357597082081,-0.5857451019522595,0.021714498494693736\n2018-05-29 18:00:00,-0.7233709956195298,-0.5839823888228313,-0.00034704327353468894\n2018-05-29 19:00:00,-0.7245769040366989,-0.5753244495495428,-0.008382629832680507\n2018-05-29 20:00:00,-0.7229710228476166,-0.5722509157777904,-0.013422562755390275\n2018-05-29 21:00:00,-0.7205132459261953,-0.5656634881535729,-0.022920526142001702\n2018-05-29 22:00:00,-0.7192837760513766,-0.5583691418871768,-0.03205103258543355\n2018-05-29 23:00:00,-0.7154988950658,-0.5524092871258617,-0.041595789941279174\n2018-05-30 00:00:00,-0.7051481635404152,-0.5436030343919761,-0.06068604947363768\n2018-05-30 01:00:00,-0.6938391213371956,-0.5405696637416258,-0.075114561305913\n2018-05-30 02:00:00,-0.6891747513205468,-0.5453706329310654,-0.07522861500949427\n2018-05-30 03:00:00,-0.6846269085805656,-0.5449919063243245,-0.08045859047655875\n2018-05-30 04:00:00,-0.6822723549904318,-0.5484290384893924,-0.07968565100641009\n2018-05-30 05:00:00,-0.6774755542384671,-0.5472581179063165,-0.08600953863069002\n2018-05-30 06:00:00,-0.6733378867852468,-0.5432577669493441,-0.09393608941793198\n2018-05-30 07:00:00,-0.6715387775565757,-0.5364460772948035,-0.10348791131230611\n2018-05-30 08:00:00,-0.6707185535409288,-0.5375045019460484,-0.10353032959424108\n2018-05-30 09:00:00,-0.6690628806367827,-0.5350054474972268,-0.10765470169631401\n2018-05-30 10:00:00,-0.671153963229181,-0.5307485383768141,-0.11025883123596465\n2018-05-30 11:00:00,-0.6755921209519142,-0.5313828180577805,-0.10482260620569239\n2018-05-30 12:00:00,-0.6741433878768338,-0.5301317125186066,-0.10730514530016033\n2018-05-30 13:00:00,-0.6733386483549583,-0.529295003291269,-0.1093307652237254\n2018-05-30 14:00:00,-0.680123851385585,-0.5283600579521812,-0.10379071276431986\n2018-05-30 15:00:00,-0.6810469717204726,-0.52938243663808,-0.10178286035301704\n2018-05-30 16:00:00,-0.6808238309343418,-0.5208590313199158,-0.10883021942203852\n2018-05-30 17:00:00,-0.6702093373797287,-0.5224851962638066,-0.11673878266499751\n2018-05-30 18:00:00,-0.6627885796686905,-0.5235270568424629,-0.12246770399092044\n2018-05-30 19:00:00,-0.6603494822514525,-0.5210451449010698,-0.12702320273003162\n2018-05-30 20:00:00,-0.6611832596853092,-0.5188893336140922,-0.12827354064277302\n2018-05-30 21:00:00,-0.6599066937641703,-0.5253978432786713,-0.12261637788641126\n2018-05-30 22:00:00,-0.6591567314817828,-0.5325126373907385,-0.11613629552655869\n2018-05-30 23:00:00,-0.65342582033709,-0.5379505007333063,-0.11634446565209004\n2018-05-31 00:00:00,-0.6519469714420236,-0.535969306477208,-0.1200956523181987\n2018-05-31 01:00:00,-0.6498427697933687,-0.5423972353001428,-0.11551223939208909\n2018-05-31 02:00:00,-0.6557507710304158,-0.5427073160162376,-0.10917722725569073\n2018-05-31 03:00:00,-0.6631694223021167,-0.5420504820580493,-0.10224376140613708\n2018-05-31 04:00:00,-0.6635031972651718,-0.5416552697152063,-0.10252575525738226\n2018-05-31 05:00:00,-0.6661693982475789,-0.5407088735722363,-0.1004022982855357\n2018-05-31 06:00:00,-0.6659846439614378,-0.5441200641187414,-0.09734087448252869\n2018-05-31 07:00:00,-0.667113980406791,-0.5452430099185241,-0.09483645531029955\n2018-05-31 08:00:00,-0.668840945468429,-0.54755936616992,-0.09037979953024777\n2018-05-31 09:00:00,-0.673890471421719,-0.5527322905932369,-0.08026858324262744\n2018-05-31 10:00:00,-0.6846364556126727,-0.5494182774912236,-0.07315899939118202\n2018-05-31 11:00:00,-0.6881041995497013,-0.5513967638336776,-0.06765169457786424\n2018-05-31 12:00:00,-0.6955899677358388,-0.5510481738857054,-0.06089567628309915\n2018-05-31 13:00:00,-0.6940719190844972,-0.5521863496345077,-0.06113814438967295\n2018-05-31 14:00:00,-0.6963834458687516,-0.5562830858842807,-0.054666373125710696\n2018-05-31 15:00:00,-0.6872950382020544,-0.5621535157927184,-0.05788879528296926\n2018-05-31 16:00:00,-0.6852353707166678,-0.5617959090112655,-0.059760896965983835\n2018-05-31 17:00:00,-0.6838096594556765,-0.5639020289402296,-0.058468952709833585\n2018-05-31 18:00:00,-0.676538422534748,-0.5628263670603444,-0.06634884500478364\n2018-05-31 19:00:00,-0.6694461474546289,-0.5676410420806544,-0.0679744562875877\n2018-05-31 20:00:00,-0.6721895816433225,-0.5680638655522926,-0.06449144452123576\n2018-05-31 21:00:00,-0.6650959953027825,-0.5741355090812265,-0.06499261472531272\n2018-05-31 22:00:00,-0.6553795941419042,-0.5770161580133363,-0.07133889872704667\n2018-05-31 23:00:00,-0.6610832163777707,-0.5795903131671707,-0.06233205726737396\n2018-06-01 00:00:00,-0.6581100620108102,-0.5845433394816104,-0.059952961094828484\n2018-06-01 01:00:00,-0.6482442563785024,-0.5882865027395622,-0.06588281705597981\n2018-06-01 02:00:00,-0.6465112210805134,-0.5915316662450805,-0.06429198828225716\n2018-06-01 03:00:00,-0.6486223399692773,-0.5824297072031046,-0.0712306444485614\n2018-06-01 04:00:00,-0.6518199665565758,-0.5772340065898418,-0.07272222734354841\n2018-06-01 05:00:00,-0.6501274168710103,-0.571664503158528,-0.0795665829701561\n2018-06-01 06:00:00,-0.6354063413777515,-0.5630966828212918,-0.10306576601419809\n2018-06-01 07:00:00,-0.6291650906313453,-0.5590797784608934,-0.11314660100712194\n2018-06-01 08:00:00,-0.6272003922801468,-0.5537512237365432,-0.12077296013463258\n2018-06-01 09:00:00,-0.6167188206823773,-0.552931203712405,-0.13222310272060056\n2018-06-01 10:00:00,-0.605363454417806,-0.5492157086394523,-0.14731534122362333\n2018-06-01 11:00:00,-0.601507786502345,-0.5530713112334017,-0.1471500972853836\n2018-06-01 12:00:00,-0.6000346849164757,-0.5594798139493463,-0.1415208717228409\n2018-06-01 13:00:00,0.933361268643658,-0.15764967574392055,0.19873959899993743\n2018-06-01 14:00:00,0.7130950474166479,-0.002005714038497162,0.5681684131442193\n2018-06-01 15:00:00,0.6035922440928154,0.052579402472219886,0.6272611149229548\n2018-06-01 16:00:00,0.5945096627078199,0.07401341884437417,0.6147468303014065\n2018-06-01 17:00:00,0.5859702851197877,0.07558024871945834,0.6218015070851723\n2018-06-01 18:00:00,0.5804303896067312,0.07757013585926276,0.6252551304833648\n2018-06-01 19:00:00,0.575869648565901,0.09240946295387051,0.614847353669658\n2018-06-01 20:00:00,0.5704809582365217,0.09515204920110679,0.6176175719257143\n2018-06-01 21:00:00,0.5758527474031966,0.08915337645881068,0.6182261596905124\n2018-06-01 22:00:00,0.5809634673633102,0.08872469926691041,0.6132589680913005\n2018-06-01 23:00:00,0.5820275859643033,0.09593953846492609,0.6047926981678017\n2018-06-02 00:00:00,0.5823481331092106,0.10828290007110804,0.592240084774939\n2018-06-02 01:00:00,0.5908243662019914,0.12807261385131985,0.5638388401398486\n2018-06-02 02:00:00,0.60230685225649,0.13907935481144645,0.5412535223858942\n2018-06-02 03:00:00,0.6093818415689859,0.15394896430007637,0.5192798597958452\n2018-06-02 04:00:00,0.6142956561468657,0.17114000057054496,0.4969379186737611\n2018-06-02 05:00:00,0.6167165434107338,0.17236810422513457,0.49331224863526724\n2018-06-02 06:00:00,0.6216141080812669,0.1672971786118072,0.49309010826968147\n2018-06-02 07:00:00,0.6270213505929104,0.16986549988465524,0.4843749268072126\n2018-06-02 08:00:00,0.628660346258064,0.16501554603207075,0.4871944506992561\n2018-06-02 09:00:00,0.6307915902538487,0.16108280301921615,0.48855836740622766\n2018-06-02 10:00:00,0.6364510149882779,0.15974725447137098,0.48400069237999715\n2018-06-02 11:00:00,0.6372254706976419,0.1591926213339156,0.48317959615303996\n2018-06-02 12:00:00,0.6430574458848244,0.15934076048288523,0.47639015311859606\n2018-06-02 13:00:00,0.6468914400589796,0.15503399113171007,0.4765770515862242\n2018-06-02 14:00:00,0.6511676153233075,0.15293415164020005,0.4737240350733623\n2018-06-02 15:00:00,0.6464609814480081,0.15040631707854826,0.48063290898251565\n2018-06-02 16:00:00,0.6446233750577209,0.15134130994846035,0.48090180597093185\n2018-06-02 17:00:00,0.6469283254579303,0.1499704319981925,0.4795890525821213\n2018-06-02 18:00:00,0.6497844891807731,0.15144220053721313,0.4750046243711744\n2018-06-02 19:00:00,0.6585680536380678,0.14359625065137324,0.47400620955971184\n2018-06-02 20:00:00,0.6673263325613691,0.146456275367452,0.4619596262617491\n2018-06-02 21:00:00,0.6723815359426137,0.1459105500914363,0.4573609772764813\n2018-06-02 22:00:00,0.6826248011666163,0.13401672402792303,0.45925224637393264\n2018-06-02 23:00:00,0.6838621596198815,0.1333043672393739,0.4584525925846366\n2018-06-03 00:00:00,0.6838316001807065,0.1272087084044173,0.4646292367374238\n2018-06-03 01:00:00,0.6898537610844794,0.1217992841619752,0.4642792057303413\n2018-06-03 02:00:00,0.6947073984496689,0.11266745479307087,0.46844390118361595\n2018-06-03 03:00:00,0.6940718641851901,0.10680604483960349,0.47479404593944013\n2018-06-03 04:00:00,0.6936285467430218,0.09593981495556426,0.4862669582803181\n2018-06-03 05:00:00,0.6966089047662034,0.09074918953748123,0.4882760029026642\n2018-06-03 06:00:00,0.7003334993644106,0.0830806112284127,0.4919513230786029\n2018-06-03 07:00:00,0.6999366649314177,0.08051734724765149,0.4948973152508592\n2018-06-03 08:00:00,0.7066359128488952,0.08501694320133901,0.48316110719334804\n2018-06-03 09:00:00,0.7094978547648447,0.09102398489879802,0.47422878492148485\n2018-06-03 10:00:00,0.7138636292671944,0.09713976723306232,0.46370309696056167\n2018-06-03 11:00:00,0.7120811848988907,0.10737952118643371,0.45510444059596744\n2018-06-03 12:00:00,0.7124310189187656,0.10329475274405879,0.45918395809280604\n2018-06-03 13:00:00,0.7218951054430347,0.08871601195967073,0.46468247722293043\n2018-06-03 14:00:00,0.7284017979046402,0.07488002692864579,0.4721478555165175\n2018-06-03 15:00:00,0.7346433768618099,0.06373561339684213,0.4772741190084492\n2018-06-03 16:00:00,0.7385942778299088,0.05785455510054741,0.4788455591813049\n2018-06-03 17:00:00,0.7375214913806325,0.05231100416002182,0.4851233057979518\n2018-06-03 18:00:00,0.7373296632178699,0.0523688503851703,0.4847069010754449\n2018-06-03 19:00:00,0.7392566912863145,0.05047043539022766,0.4843420530664298\n2018-06-03 20:00:00,0.7394070976611798,0.05198928819063789,0.48268480392808016\n2018-06-03 21:00:00,0.7383615765184495,0.06027971106818236,0.4753500692266953\n2018-06-03 22:00:00,0.737780837026174,0.06352768273401656,0.4729355540724974\n2018-06-03 23:00:00,0.7359562361648648,0.06443929599122707,0.4743243132010429\n2018-06-04 00:00:00,0.7333396810483438,0.06375888978068861,0.4781358554330814\n2018-06-04 01:00:00,0.7296717405093872,0.06675888043174397,0.4789457198796924\n2018-06-04 02:00:00,0.7280263617830668,0.0635389012943328,0.48438467025755727\n2018-06-04 03:00:00,0.7260740155870816,0.06391057676324256,0.4853850579559532\n2018-06-04 04:00:00,0.7277108281548517,0.0595152422884699,0.4888265829427799\n2018-06-04 05:00:00,0.7235608477733082,0.06700226401039208,0.48551443560221597\n2018-06-04 06:00:00,0.724178050586327,0.06615574845944097,0.4862971466274281\n2018-06-04 07:00:00,0.7221609786885185,0.0677830992952561,0.48654825172456795\n2018-06-04 08:00:00,0.7191109946524799,0.06915005726589947,0.4878649166911348\n2018-06-04 09:00:00,0.7215655002014995,0.05837626456007241,0.4962861928578121\n2018-06-04 10:00:00,0.7233890686698877,0.06489015379342669,0.4877723568972175\n2018-06-04 11:00:00,0.7213101002117691,0.06700711858077306,0.48758574064430527\n2018-06-04 12:00:00,0.7236612654512816,0.05756685125872062,0.4952097452515496\n2018-06-04 13:00:00,0.7259228237535501,0.04986786505417463,0.5006452099748029\n2018-06-04 14:00:00,0.7207306619034924,0.05571426442680865,0.49914519758154097\n2018-06-04 15:00:00,0.719005464888852,0.06761655387782432,0.48807038731233626\n2018-06-04 16:00:00,0.7199477357926362,0.06304941535073418,0.49174376711707213\n2018-06-04 17:00:00,0.722265811170624,0.06808407356612417,0.4838959507228514\n2018-06-04 18:00:00,0.7243100059838881,0.06033324207676169,0.48961288853455176\n2018-06-04 19:00:00,0.7281451022844889,0.05861636053327713,0.48688339205350184\n2018-06-04 20:00:00,0.7314339817828286,0.05310385572648992,0.48830519820597157\n2018-06-04 21:00:00,0.7356916635555448,0.05042125924218509,0.4866600939015876\n2018-06-04 22:00:00,0.740153025486434,0.04809377547501765,0.48399888622137055\n2018-06-04 23:00:00,0.7396329509463614,0.04606022940661256,0.48623927055980193\n2018-06-05 00:00:00,0.7337396287507739,0.04129197147303081,0.4968236887094437\n2018-06-05 01:00:00,0.7323922479539315,0.04513029114724124,0.49440626867858845\n2018-06-05 02:00:00,0.7356692095920405,0.04566632612941512,0.4907600197032665\n2018-06-05 03:00:00,0.7448384344641366,0.03443977006600394,0.49310300858917544\n2018-06-05 04:00:00,0.747041822522961,0.02918951552576558,0.4956092156806412\n2018-06-05 05:00:00,0.7490310863115646,0.021644206409798257,0.501404990827805\n2018-06-05 06:00:00,0.75384262692581,0.012065238555663764,0.5061170655964286\n2018-06-05 07:00:00,0.7546881894009859,0.018755988937187645,0.49817526070926754\n2018-06-05 08:00:00,0.7534305893508455,0.02010357874956902,0.4983908084035426\n2018-06-05 09:00:00,0.7558012937333023,0.015488676846445781,0.5003813265093199\n2018-06-05 10:00:00,0.7560701575438779,0.023015975480099246,0.4923144753331327\n2018-06-05 11:00:00,0.7505668845175354,0.024414973458822136,0.4967529867937978\n2018-06-05 12:00:00,0.7538056192126151,0.029365974009641815,0.48874346866829377\n2018-06-05 13:00:00,0.7567605892604714,0.022615752543637114,0.4922975987993397\n2018-06-05 14:00:00,0.7575402300853882,0.02882772010514172,0.48489817172777827\n2018-06-05 15:00:00,0.7582362205833809,0.038716843430944774,0.47389115404782095\n2018-06-05 16:00:00,0.7587919232181886,0.050807313226854646,0.46092389581368015\n2018-06-05 17:00:00,0.7546544490127473,0.06394477927653536,0.45188567209186625\n2018-06-05 18:00:00,0.751825005054912,0.07525928098146094,0.4429672895524492\n2018-06-05 19:00:00,0.7520966665431984,0.07775681762507929,0.44031196016666074\n2018-06-05 20:00:00,0.7498229232944733,0.08314780875602412,0.4371975679759175\n2018-06-05 21:00:00,0.7538377473031797,0.07896082685801338,0.43749381197447496\n2018-06-05 22:00:00,0.756927759674384,0.08187484049118939,0.4312152125889713\n2018-06-05 23:00:00,0.7574332413637883,0.08594129060075312,0.4267115517282786\n2018-06-06 00:00:00,0.7605534592351254,0.07956652556654337,0.42991014299080715\n2018-06-06 01:00:00,0.7579495117474429,0.0846814326955417,0.42737561663181883\n2018-06-06 02:00:00,0.7607449502782875,0.08269739892320549,0.4264222570724139\n2018-06-06 03:00:00,0.7588900312279233,0.08881138655667344,0.42190352884754967\n2018-06-06 04:00:00,0.7635077023517692,0.08203920461680349,0.4244120811387981\n2018-06-06 05:00:00,0.7696663509697251,0.07838253473790222,0.4218876662927569\n2018-06-06 06:00:00,0.7684812113758318,0.08489921628823834,0.4163209784707769\n2018-06-06 07:00:00,0.7247968138736727,0.016150703514835257,0.5275117627375369\n2018-06-06 08:00:00,0.7239120065199738,0.004975581737289746,0.5387914128954315\n2018-06-06 09:00:00,0.7163795969845993,-0.009360850720265738,0.5417773289232704\n2018-06-06 10:00:00,0.7007570501027822,-0.030067126821631467,0.5365897969960957\n2018-06-06 11:00:00,0.691286285172363,-0.04195199306222075,0.5339772053512855\n2018-06-06 12:00:00,0.6907304397268689,-0.03962552670283194,0.5361712345190084\n2018-06-06 13:00:00,0.6818695772458162,-0.04676027769224201,0.5375355516887487\n2018-06-06 14:00:00,0.679990461418548,-0.045474156599857166,0.5406692395258669\n2018-06-06 15:00:00,0.6729649732019742,-0.04855575016539911,0.5448165798651801\n2018-06-06 16:00:00,0.671590936290356,-0.04777192027941823,0.5466567042559659\n2018-06-06 17:00:00,0.6654172488485339,-0.05208547408019382,0.5483573460365937\n2018-06-06 18:00:00,0.659948364964275,-0.05390467913959189,0.5520575392968919\n2018-06-06 19:00:00,0.6492310244163684,-0.06260336998134083,0.5546539017943588\n2018-06-06 20:00:00,0.6396545554482138,-0.07597641480068507,0.5515099180849413\n2018-06-06 21:00:00,0.6291396284974204,-0.0881012808963499,0.5499976962085962\n2018-06-06 22:00:00,0.6175905311825819,-0.09854011242581119,0.5519351612034541\n2018-06-06 23:00:00,0.6058239006804389,-0.11227394872171842,0.5506716108414799\n2018-06-07 00:00:00,0.5919629782561134,-0.12310760300296122,0.5542526231444193\n2018-06-07 01:00:00,0.5789411541137746,-0.13522219649057934,0.5563903364550136\n2018-06-07 02:00:00,0.570185519990483,-0.14406317393953527,0.5572923651411809\n2018-06-07 03:00:00,0.5640394755718992,-0.15076754098341585,0.5574113219864297\n2018-06-07 04:00:00,0.5641414892652822,-0.15028081185978986,0.5576941147106278\n2018-06-07 05:00:00,0.5671895017685765,-0.14459115539117007,0.55979113802069\n2018-06-07 06:00:00,0.55798544735562,-0.15539347553597174,0.5576786525246658\n2018-06-07 07:00:00,0.5544553298170644,-0.1593315363630889,0.5570961648747479\n2018-06-07 08:00:00,0.5654761817555973,-0.1512990051928622,0.5542578825843684\n2018-06-07 09:00:00,0.5684405683790721,-0.1474156001118737,0.555306701775643\n2018-06-07 10:00:00,0.5727560972996527,-0.14156287434050674,0.5562411053839869\n2018-06-07 11:00:00,0.5798907904920507,-0.13194056523704187,0.559234894494812\n2018-06-07 12:00:00,0.5847702436011605,-0.12918815463576674,0.5576507889650201\n2018-06-07 13:00:00,0.5865212687553452,-0.12503056678151828,0.56007713359305\n2018-06-07 14:00:00,0.583170397476547,-0.1265030426237883,0.5620154312703514\n2018-06-07 15:00:00,0.5810696831407474,-0.13210259945229066,0.5590223356014633\n2018-06-07 16:00:00,0.5701247811187663,-0.1426343097054658,0.558994211078846\n2018-06-07 17:00:00,0.564949883495247,-0.14403945287765735,0.562519570623773\n2018-06-07 18:00:00,0.5568648549009577,-0.14862632245417717,0.5660922095319242\n2018-06-07 19:00:00,0.5386192747537366,-0.1677382804406897,0.5645372296302259\n2018-06-07 20:00:00,0.5267932412711697,-0.1777852501753523,0.5661778900852291\n2018-06-07 21:00:00,0.5336691370345735,-0.1740984187713657,0.5624675728776811\n2018-06-07 22:00:00,0.5515258814225588,-0.15170210742858134,0.5668705088020269\n2018-06-07 23:00:00,0.5565602401913031,-0.1434476659308013,0.5702125401681266\n2018-06-08 00:00:00,0.5742827533054357,-0.1237478042003459,0.5718120308104403\n2018-06-08 01:00:00,0.5726808470153,-0.12196803959200682,0.574724332950525\n2018-06-08 02:00:00,0.5838585409033465,-0.113779955903339,0.5713078829740849\n2018-06-08 03:00:00,0.5845988527628645,-0.11982791550814235,0.5642031659328057\n2018-06-08 04:00:00,0.595667376653852,-0.11341204861745989,0.5589289774782072\n2018-06-08 05:00:00,0.6001437068611039,-0.10615779260669951,0.5615343395590457\n2018-06-08 06:00:00,0.5884445173220745,-0.11464804179830092,0.5646100845257278\n2018-06-08 07:00:00,0.5789597745529924,-0.1276025650088526,0.5613539015498188\n2018-06-08 08:00:00,0.5805912214569224,-0.13020148762812186,0.5572521202841229\n2018-06-08 09:00:00,0.5878506343518939,-0.12393258973529984,0.5568508287369337\n2018-06-08 10:00:00,0.6112275184247529,-0.11015310774329647,0.5478777542858069\n2018-06-08 11:00:00,0.6284393142797375,-0.09438360770805389,0.5464867381749786\n2018-06-08 12:00:00,0.6398129988209217,-0.07888855280904837,0.5507689771388864\n2018-06-08 13:00:00,0.640253689428734,-0.07880745435119811,0.5503165861315454\n2018-06-08 14:00:00,0.6488235752701261,-0.07225895805833916,0.5484853549566402\n2018-06-08 15:00:00,0.6676999728088356,-0.056334015913180914,0.5452032722561313\n2018-06-08 16:00:00,0.6731860322883803,-0.05225874098599488,0.5438129121149998\n2018-06-08 17:00:00,0.6842401531735307,-0.04090757811077961,0.5442119904581677\n2018-06-08 18:00:00,0.6989523702484103,-0.0206309356229995,0.550101410197472\n2018-06-08 19:00:00,0.6944026665504694,-0.02830098734055498,0.5474497660427957\n2018-06-08 20:00:00,0.6943635705357942,-0.035721081091333415,0.540794063183417\n2018-06-08 21:00:00,0.6916415515019401,-0.0467245995221173,0.5332444087108941\n2018-06-08 22:00:00,0.6930698783619962,-0.04942475076349521,0.5301300606994894\n2018-06-08 23:00:00,0.6903395988043372,-0.048137843613986535,0.5348923054200522\n2018-06-09 00:00:00,0.6856680495796716,-0.05154894329536547,0.5370066916904297\n2018-06-09 01:00:00,0.6711269208021202,-0.06210977402800729,0.5419899239911699\n2018-06-09 02:00:00,0.6650381046458814,-0.07017333143107676,0.5407038683012891\n2018-06-09 03:00:00,0.6591802051075738,-0.07626215309745067,0.5411943115118587\n2018-06-09 04:00:00,0.6587420522707905,-0.07872656402099808,0.539560924429996\n2018-06-09 05:00:00,0.6632368994164308,-0.07310112149090263,0.541087503370947\n2018-06-09 06:00:00,0.6480074168182424,-0.08350630854746736,0.5469404534465979\n2018-06-09 07:00:00,0.6301973963396359,-0.09654708418829668,0.552499260066805\n2018-06-09 08:00:00,0.6217609818075478,-0.10720343385388804,0.5508558135714764\n2018-06-09 09:00:00,0.6211341263601033,-0.11309342338111512,0.546572947876251\n2018-06-09 10:00:00,0.6181750627457653,-0.11932958452657072,0.5438090294247417\n2018-06-09 11:00:00,0.6164733207945383,-0.12488065570405989,0.540816037391975\n2018-06-09 12:00:00,0.6084953016132632,-0.13030215779350188,0.5440909589660611\n2018-06-09 13:00:00,0.5874197316024312,-0.15121124966452903,0.5450211334949084\n2018-06-09 14:00:00,0.5760389217028385,-0.16736925633191896,0.5406606566573353\n2018-06-09 15:00:00,0.5653550263545541,-0.1852114351862966,0.5340529004602911\n2018-06-09 16:00:00,0.5560259512039009,-0.20289150130035738,0.5260363404672436\n2018-06-09 17:00:00,0.5473798648107872,-0.22096036832144178,0.517965532284333\n2018-06-09 18:00:00,0.5431573932032363,-0.23048429145099114,0.513430672526256\n2018-06-09 19:00:00,0.5507852278906785,-0.22479756474085136,0.512139915196846\n2018-06-09 20:00:00,0.5498180523558696,-0.23281449944116303,0.5054455273719329\n2018-06-09 21:00:00,0.5579415054502834,-0.23102132518125734,0.4991510600928985\n2018-06-09 22:00:00,0.5749171458069309,-0.21908144669039328,0.49468258735372855\n2018-06-09 23:00:00,0.5544813590276699,-0.2393131070034044,0.4951519549818425\n2018-06-10 00:00:00,0.564848657533391,-0.2376002556471184,0.48653262316331564\n2018-06-10 01:00:00,0.5598068377985387,-0.24210305731128826,0.487445686025224\n2018-06-10 02:00:00,0.5635919525519588,-0.24139542489551832,0.4840112557286643\n2018-06-10 03:00:00,0.5674489957330958,-0.23602571231982022,0.485938581925624\n2018-06-10 04:00:00,0.595663462410415,-0.20885090047953872,0.4843909558251385\n2018-06-10 05:00:00,0.5892608221121486,-0.21663777661202913,0.48344518189556107\n2018-06-10 06:00:00,0.5828221184487548,-0.22891559823988222,0.47791671872427477\n2018-06-10 07:00:00,0.5826996149589612,-0.23339324480622614,0.47371187443714824\n2018-06-10 08:00:00,0.5874785021327887,-0.2297493649508056,0.471995294043468\n2018-06-10 09:00:00,0.6146421123865224,-0.20051840625556694,0.4739008960565021\n2018-06-10 10:00:00,0.6138797633733233,-0.1898785893569084,0.4851068129585224\n2018-06-10 11:00:00,0.622992545754936,-0.17911608596491083,0.4867920151856368\n2018-06-10 12:00:00,0.6284056285520283,-0.17314484743065928,0.48848013928941275\n2018-06-10 13:00:00,0.6447127106733475,-0.1600229166165821,0.4858245824578139\n2018-06-10 14:00:00,0.6492648948741853,-0.15430743089318344,0.4870472696244011\n2018-06-10 15:00:00,0.6695894112316608,-0.13366808158719312,0.48705703307623277\n2018-06-10 16:00:00,0.6764793714936217,-0.12125179757736704,0.49231116748228865\n2018-06-10 17:00:00,0.65828529351583,-0.13074445405495952,0.5007262727182606\n2018-06-10 18:00:00,0.6551441926263336,-0.12952844471487443,0.5058778155255866\n2018-06-10 19:00:00,0.6515624721713743,-0.13327297410350425,0.5055702509060318\n2018-06-10 20:00:00,0.6419600366686684,-0.13892493104386214,0.5103430648411155\n2018-06-10 21:00:00,0.6404557097550188,-0.14369402117787,0.5068464421880411\n2018-06-10 22:00:00,0.642574594412172,-0.1443264525999798,0.504222285840059\n2018-06-10 23:00:00,0.6504905323021836,-0.13242499076305847,0.508182960017197\n2018-06-11 00:00:00,0.6489757134792477,-0.13230093356053071,0.5102119528434701\n2018-06-11 01:00:00,0.6397281555492476,-0.13986929443059865,0.5121760650681374\n2018-06-11 02:00:00,0.6254406501609708,-0.16092845908959633,0.5057630176502865\n2018-06-11 03:00:00,0.6176262680948467,-0.17203891852957237,0.5025868049749302\n2018-06-11 04:00:00,0.4635287015771255,-0.25122141483689864,0.5763711937325371\n2018-06-11 05:00:00,0.45576664793635235,-0.25891543107292136,0.5768483696933102\n2018-06-11 06:00:00,0.4390975630965904,-0.27664427369854433,0.5756749469318638\n2018-06-11 07:00:00,0.42507734560636906,-0.29154144566152995,0.5750082737298303\n2018-06-11 08:00:00,0.4293161673594125,-0.28808306775121006,0.5746580693797807\n2018-06-11 09:00:00,0.42797200287259674,-0.2921963900150021,0.573016080357697\n2018-06-11 10:00:00,0.41859757085275806,-0.30181465887633696,0.5735748492578556\n2018-06-11 11:00:00,0.4113427951178484,-0.3074605473156608,0.5758914840416604\n2018-06-11 12:00:00,0.40504254761379727,-0.3189071976185133,0.5711691926038563\n2018-06-11 13:00:00,0.3932295148807057,-0.32835100425976915,0.5734925075889726\n2018-06-11 14:00:00,0.39444840626587135,-0.3283477374236078,0.5726258566087663\n2018-06-11 15:00:00,0.3942127784428291,-0.3283321959912521,0.5731509624895843\n2018-06-11 16:00:00,0.3884270852806577,-0.3321711089303723,0.575328544148803\n2018-06-11 17:00:00,0.3717215597570811,-0.3427357091621165,0.5819937577560048\n2018-06-11 18:00:00,0.36387671720824344,-0.344166147236037,0.5889785323338089\n2018-06-11 19:00:00,0.33836947609733026,-0.37774070944503246,0.5814716146952283\n2018-06-11 20:00:00,0.3517129971488948,-0.380404845988376,0.5657426488580172\n2018-06-11 21:00:00,0.34804927414614983,-0.394829970715388,0.5557238155368357\n2018-06-11 22:00:00,0.35214379275581814,-0.3879466239851146,0.5587955443038035\n2018-06-11 23:00:00,0.33391468697843635,-0.40158879580475887,0.5640785660914964\n2018-06-12 00:00:00,0.31760864697684993,-0.4174774189193894,0.5647595177912068\n2018-06-12 01:00:00,0.30329727147957025,-0.42771881871757705,0.5690073167195843\n2018-06-12 02:00:00,0.30492320080203855,-0.42698763382512633,0.5683254508637411\n2018-06-12 03:00:00,0.301628487455557,-0.43307146164527915,0.5658069018731183\n2018-06-12 04:00:00,0.2930309318777121,-0.4456742541857284,0.5620331532664289\n2018-06-12 05:00:00,0.29262033264043213,-0.45347638488817654,0.5549643118232066\n2018-06-12 06:00:00,0.2929275330938265,-0.456126628817773,0.552085796056172\n2018-06-12 07:00:00,0.3012300995638356,-0.4549137984528668,0.5451629795835307\n2018-06-12 08:00:00,0.32004438404758545,-0.442996916636105,0.5381868106545048\n2018-06-12 09:00:00,0.3245148275014619,-0.44187828282631825,0.5352726519431759\n2018-06-12 10:00:00,0.31139880681832216,-0.4591071394663316,0.5320972424346921\n2018-06-12 11:00:00,0.3194112764887569,-0.4588687702277191,0.5249421076784095\n2018-06-12 12:00:00,0.3260138815279122,-0.4564264813063969,0.5209294067303853\n2018-06-12 13:00:00,0.3271837289939723,-0.45668730140742053,0.5190253711668513\n2018-06-12 14:00:00,0.3344596475981799,-0.4540402977292937,0.5144939859156099\n2018-06-12 15:00:00,0.3427297876403291,-0.4526210949551209,0.5074657761337268\n2018-06-12 16:00:00,0.3493237264573587,-0.4442679386730177,0.5086235494354239\n2018-06-12 17:00:00,0.3555196820108579,-0.4424126696591766,0.5041491866451814\n2018-06-12 18:00:00,0.365866312548594,-0.43492611849504853,0.5008192824434045\n2018-06-12 19:00:00,0.36795380456726523,-0.437385698472682,0.4960053654884099\n2018-06-12 20:00:00,0.3539504413477693,-0.45444839828200606,0.49314029962129213\n2018-06-12 21:00:00,0.3865086886995126,-0.42834629591050294,0.48690027540281017\n2018-06-12 22:00:00,0.3807761854810126,-0.43783404872699216,0.48364627763835794\n2018-06-12 23:00:00,0.38753922586265377,-0.4350320993340202,0.47969202353568274\n2018-06-13 00:00:00,0.4030886405969427,-0.4188731470804288,0.4805666287873777\n2018-06-13 01:00:00,0.3940960479379505,-0.431010508507046,0.4773975526915816\n2018-06-13 02:00:00,0.421217396038243,-0.4178228038252105,0.4629127970636145\n2018-06-13 03:00:00,0.4548039096769656,-0.3878019075004436,0.45888821637921057\n2018-06-13 04:00:00,0.48368194347346694,-0.35731662974435274,0.4596202007741299\n2018-06-13 05:00:00,0.5389718270488532,-0.2945956806691235,0.4660358921461877\n2018-06-13 06:00:00,0.5497418212916317,-0.2689636984949477,0.4807081508893176\n2018-06-13 07:00:00,0.5431105290652933,-0.2621373869150988,0.49426208742471\n2018-06-13 08:00:00,0.555387650547348,-0.24856178838138757,0.49619083576176964\n2018-06-13 09:00:00,0.5557827323832286,-0.2425764189619192,0.5024039899109105\n2018-06-13 10:00:00,0.5438993992888062,-0.24777376834361511,0.509760558437696\n2018-06-13 11:00:00,0.5460229821951516,-0.24982500869497312,0.5058029948066134\n2018-06-13 12:00:00,0.5608380817318044,-0.2307491615054427,0.5099211705273202\n2018-06-13 13:00:00,0.5470457426661894,-0.24797817627763552,0.506503661429295\n2018-06-13 14:00:00,0.5673792404133022,-0.2363213153541196,0.49807515934582103\n2018-06-13 15:00:00,0.5683964968710992,-0.24065399716158858,0.49247066979928966\n2018-06-13 16:00:00,0.5873677443069003,-0.22496053331738136,0.489038481213394\n2018-06-13 17:00:00,0.5841576298757748,-0.22962594275634948,0.4874246469132905\n2018-06-13 18:00:00,0.6093238058429666,-0.20747871979032456,0.4841987180264019\n2018-06-13 19:00:00,0.6086669475201857,-0.21031116217317977,0.48239077038562245\n2018-06-13 20:00:00,0.5998906678401131,-0.22651382605927656,0.4760641888187352\n2018-06-13 21:00:00,0.5746990268606675,-0.27094131099106383,0.4570424619605077\n2018-06-13 22:00:00,0.5606706170718609,-0.3132387253968214,0.42940619385836054\n2018-06-13 23:00:00,0.5760405869541696,-0.3215968079563546,0.4056943370094228\n2018-06-14 00:00:00,0.5513855076877312,-0.3559148395965597,0.39652053877250637\n2018-06-14 01:00:00,0.5392953875543273,-0.3905053191860891,0.3743490082996161\n2018-06-14 02:00:00,0.5263642749856142,-0.42756471223035225,0.3511671427205929\n2018-06-14 03:00:00,0.5410182054068524,-0.43758945870825466,0.32731196697877646\n2018-06-14 04:00:00,0.5564743214813034,-0.4405824372174789,0.3094275195867351\n2018-06-14 05:00:00,0.6050182841679065,-0.3859572862550741,0.3161023161668271\n2018-06-14 06:00:00,0.5711266196804555,-0.40201609752150935,0.334916330212815\n2018-06-14 07:00:00,0.5612936921584833,-0.39973035019667236,0.3472330993182178\n2018-06-14 08:00:00,0.5679310738678052,-0.3859280280861185,0.3549977679165059\n2018-06-14 09:00:00,0.583874570243189,-0.3563331953309911,0.3687373141170717\n2018-06-14 10:00:00,0.6207660293043504,-0.32108881912219195,0.36736821337677844\n2018-06-14 11:00:00,0.6425794725263201,-0.2913716439638495,0.37551830588826424\n2018-06-14 12:00:00,0.6519257750033738,-0.2634883065124694,0.3944157858407041\n2018-06-14 13:00:00,0.6730383467219472,-0.23265476586472963,0.40446123540177703\n2018-06-14 14:00:00,0.7049205322935296,-0.19086766301987515,0.41464289610871163\n2018-06-14 15:00:00,0.71711483382277,-0.1659047683790026,0.42741134436595596\n2018-06-14 16:00:00,0.7355206099745885,-0.14230436181408096,0.43244370050746206\n2018-06-14 17:00:00,0.7024150701277568,-0.152836451054638,0.45525277192440794\n2018-06-14 18:00:00,0.6923071702683979,-0.16155183284264427,0.4564083296585245\n2018-06-14 19:00:00,0.67688953592519,-0.1762415646336163,0.45718333189040805\n2018-06-14 20:00:00,0.6416411608402076,-0.21467596373597317,0.4534618979502665\n2018-06-14 21:00:00,0.6010227174705153,-0.25712237052688225,0.45115564355728316\n2018-06-14 22:00:00,0.6077562406220068,-0.26611527393195866,0.4347457963862071\n2018-06-14 23:00:00,0.6262031878383225,-0.25299327100342156,0.42859333711275727\n2018-06-15 00:00:00,0.6361693787556376,-0.23384025249961896,0.437341146899028\n2018-06-15 01:00:00,0.6534796532703009,-0.21397128765984574,0.439626485629628\n2018-06-15 02:00:00,0.649169949744013,-0.21731080406367081,0.4407686456263172\n2018-06-15 03:00:00,0.6401561322954904,-0.22865496445989253,0.43856212614624007\n2018-06-15 04:00:00,0.6489195318686456,-0.21410132987762998,0.443890898686417\n2018-06-15 05:00:00,0.6281184055255628,-0.22726757924440025,0.4512251001986173\n2018-06-15 06:00:00,0.6262763870155714,-0.2337781143448167,0.4465705069700794\n2018-06-15 07:00:00,0.6283514277314157,-0.2376606013743146,0.44039020403262025\n2018-06-15 08:00:00,0.6242641689097171,-0.2509181591174476,0.43148477064250995\n2018-06-15 09:00:00,0.6014589960002317,-0.2740660459270337,0.43048998977123\n2018-06-15 10:00:00,0.599711504858213,-0.26836163268520774,0.43672831063987133\n2018-06-15 11:00:00,0.5868404741758318,-0.2693877052674988,0.4473415410074394\n2018-06-15 12:00:00,0.5797553675126014,-0.2650412711100007,0.45792998062831536\n2018-06-15 13:00:00,0.5720324799196439,-0.27099651919065726,0.46016415860879406\n2018-06-15 14:00:00,0.5589659285656362,-0.2830564902641259,0.4611465853720495\n2018-06-15 15:00:00,0.5944491709192969,-0.24757669905666288,0.461327760667098\n2018-06-15 16:00:00,0.6063121320707677,-0.23001691013347547,0.4667632953606147\n2018-06-15 17:00:00,0.6178991461499155,-0.2105587304241773,0.47416986843448355\n2018-06-15 18:00:00,0.628828393812126,-0.196471982562941,0.47723896921356135\n2018-06-15 19:00:00,0.6264036801467342,-0.19270033397018352,0.48343827334206046\n2018-06-15 20:00:00,0.6454620868880219,-0.18366454977259267,0.4735422277235036\n2018-06-15 21:00:00,0.6569968357177908,-0.1789400452642971,0.46653200296265096\n2018-06-15 22:00:00,0.6687603350092083,-0.1661134528489358,0.46764880156247435\n2018-06-15 23:00:00,0.6928228032023375,-0.1404610864944833,0.46878310738980034\n2018-06-16 00:00:00,0.7039417358160439,-0.12854655280825414,0.4694197753459621\n2018-06-16 01:00:00,0.5486147840316078,-0.19772374086853625,0.56195213801643\n2018-06-16 02:00:00,0.52448774752326,-0.22396160470701307,0.5602076999642849\n2018-06-16 03:00:00,0.49872398503669496,-0.2635835011402529,0.5465019682337037\n2018-06-16 04:00:00,0.4778913870498667,-0.3111033164354855,0.519723773857785\n2018-06-16 05:00:00,0.4865097347611208,-0.32237419173151344,0.4998336305179758\n2018-06-16 06:00:00,0.488104389568444,-0.3317872815896319,0.48823963005757665\n2018-06-16 07:00:00,0.47718461122299993,-0.34814184691700323,0.48229698421983364\n2018-06-16 08:00:00,0.44312923133560883,-0.3756273808112117,0.48847194749231226\n2018-06-16 09:00:00,0.4355851276895516,-0.38709246173371076,0.48398168943800024\n2018-06-16 10:00:00,0.4243744619350149,-0.4045763882204212,0.4767956083399089\n2018-06-16 11:00:00,0.42953855077918596,-0.4191821557569836,0.45647374885584086\n2018-06-16 12:00:00,0.4244876453611231,-0.43494281431617315,0.4458387742475827\n2018-06-16 13:00:00,0.4366791742622129,-0.4231141871695715,0.44527367913671173\n2018-06-16 14:00:00,0.4246636886902822,-0.43597213777928573,0.4448377108307844\n2018-06-16 15:00:00,0.4322628632866528,-0.4440194328050538,0.42937671657621795\n2018-06-16 16:00:00,0.41707569001619965,-0.471973598867231,0.4167349574193797\n2018-06-16 17:00:00,0.4087367146070479,-0.48913210145195785,0.40830250060642714\n2018-06-16 18:00:00,0.3648192557956435,-0.5293856454718534,0.4126220141015047\n2018-06-16 19:00:00,0.3482213299929254,-0.5534071571462692,0.4058624255929373\n2018-06-16 20:00:00,0.30811320727607994,-0.5941933989522494,0.4060255354105944\n2018-06-16 21:00:00,0.2457688258455313,-0.6646190755395495,0.3985477153998574\n2018-06-16 22:00:00,-0.5690317754056029,-0.729334235758404,0.01695129092034467\n2018-06-16 23:00:00,-0.527053740664536,-0.706235158326276,-0.08777635360271996\n2018-06-17 00:00:00,-0.5215455980998576,-0.7016917025720143,-0.0983304356386446\n2018-06-17 01:00:00,-0.5183293338416438,-0.6995432062172312,-0.10420510801734065\n2018-06-17 02:00:00,-0.515471566295079,-0.690371843425563,-0.11657330487314174\n2018-06-17 03:00:00,-0.5136418978711838,-0.6852480438927941,-0.1240342419371957\n2018-06-17 04:00:00,-0.5131742529237879,-0.67989596056831,-0.13019896481535237\n2018-06-17 05:00:00,-0.5162314762028808,-0.675124195547279,-0.13219465143305764\n2018-06-17 06:00:00,-0.5162910201720872,-0.6744998315931747,-0.13305605082872923\n2018-06-17 07:00:00,-0.5138071332406193,-0.6770599756498424,-0.13321395791957044\n2018-06-17 08:00:00,-0.5149038827198341,-0.6747658326501688,-0.13448399619026588\n2018-06-17 09:00:00,-0.5128199725418338,-0.677646620897439,-0.13357601490754187\n2018-06-17 10:00:00,-0.5131304706167266,-0.6739164916192432,-0.13669230581983674\n2018-06-17 11:00:00,-0.512263116299008,-0.6765304669312985,-0.13470597414642724\n2018-06-17 12:00:00,-0.5152466971291813,-0.6774716311353741,-0.13077125628671038\n2018-06-17 13:00:00,-0.5215381365228466,-0.6816594127103895,-0.12001959924221837\n2018-06-17 14:00:00,-0.529801015410095,-0.6842495577668325,-0.10910416008599147\n2018-06-17 15:00:00,-0.5431457625946526,-0.6741149142018044,-0.10606336958767369\n2018-06-17 16:00:00,-0.5539131955949067,-0.6664675795203567,-0.10324419935975411\n2018-06-17 17:00:00,-0.5621331047359563,-0.6598623277509572,-0.10211985113134603\n2018-06-17 18:00:00,-0.5690615817519213,-0.6576076007868024,-0.0981310296896728\n2018-06-17 19:00:00,-0.5732323132584615,-0.6501998289589929,-0.10181204552430319\n2018-06-17 20:00:00,-0.5793342417634321,-0.6506112371269823,-0.09541348660510786\n2018-06-17 21:00:00,-0.5867417130816498,-0.6455554288746477,-0.09315204962972652\n2018-06-17 22:00:00,-0.5931675068807902,-0.6364354775078545,-0.09597899614913286\n2018-06-17 23:00:00,-0.5960941405296334,-0.6454687464303945,-0.08394979621130637\n2018-06-18 00:00:00,-0.5997074543141288,-0.646043784850888,-0.07924235218106117\n2018-06-18 01:00:00,-0.6074239422072385,-0.6478102434318668,-0.06883756026910913\n2018-06-18 02:00:00,-0.6075245782076756,-0.6453259202897275,-0.07051005243460552\n2018-06-18 03:00:00,-0.6072271536152476,-0.6517240203777331,-0.06379028940059416\n2018-06-18 04:00:00,-0.6123634408712751,-0.6548259070294313,-0.054739404116673836\n2018-06-18 05:00:00,-0.6184172272010361,-0.6526730142786301,-0.05088362480275934\n2018-06-18 06:00:00,-0.6248096821608174,-0.6565624992054104,-0.041107742317665466\n2018-06-18 07:00:00,-0.6265591389372933,-0.6635107943893132,-0.03182423743939565\n2018-06-18 08:00:00,-0.6242282704031529,-0.670541360574199,-0.026762986315243948\n2018-06-18 09:00:00,-0.6223805937377531,-0.6806608349326498,-0.017900818116578877\n2018-06-18 10:00:00,-0.6295608319029599,-0.6770522332961073,-0.01330278525979034\n2018-06-18 11:00:00,-0.624710156836968,-0.6812344457145241,-0.013681510966726903\n2018-06-18 12:00:00,-0.6223831953694023,-0.6925206304826995,-0.003547844453936123\n2018-06-18 13:00:00,-0.621055759420549,-0.6913105841185453,0.0050801620028158275\n2018-06-18 14:00:00,-0.6138494945489333,-0.6871648512337851,0.016027580989870695\n2018-06-18 15:00:00,-0.6219136137175031,-0.6882770973894832,0.006242819582165944\n2018-06-18 16:00:00,-0.6203881559343656,-0.6876914143475811,0.008136626127996541\n2018-06-18 17:00:00,-0.6170321950750477,-0.690562594250392,0.008889666907325148\n2018-06-18 18:00:00,-0.6066455301175671,-0.6852655648023914,0.02489421880217192\n2018-06-18 19:00:00,-0.5962190513987039,-0.6868007948665724,0.03432953643534186\n2018-06-18 20:00:00,-0.5853713817545014,-0.6771302384314815,0.055342116823321484\n2018-06-18 21:00:00,-0.5695986074068156,-0.6709952317159266,0.07708089388721176\n2018-06-18 22:00:00,-0.5665995932961742,-0.6567480380249953,0.09369863855302252\n2018-06-18 23:00:00,-0.5674086460345623,-0.6448709661389871,0.10520355847056534\n2018-06-19 00:00:00,-0.5700301681386449,-0.6444875927352619,0.10297091541513774\n2018-06-19 01:00:00,-0.5621437077117076,-0.646450467591059,0.10875812618596147\n2018-06-19 02:00:00,-0.5428827765091003,-0.6521737057063067,0.1217312503895849\n2018-06-19 03:00:00,-0.5373538982086878,-0.6445822776483464,0.13403496904453635\n2018-06-19 04:00:00,-0.5348813484296225,-0.6424453493956768,0.13880654265401718\n2018-06-19 05:00:00,-0.5315177504073986,-0.6344814886157412,0.1503223642912804\n2018-06-19 06:00:00,-0.5301952020810925,-0.634331733726495,0.1518458147098533\n2018-06-19 07:00:00,-0.5206579171293214,-0.6290880808038943,0.1660100994667816\n2018-06-19 08:00:00,-0.5234705749343811,-0.6169328134881586,0.1749463185999127\n2018-06-19 09:00:00,-0.5240731881985812,-0.6064227291541492,0.18469317940933264\n2018-06-19 10:00:00,-0.5289935404794142,-0.5961869374826207,0.19011883624038162\n2018-06-19 11:00:00,-0.5271196055092514,-0.5819416978344466,0.20705222804749324\n2018-06-19 12:00:00,-0.5296744581051248,-0.579870832316771,0.20615737622068245\n2018-06-19 13:00:00,-0.5268965001906352,-0.5799906266027726,0.20888263355066988\n2018-06-19 14:00:00,-0.5237380393112115,-0.5768689718416465,0.2147996083361272\n2018-06-19 15:00:00,-0.5213216934281791,-0.5728720918122622,0.2212763410889912\n2018-06-19 16:00:00,-0.5109776885562257,-0.5776412377083945,0.2268838504314609\n2018-06-19 17:00:00,-0.5103455717804088,-0.5761820362341428,0.22893099967665753\n2018-06-19 18:00:00,-0.5126492825926556,-0.5765195156218611,0.22634246896544807\n2018-06-19 19:00:00,-0.5039822585825795,-0.5825757458076296,0.2290958337505463\n2018-06-19 20:00:00,-0.5028711548240201,-0.5865342449283188,0.22549255961456394\n2018-06-19 21:00:00,-0.49488093614074724,-0.5885860435597765,0.23139726244553552\n2018-06-19 22:00:00,-0.49629509640434943,-0.5841629311027866,0.23370154913230054\n2018-06-19 23:00:00,-0.4964521779395906,-0.5868133052597874,0.23063524489640427\n2018-06-20 00:00:00,-0.4892187819846168,-0.5801350458622823,0.24392564317188253\n2018-06-20 01:00:00,-0.4829880091563539,-0.5744919736084666,0.2551572584935138\n2018-06-20 02:00:00,-0.47761496824515726,-0.5691150630835988,0.2655991570611072\n2018-06-20 03:00:00,-0.4873617700849745,-0.5678117272055216,0.2564340032278268\n2018-06-20 04:00:00,-0.4895785283337998,-0.5682834183874849,0.25434514548225357\n2018-06-20 05:00:00,-0.4953260119983861,-0.5705233807824378,0.24666619796619435\n2018-06-20 06:00:00,-0.48552440779928613,-0.5745209038129186,0.2520697938284419\n2018-06-20 07:00:00,-0.49031586139342864,-0.5752020810038142,0.24639768202294773\n2018-06-20 08:00:00,-0.4867298201213738,-0.5765098171467956,0.24875450994398798\n2018-06-20 09:00:00,-0.4862020657468928,-0.5711395694200033,0.25400445769160684\n2018-06-20 10:00:00,-0.4783291861353844,-0.5645984344485588,0.26809013616042204\n2018-06-20 11:00:00,-0.48099329752226083,-0.5598661899203323,0.2704898817683411\n2018-06-20 12:00:00,-0.4810202444004214,-0.5552129160919685,0.2753360182393659\n2018-06-20 13:00:00,-0.4990141997397804,-0.5564643782181468,0.25661632094618025\n2018-06-20 14:00:00,-0.508471374638579,-0.5633431155018438,0.24071222458500574\n2018-06-20 15:00:00,-0.5237909532475357,-0.6578322389132649,0.13814507047344876\n2018-06-20 16:00:00,-0.5253904268452304,-0.6859406287557868,0.10813316779809785\n2018-06-20 17:00:00,-0.5197823992965848,-0.7010622121617213,0.09856725543157183\n2018-06-20 18:00:00,-0.5112041332779843,-0.7134193827291704,0.0946819146352704\n2018-06-20 19:00:00,-0.49399721233603716,-0.727281889091875,0.09808320962782237\n2018-06-20 20:00:00,-0.4649221297546302,-0.7340016312318975,0.11980970610341445\n2018-06-20 21:00:00,-0.44492483042172554,-0.7340047024287043,0.13930741925437784\n2018-06-20 22:00:00,-0.4370998254892109,-0.7326067278847075,0.14837577132678956\n2018-06-20 23:00:00,-0.43384330894421497,-0.7352400479369673,0.14867090679346476\n2018-06-21 00:00:00,-0.42244264263689435,-0.7490843070858886,0.14605265469118547\n2018-06-21 01:00:00,-0.4145303015084522,-0.7653066433074176,0.13760155153431852\n2018-06-21 02:00:00,-0.40232041160584203,-0.777823119642592,0.13659363707110153\n2018-06-21 03:00:00,-0.3741240298196938,-0.778254758878605,0.1636692519227398\n2018-06-21 04:00:00,-0.353980809518306,-0.7668594519272224,0.19447588525874163\n2018-06-21 05:00:00,-0.3331986740355097,-0.7622111989653,0.21902071185538405\n2018-06-21 06:00:00,-0.32117098606399325,-0.7594675759130689,0.23304238286561457\n2018-06-21 07:00:00,-0.28826853538661545,-0.7619396854943902,0.26349201157316077\n2018-06-21 08:00:00,-0.29009137328543516,-0.7527048458652932,0.27045002912135346\n2018-06-21 09:00:00,-0.27908466810124005,-0.7507292774132714,0.28290784603259034\n2018-06-21 10:00:00,-0.2786715154975376,-0.7488259101023761,0.2849752397054903\n2018-06-21 11:00:00,-0.25485722709606073,-0.7555046072700853,0.30148071877527466\n2018-06-21 12:00:00,-0.21496608299554573,-0.7712773765645553,0.325177776059437\n2018-06-21 13:00:00,-0.19037068830978482,-0.7647414215940401,0.35482993247819794\n2018-06-21 14:00:00,-0.17753245133929546,-0.7561615365320871,0.3759122789056692\n2018-06-21 15:00:00,-0.18683217020810997,-0.7454535980707189,0.3769516506193496\n2018-06-21 16:00:00,-0.17137599096272296,-0.7487577075536443,0.3892245373761284\n2018-06-21 17:00:00,-0.17747487465818684,-0.7460681577370472,0.38567928055371264\n2018-06-21 18:00:00,-0.15432387689218538,-0.7531980756690606,0.4008840208222248\n2018-06-21 19:00:00,-0.1292954011915842,-0.7561962396725995,0.42176163191510957\n2018-06-21 20:00:00,-0.10240411330602954,-0.7487045561564039,0.45494382074359624\n2018-06-21 21:00:00,-0.07189850781910465,-0.7419996891443084,0.49109035325896416\n2018-06-21 22:00:00,-0.012092450383713281,-0.7447575610954591,0.5469757359692363\n2018-06-21 23:00:00,0.014562141172172574,-0.7235050570611976,0.5645711786840348\n2018-06-22 00:00:00,0.03169657865749532,-0.6948663856439665,0.5751008885706841\n2018-06-22 01:00:00,0.05258742482325516,-0.6588952997489881,0.5896956977181418\n2018-06-22 02:00:00,0.0798213464150778,-0.6274446367044203,0.5935267489658197\n2018-06-22 03:00:00,0.0893097313958785,-0.6061101717615073,0.6046747394146826\n2018-06-22 04:00:00,0.08731999766445012,-0.6020228373522738,0.6098714111364806\n2018-06-22 05:00:00,0.12305092194229857,-0.575836169651294,0.5997715752443841\n2018-06-22 06:00:00,0.14522053169285334,-0.5522109275449628,0.6009496496563753\n2018-06-22 07:00:00,0.15259785499407866,-0.5442278556897913,0.6010608378079667\n2018-06-22 08:00:00,0.1838003224370329,-0.5180795808323787,0.5957442531825242\n2018-06-22 09:00:00,0.2371956791731182,-0.4781928557804858,0.582031394791154\n2018-06-22 10:00:00,0.2500436017921874,-0.4653241950767523,0.5824247363127311\n2018-06-22 11:00:00,0.2509691159628904,-0.4584865228212635,0.5884499414450428\n2018-06-22 12:00:00,0.718170061592245,0.13737574783993467,0.4372294471784531\n2018-06-22 13:00:00,0.6655953453845449,0.14964352219500476,0.48014638526777764\n2018-06-22 14:00:00,0.6599974904983443,0.15677408988860422,0.478449046380556\n2018-06-22 15:00:00,0.6627436670767439,0.1589620185748966,0.47299392967227927\n2018-06-22 16:00:00,0.6564877263880364,0.16980499271228397,0.4684120625687443\n2018-06-22 17:00:00,0.6564280311172198,0.1735522807989437,0.46507472608390193\n2018-06-22 18:00:00,0.6511169734673612,0.1735534644488364,0.47016582939152596\n2018-06-22 19:00:00,0.6463361034784403,0.18120372797276318,0.46690337663596226\n2018-06-22 20:00:00,0.6469091002536147,0.18341440109027193,0.46402481621192027\n2018-06-22 21:00:00,0.6440409373355416,0.1849398772187427,0.4647518199580882\n2018-06-22 22:00:00,0.6460651569075675,0.18271075172610066,0.46477890851402764\n2018-06-22 23:00:00,0.6486125044689455,0.18294962099997303,0.461736231571235\n2018-06-23 00:00:00,0.6481618988466005,0.18477647388773397,0.4604827568785535\n2018-06-23 01:00:00,0.6458309426634916,0.18592280244650936,0.4616176458415304\n2018-06-23 02:00:00,0.6458826228074505,0.1800991540765832,0.4676815009245323\n2018-06-23 03:00:00,0.6492655115298888,0.18208803199201062,0.46241319065370506\n2018-06-23 04:00:00,0.6505023452376409,0.18395509359004308,0.45940166553658096\n2018-06-23 05:00:00,0.6516006731070758,0.17742893947756327,0.4651867212819511\n2018-06-23 06:00:00,0.6514311178313477,0.17720337896469116,0.4659696380190147\n2018-06-23 07:00:00,0.6514857181134257,0.1803876760924905,0.4627842940549365\n2018-06-23 08:00:00,0.6490753469354253,0.1839452289528574,0.46124164448547395\n2018-06-23 09:00:00,0.6479770563090109,0.1821411700091162,0.46397159859450204\n2018-06-23 10:00:00,0.6497352462054817,0.1844133618512317,0.4597688232127798\n2018-06-23 11:00:00,0.6505820822071533,0.18677329869205275,0.4564737056022803\n2018-06-23 12:00:00,0.6545949654773622,0.18142319538530602,0.4578320778174896\n2018-06-23 13:00:00,0.6561437595098619,0.18282434837276892,0.45517618860185416\n2018-06-23 14:00:00,0.658478514096504,0.1827699271613295,0.4528236727011265\n2018-06-23 15:00:00,0.6625299767503536,0.18434068363215098,0.44723041466293456\n2018-06-23 16:00:00,0.663236532293048,0.18810091875368706,0.44282017155352543\n2018-06-23 17:00:00,0.6672202093507246,0.18623581369000655,0.4407544296152072\n2018-06-23 18:00:00,0.6729369869562466,0.186830808991814,0.43508930807979534\n2018-06-23 19:00:00,0.6766373752729904,0.18606108266959515,0.43223887600653177\n2018-06-23 20:00:00,0.6817362318059719,0.18511757514149868,0.42791968421100285\n2018-06-23 21:00:00,0.6855351817123844,0.18957454993264078,0.4194151732532077\n2018-06-23 22:00:00,0.6891547265734989,0.1918009272291428,0.41362007708691184\n2018-06-23 23:00:00,0.6912829263713347,0.1911133501513248,0.41206619482930096\n2018-06-24 00:00:00,0.6947567533548551,0.18431854877481402,0.4151826735795598\n2018-06-24 01:00:00,0.6956076636030603,0.18663176838633994,0.41172667630039755\n2018-06-24 02:00:00,0.6969369658687412,0.18963758321666419,0.40713018227427433\n2018-06-24 03:00:00,0.6992872247801336,0.18974036987195972,0.40448980882515356\n2018-06-24 04:00:00,0.6986206167146174,0.19258044780431888,0.4021243351096879\n2018-06-24 05:00:00,0.6972921047589269,0.19291569691166047,0.4032729585839326\n2018-06-24 06:00:00,0.6983610713400956,0.19596828331616975,0.3990670804550018\n2018-06-24 07:00:00,0.6960547483815412,0.20113409118463813,0.3959440611885375\n2018-06-24 08:00:00,0.6937083326884503,0.13020095948386337,0.46460848053670567\n2018-06-24 09:00:00,0.6886367943329367,0.13645483968577152,0.46241283232917535\n2018-06-24 10:00:00,0.6860831338332781,0.1373900842453268,0.4642963531041389\n2018-06-24 11:00:00,0.6850416033671836,0.1325644011049155,0.4702188784754427\n2018-06-24 12:00:00,0.6815054238351157,0.13146660877926755,0.4750574997378845\n2018-06-24 13:00:00,0.6836000123498992,0.12499711364817473,0.47931856483408986\n2018-06-24 14:00:00,0.6789207279569157,0.12941786656109153,0.4788909899313595\n2018-06-24 15:00:00,0.6766027628145921,0.12856738836466983,0.4819595286833259\n2018-06-24 16:00:00,0.6722624945424791,0.12914179567819803,0.4859953664431708\n2018-06-24 17:00:00,0.6708303197682223,0.1299552611850397,0.4872111342754929\n2018-06-24 18:00:00,0.671961590001656,0.12866042225656638,0.4873323624180696\n2018-06-24 19:00:00,0.6698979532026709,0.13355342915814183,0.48464596263839776\n2018-06-24 20:00:00,0.6668080363332828,0.13782110985526375,0.4838065771693487\n2018-06-24 21:00:00,0.6639220041258358,0.13830796529038947,0.48692750172258514\n2018-06-24 22:00:00,0.6615326467223465,0.14072340037958148,0.4878939013219025\n2018-06-24 23:00:00,0.6611324546317469,0.1402356418007585,0.48947836210203194\n2018-06-25 00:00:00,0.6618512451612354,0.13758028039429523,0.4923780456185702\n2018-06-25 01:00:00,0.6600209521951635,0.14130440830075439,0.49132249253876314\n2018-06-25 02:00:00,0.6593599575919649,0.1365369736009487,0.49799971029961515\n2018-06-25 03:00:00,0.661530958190114,0.13708539341169437,0.49603956441258357\n2018-06-25 04:00:00,0.6656291906457721,0.1328170184750011,0.49646894108711925\n2018-06-25 05:00:00,0.6663505472983727,0.13355754867771819,0.49521046739543684\n2018-06-25 06:00:00,0.6640961301227857,0.13291463460786093,0.4979812560713955\n2018-06-25 07:00:00,0.663147782972554,0.1381086494839546,0.493573852950391\n2018-06-25 08:00:00,0.6610913423547895,0.13581905213243675,0.49758841712751556\n2018-06-25 09:00:00,0.6600473462279076,0.13374949946523385,0.500739193435272\n2018-06-25 10:00:00,0.6644497021257887,0.13377290052569094,0.495958002250652\n2018-06-25 11:00:00,0.6623289776685685,0.13530919281395495,0.49630180736846263\n2018-06-25 12:00:00,0.6683819956546707,0.1288640727361732,0.49646859667582544\n2018-06-25 13:00:00,0.6678637164821575,0.1323737633493488,0.492872372102833\n2018-06-25 14:00:00,0.6685452838518762,0.13530601079786553,0.48838379359771045\n2018-06-25 15:00:00,0.6699730974855825,0.13554094088498075,0.4861538836226068\n2018-06-25 16:00:00,0.6682231092056924,0.1346460560485514,0.48852709259518273\n2018-06-25 17:00:00,0.666444627754823,0.13698838110952033,0.48766133023097774\n2018-06-25 18:00:00,0.6660933979896609,0.13350875026479092,0.49134267336112\n2018-06-25 19:00:00,0.6682393114930014,0.12525173553217975,0.4972251403535165\n2018-06-25 20:00:00,0.668172958236086,0.11832157458152762,0.503796089422276\n2018-06-25 21:00:00,0.67327536408667,0.10863090173638622,0.5078279758571173\n2018-06-25 22:00:00,0.6723685172990366,0.11120712611052389,0.5063575570175378\n2018-06-25 23:00:00,0.6713539482673798,0.11389009452124862,0.5050137587995609\n2018-06-26 00:00:00,0.6712136502335593,0.11631121443933372,0.5022731915473813\n2018-06-26 01:00:00,0.6687760277697368,0.11947990957765292,0.5010542291225447\n2018-06-26 02:00:00,0.6700845734798029,0.12184406097659314,0.49682189694678147\n2018-06-26 03:00:00,0.6703700994327328,0.12044970362455908,0.49761603177481484\n2018-06-26 04:00:00,0.6694025658924407,0.12675578563201345,0.4916006671633901\n2018-06-26 05:00:00,0.6715345909508712,0.1286994409305172,0.4864453253643228\n2018-06-26 06:00:00,0.6725102537019476,0.12592707240602574,0.48747467623425067\n2018-06-26 07:00:00,0.6719353597024482,0.12051154899997735,0.4927359152755144\n2018-06-26 08:00:00,0.6730642774259475,0.12187475200951961,0.4896231836683271\n2018-06-26 09:00:00,0.6735357214085581,0.12388279231119355,0.4864306843469999\n2018-06-26 10:00:00,0.6738646557104813,0.122254373085728,0.4875769032976842\n2018-06-26 11:00:00,0.6723698028984608,0.1181538299448589,0.4930692711492209\n2018-06-26 12:00:00,0.678915475597406,0.11115929079935537,0.49317649291212545\n2018-06-26 13:00:00,0.6857757329655556,0.0990851876627667,0.49752561525687977\n2018-06-26 14:00:00,0.690767276034104,0.08780975159681369,0.5033182239362349\n2018-06-26 15:00:00,0.6888161036100671,0.09386309413261186,0.49900418594979024\n2018-06-26 16:00:00,0.6899639124530993,0.0832635668782132,0.5086590707456513\n2018-06-26 17:00:00,0.6882359414574887,0.08279500575904578,0.5109027708586787\n2018-06-26 18:00:00,0.6872809520770863,0.08524420724088959,0.50948171661997\n2018-06-26 19:00:00,0.694006222160278,0.07494722209378411,0.5126103679310949\n2018-06-26 20:00:00,0.6968441419826692,0.06554063306125393,0.5189708044275978\n2018-06-26 21:00:00,0.6973182674343452,0.06598128298892386,0.5173799668117893\n2018-06-26 22:00:00,0.6958293323387348,0.07194591248831197,0.5122770015383683\n2018-06-26 23:00:00,0.6957554027033985,0.07687706089438603,0.5068294701785273\n2018-06-27 00:00:00,0.6950599689047203,0.07056299207946667,0.5136780075226286\n2018-06-27 01:00:00,0.6952247494100301,0.06521852403968985,0.5187024310470862\n2018-06-27 02:00:00,0.6927051598093373,0.058771533111386685,0.5279573147383643\n2018-06-27 03:00:00,0.6946927678838226,0.055326871008451635,0.5296924959678808\n2018-06-27 04:00:00,0.6968995398013876,0.051322522950114836,0.5317871360032\n2018-06-27 05:00:00,0.6981679925274807,0.048419177647462903,0.5339111435714535\n2018-06-27 06:00:00,0.6973298471157764,0.04705652334185367,0.5363453196103121\n2018-06-27 07:00:00,0.6936251572362405,0.055420150673392315,0.5312865657467576\n2018-06-27 08:00:00,0.6920350927647025,0.06141363973745865,0.5269851508508856\n2018-06-27 09:00:00,0.6925462257626167,0.05480651700406347,0.5332558934162482\n2018-06-27 10:00:00,0.6914599738584188,0.05103411760733635,0.538322718169263\n2018-06-27 11:00:00,0.6883591824629777,0.04774066412111066,0.5450071105931432\n2018-06-27 12:00:00,0.6879685305115686,0.04501420483986785,0.5482107611593204\n2018-06-27 13:00:00,0.6875772718362608,0.03818476894008071,0.5561760147791138\n2018-06-27 14:00:00,0.6912175429137576,0.025780896600666993,0.5651072835884733\n2018-06-27 15:00:00,0.68819745213423,0.028481498721006342,0.565610861492813\n2018-06-27 16:00:00,0.6854291017275881,0.031150415978867675,0.5657671370975028\n2018-06-27 17:00:00,0.6809569463827981,0.04177014341233893,0.5602092936846776\n2018-06-27 18:00:00,0.6804025108928318,0.041585349678714065,0.5613611793264011\n2018-06-27 19:00:00,0.679856018031629,0.0432255356142714,0.5605955248775373\n2018-06-27 20:00:00,0.670545733065541,0.04478850528530679,0.5687844691169389\n2018-06-27 21:00:00,0.6684355011349622,0.04537827456443942,0.5708230442477192\n2018-06-27 22:00:00,0.6667576562767578,0.04633584073509059,0.5720878844947503\n2018-06-27 23:00:00,0.6646556412929843,0.028443875481714384,0.5928026218278227\n2018-06-28 00:00:00,0.6615529060194468,0.01824871431794584,0.6063891550056014\n2018-06-28 01:00:00,0.664075652095421,0.005216291504980417,0.6173393264724912\n2018-06-28 02:00:00,0.6648842683407632,0.006645602809208775,0.6154188194484171\n2018-06-28 03:00:00,0.6650178178563271,0.004602759673595244,0.6173258813931364\n2018-06-28 04:00:00,0.6633095836605251,0.004472051466723421,0.6192470507614098\n2018-06-28 05:00:00,0.6619064267797395,0.018310203833470647,0.6065855946007859\n2018-06-28 06:00:00,0.6571820978929025,0.029329704250797506,0.6002517867954444\n2018-06-28 07:00:00,0.6563993783259355,0.03299218915197496,0.5972529858126576\n2018-06-28 08:00:00,0.6583125245633685,0.04143520429544929,0.5862430798692039\n2018-06-28 09:00:00,0.6570024075067381,0.03657816223005758,0.5918601654498712\n2018-06-28 10:00:00,0.6546365039109608,0.023189725373838385,0.607792597108562\n2018-06-28 11:00:00,0.655919075920009,0.013732279913138573,0.6152700223457466\n2018-06-28 12:00:00,0.6615126939091079,0.01399923871847232,0.6092937391918628\n2018-06-28 13:00:00,0.6623446109061343,0.005549478229360832,0.6170760786375419\n2018-06-28 14:00:00,0.6683023485129536,-0.0010570241050848227,0.614866169607109\n2018-06-28 15:00:00,0.6688383922172355,-0.002020615977147345,0.6129570963547846\n2018-06-28 16:00:00,0.6668535385181614,-0.00038841550386899284,0.6166212597593677\n2018-06-28 17:00:00,0.667918568066943,0.004423998234387392,0.6115778575706565\n2018-06-28 18:00:00,0.6679066971816638,0.011842569648578717,0.603832434988518\n2018-06-28 19:00:00,0.668710647417984,0.01803716992122823,0.5967799676405936\n2018-06-28 20:00:00,0.6657859363577524,0.017640634637766738,0.6001918691785368\n2018-06-28 21:00:00,0.6633216771244987,0.03793988959421677,0.58189782815811\n2018-06-28 22:00:00,0.6639498086287833,0.036954686189319935,0.5827225786546307\n2018-06-28 23:00:00,0.6676332404752036,0.047451141647455654,0.5686313310646058\n2018-06-29 00:00:00,0.6635941600517635,0.05508602410116501,0.5653065433585532\n2018-06-29 01:00:00,0.6678852896353542,0.05639354318119895,0.5598225714430403\n2018-06-29 02:00:00,0.6728489757601833,0.06104173878369909,0.550253447325311\n2018-06-29 03:00:00,0.6722264699352176,0.07655432590864007,0.535572558415875\n2018-06-29 04:00:00,0.6712462049136679,0.08250303934822262,0.5312382261836155\n2018-06-29 05:00:00,0.3046989888681006,-0.3849823198613487,0.6110522520678034\n2018-06-29 06:00:00,0.35400134785618614,-0.39657887253869356,0.5480301223982386\n2018-06-29 07:00:00,0.3523178781329465,-0.4080535296213458,0.5386842841674999\n2018-06-29 08:00:00,0.3494000482344378,-0.414050897559945,0.5363255325901527\n2018-06-29 09:00:00,0.34189473800993014,-0.432699138158215,0.5253617882258377\n2018-06-29 10:00:00,0.34036655984801295,-0.43876372464369146,0.5210853896932542\n2018-06-29 11:00:00,0.3295692943127409,-0.4430569239910859,0.5282989529405812\n2018-06-29 12:00:00,0.31545764969447987,-0.4592233062336809,0.5267151649119796\n2018-06-29 13:00:00,0.3165823872601462,-0.467670700808858,0.5178228774405613\n2018-06-29 14:00:00,0.3230882535799243,-0.460859872135279,0.5188381906695125\n2018-06-29 15:00:00,0.31696596938090094,-0.46832437920192466,0.5180703778779719\n2018-06-29 16:00:00,0.3203717407621434,-0.4724686508038115,0.5106425181972253\n2018-06-29 17:00:00,0.3170279355301912,-0.48610696368116607,0.5003720603821346\n2018-06-29 18:00:00,0.3298639238222373,-0.48550572778150797,0.48823496011504075\n2018-06-29 19:00:00,0.3251476930104128,-0.5010808166950311,0.4777288437040028\n2018-06-29 20:00:00,0.33404390016409896,-0.4948619704117309,0.47541399318003286\n2018-06-29 21:00:00,0.3409565299262222,-0.48593103865128223,0.4780804170265933\n2018-06-29 22:00:00,0.320426326712756,-0.5101163681096004,0.47522898525745216\n2018-06-29 23:00:00,0.3173379548996927,-0.5229741085970202,0.46515542386059533\n2018-06-30 00:00:00,0.31337063598045484,-0.5419419068669008,0.4501337950517035\n2018-06-30 01:00:00,0.29935716560342085,-0.5745129925117533,0.43176393436230254\n2018-06-30 02:00:00,0.3062958913960389,-0.5784261006627759,0.4210520289653554\n2018-06-30 03:00:00,0.2914065789382519,-0.6036252379439543,0.41069055807741184\n2018-06-30 04:00:00,0.2974116379694729,-0.6089311624846167,0.39939452493699334\n2018-06-30 05:00:00,0.31612197564561795,-0.5959294734826976,0.39363570623949107\n2018-06-30 06:00:00,0.33953693152056036,-0.5715032661882828,0.3946671433044369\n2018-06-30 07:00:00,0.3540532712325582,-0.5565497509409547,0.39528648412530637\n2018-06-30 08:00:00,0.3753450514936245,-0.5253411578568187,0.40510547388543783\n2018-06-30 09:00:00,0.3891754979777477,-0.5088804389922807,0.40751983660548785\n2018-06-30 10:00:00,0.4121917239289062,-0.48342832202624975,0.40942723495347094\n2018-06-30 11:00:00,0.42424917959336444,-0.46827667110229193,0.4126469844955739\n2018-06-30 12:00:00,0.43171881204137,-0.45501825973435195,0.41852714109895395\n2018-06-30 13:00:00,0.44307222163907095,-0.43909587493086805,0.4236671257485936\n2018-06-30 14:00:00,0.4485604770538669,-0.43139989508830107,0.4270244227440661\n2018-06-30 15:00:00,0.45851565761571456,-0.41993109958525215,0.4289012470447879\n2018-06-30 16:00:00,0.4671928715155336,-0.41004240919669643,0.43002604338446065\n2018-06-30 17:00:00,0.4810170725972246,-0.3942526476805682,0.4321120714849379\n2018-06-30 18:00:00,0.496657460389009,-0.37729043516860905,0.4338560820637212\n2018-06-30 19:00:00,0.4958994078138668,-0.37131942667871676,0.44016397709995503\n2018-06-30 20:00:00,0.4992032662280797,-0.3683137264063823,0.4390051444333915\n2018-06-30 21:00:00,0.5182594878971414,-0.34635939982243985,0.4413825077652305\n2018-06-30 22:00:00,0.5184285518629721,-0.34898460845186796,0.43804613793457814\n2018-06-30 23:00:00,0.5301955298563705,-0.341214333652326,0.4340232983067061\n2018-07-01 00:00:00,0.521876490870144,-0.354853130055546,0.428624076081843\n2018-07-01 01:00:00,0.5304728824422028,-0.34971558536181996,0.4254703978937806\n2018-07-01 02:00:00,0.5330725348787577,-0.3473354093339468,0.42506211867925336\n2018-07-01 03:00:00,0.5396057480289461,-0.3442995699827324,0.42102464639322057\n2018-07-01 04:00:00,0.5520344452899776,-0.3344084723216309,0.41783270781261067\n2018-07-01 05:00:00,0.5707153303690559,-0.3179554194252634,0.4157834299819517\n2018-07-01 06:00:00,0.5569744432543853,-0.3339152113514847,0.4138134693769358\n2018-07-01 07:00:00,0.5578149900721907,-0.3397180928910778,0.40794274723689117\n2018-07-01 08:00:00,0.5638187829404622,-0.34134237425671266,0.4010033952297388\n2018-07-01 09:00:00,0.576151513911405,-0.3298626176427759,0.40038506011380975\n2018-07-01 10:00:00,0.5825785577392225,-0.31962539089603004,0.40435460012821495\n2018-07-01 11:00:00,0.6091189952590912,-0.29163961228952995,0.4059384131815894\n2018-07-01 12:00:00,0.6344926029147369,-0.26452980162038303,0.4078222190559017\n2018-07-01 13:00:00,0.6366735048871914,-0.2594606529784528,0.41121803037906685\n2018-07-01 14:00:00,0.6503721456838399,-0.24958267921870983,0.4076762535620932\n2018-07-01 15:00:00,0.671066649882119,-0.22707745124509784,0.4095091223910904\n2018-07-01 16:00:00,0.683397276634149,-0.21184911931954575,0.41232193594190747\n2018-07-01 17:00:00,0.692847608192982,-0.20059914690694292,0.41442303108622797\n2018-07-01 18:00:00,0.7092055186243521,-0.18127187252256383,0.4172478842357212\n2018-07-01 19:00:00,0.7348255552050756,-0.15082579871033489,0.42160245385035094\n2018-07-01 20:00:00,0.7528135817881969,-0.1271996264241306,0.426497864294914\n2018-07-01 21:00:00,0.7681428048627625,-0.11135670345398774,0.42640708428659935\n2018-07-01 22:00:00,0.7971945841336361,-0.07882767848601475,0.4294704308550425\n2018-07-01 23:00:00,0.8116184219819008,-0.06005834545652578,0.43373841033585486\n2018-07-02 00:00:00,0.8152945307104006,-0.05580828961012785,0.43395287728519316\n2018-07-02 01:00:00,0.815109474746379,-0.05969006821051916,0.4303588752982555\n2018-07-02 02:00:00,0.8241794581604569,-0.04995346086732955,0.43086092290965\n2018-07-02 03:00:00,0.8232235531275088,-0.0521115924407614,0.4296257301768038\n2018-07-02 04:00:00,0.8206067192401654,-0.05387263866202652,0.4304328953775184\n2018-07-02 05:00:00,0.8233026755632372,-0.05360027518295521,0.42800248602624447\n2018-07-02 06:00:00,0.8204630784955944,-0.057914318122286125,0.4268811532864029\n2018-07-02 07:00:00,0.8202613736229251,-0.05575856928520716,0.4292446180629342\n2018-07-02 08:00:00,0.811384230424249,-0.063583472738181,0.4307093694084972\n2018-07-02 09:00:00,0.8054045051302737,-0.0706115213227063,0.4296467032194483\n2018-07-02 10:00:00,0.7965612358799578,-0.07620702687150606,0.4332446621247835\n2018-07-02 11:00:00,0.7910033268233331,-0.07892323722816252,0.43646279746431194\n2018-07-02 12:00:00,0.791210630764641,-0.07986114896739904,0.43584933759389316\n2018-07-02 13:00:00,0.7965301559618582,-0.07824620965038466,0.4317180149391755\n2018-07-02 14:00:00,0.7780081410368602,-0.09334988648539598,0.4359201742426537\n2018-07-02 15:00:00,0.7744669158931764,-0.10475492630573724,0.4283404022431363\n2018-07-02 16:00:00,0.7671186781188465,-0.11844475627750208,0.4219423217455569\n2018-07-02 17:00:00,0.7652839366573913,-0.1246842698572981,0.4175840391477807\n2018-07-02 18:00:00,0.7528876290972029,-0.14490523050588872,0.4097994264414877\n2018-07-02 19:00:00,0.7343037925831897,-0.17006861266010634,0.40352325505069214\n2018-07-02 20:00:00,0.7075623914110324,-0.20155487699470087,0.39918080468532346\n2018-07-02 21:00:00,0.675783367040115,-0.24033468068918862,0.39209527554264617\n2018-07-02 22:00:00,0.6623261780757635,-0.26529120310861104,0.3809657964988754\n2018-07-02 23:00:00,0.6283026197705303,-0.31168092078597176,0.3688581897654274\n2018-07-03 00:00:00,0.642985639067699,-0.3138445615792984,0.35201069433576054\n2018-07-03 01:00:00,0.6434347980831686,-0.3150623170323162,0.35090136948167905\n2018-07-03 02:00:00,0.6472928048529414,-0.31050909544877814,0.35148906881527897\n2018-07-03 03:00:00,0.6436739363865743,-0.31483878514686775,0.3511056709655694\n2018-07-03 04:00:00,0.660940622731431,-0.29180241580462574,0.35657805570233747\n2018-07-03 05:00:00,0.6633147899226144,-0.2896370809075131,0.35624433995592525\n2018-07-03 06:00:00,0.67934200791825,-0.2672879080830059,0.36238714073554706\n2018-07-03 07:00:00,0.6791720142813013,-0.2543375950380222,0.3757283778431933\n2018-07-03 08:00:00,0.6828110474459724,-0.24507705132642205,0.3816203851858162\n2018-07-03 09:00:00,0.6842394026241346,-0.2428270887619476,0.38264109672713575\n2018-07-03 10:00:00,0.6813932307273564,-0.24529454789333952,0.38309703684028584\n2018-07-03 11:00:00,0.6864824698462577,-0.23604438363233962,0.38705005718496766\n2018-07-03 12:00:00,0.7042664145686989,-0.21790852660102983,0.38736991948389776\n2018-07-03 13:00:00,0.7092644413499561,-0.21180270582407412,0.38811896059331075\n2018-07-03 14:00:00,0.703146933629652,-0.21006128473934543,0.3958288051017228\n2018-07-03 15:00:00,0.702856727047916,-0.21496275375727317,0.3914629543255898\n2018-07-03 16:00:00,0.7072403592735188,-0.2117030562244835,0.3903902598980308\n2018-07-03 17:00:00,0.7124413083651219,-0.2038862763772931,0.3934283330126223\n2018-07-03 18:00:00,0.7230089011696397,-0.1922640526003094,0.3951562497610652\n2018-07-03 19:00:00,0.7373596102245749,-0.17099012113705697,0.4020294174345475\n2018-07-03 20:00:00,0.7318015205322832,-0.1654332621245305,0.41270600682082464\n2018-07-03 21:00:00,0.7268535797919304,-0.16891266307208752,0.41363634908805247\n2018-07-03 22:00:00,0.7273285579987178,-0.16235096525432602,0.42006546557187396\n2018-07-03 23:00:00,0.7126765795124984,-0.17136706626140372,0.42567172937667513\n2018-07-04 00:00:00,0.7088493076386013,-0.172472675635874,0.42813347146322933\n2018-07-04 01:00:00,0.6941460095482496,-0.18062007682020623,0.43472896495802926\n2018-07-04 02:00:00,0.4309713416042831,-0.4381895484429486,0.43040966973010325\n2018-07-04 03:00:00,0.44169708234718613,-0.46624796508154387,0.39105077263632426\n2018-07-04 04:00:00,0.4320585258411719,-0.48656436406798115,0.3809632562475075\n2018-07-04 05:00:00,0.4245480486782884,-0.5012075152979684,0.3748915005344521\n2018-07-04 06:00:00,0.42269967599409924,-0.5106233977838154,0.36848498681370834\n2018-07-04 07:00:00,0.4287170088523401,-0.503411909701402,0.3694278951323557\n2018-07-04 08:00:00,0.42467194172887823,-0.5072917841401465,0.3692484015272539\n2018-07-04 09:00:00,0.42046120574309626,-0.5109570627398667,0.36955952074487813\n2018-07-04 10:00:00,0.42675109408408074,-0.5060788200874379,0.36852589987913015\n2018-07-04 11:00:00,0.43401878263103466,-0.49146838108446383,0.3759891175770431\n2018-07-04 12:00:00,0.4287767780178752,-0.4926772247094181,0.3807497544585676\n2018-07-04 13:00:00,0.43025430518930896,-0.48922123479325463,0.3829907592758735\n2018-07-04 14:00:00,0.432774266761264,-0.49202045628862073,0.3778607069264678\n2018-07-04 15:00:00,0.4340581135749523,-0.4927466283854462,0.3767235841882463\n2018-07-04 16:00:00,0.4495197789881885,-0.4786472290329014,0.3763936961056023\n2018-07-04 17:00:00,0.4440896805109929,-0.4829847750888984,0.37754710322797863\n2018-07-04 18:00:00,0.44960380395343325,-0.47946865018767204,0.37573533589525443\n2018-07-04 19:00:00,0.45256541326757105,-0.4723782682663872,0.37992647276577923\n2018-07-04 20:00:00,0.4431878750950652,-0.4815114202473954,0.3803101859135231\n2018-07-04 21:00:00,0.43783237155243987,-0.49523624641412217,0.37218961610814466\n2018-07-04 22:00:00,0.4337334154884813,-0.5066511134303664,0.3649779598794324\n2018-07-04 23:00:00,0.43332034778938966,-0.49952255463066336,0.37250358316906335\n2018-07-05 00:00:00,0.4350008603682296,-0.49916534678323665,0.37105450831238423\n2018-07-05 01:00:00,0.4412268928243283,-0.49683987524296713,0.367255536322418\n2018-07-05 02:00:00,0.4542157089814112,-0.489764118416645,0.3617264832759053\n2018-07-05 03:00:00,0.4631765682673426,-0.4757388118090865,0.36675515242663953\n2018-07-05 04:00:00,0.4659606523800338,-0.46825597298480454,0.3717729252573269\n2018-07-05 05:00:00,0.4711578340684394,-0.4576733418268651,0.3771845794719617\n2018-07-05 06:00:00,0.4790651581807064,-0.45002205320847477,0.37652337529891894\n2018-07-05 07:00:00,0.49337480311212023,-0.433198257954986,0.378134630798478\n2018-07-05 08:00:00,0.5058336629892183,-0.4229558465932624,0.3756963165598678\n2018-07-05 09:00:00,0.5183536718697032,-0.4095341615811302,0.3771122908761531\n2018-07-05 10:00:00,0.5240561947279093,-0.39927643236359517,0.38239008353313014\n2018-07-05 11:00:00,0.540618678766546,-0.38589555647007795,0.3791038788813813\n2018-07-05 12:00:00,0.5546313287126481,-0.38016102537556423,0.370956701762033\n2018-07-05 13:00:00,0.558418357790195,-0.38132496201047356,0.36650790604016187\n2018-07-05 14:00:00,0.5754390298028236,-0.36851476670375855,0.3624269100989222\n2018-07-05 15:00:00,0.5920382406057997,-0.3483139284799384,0.36620694585945757\n2018-07-05 16:00:00,0.608589300858119,-0.32435319354185427,0.37353578187293374\n2018-07-05 17:00:00,0.6179319601748536,-0.3088229562689971,0.3797704342648986\n2018-07-05 18:00:00,0.6234070783175224,-0.301616499104724,0.3814147744728986\n2018-07-05 19:00:00,0.6238656580471454,-0.3035390958388171,0.379088138568667\n2018-07-05 20:00:00,0.6391411206434483,-0.2893721587710289,0.3781534502786914\n2018-07-05 21:00:00,0.6528131768524993,-0.27070780394378435,0.38318688969032705\n2018-07-05 22:00:00,0.6638760268905672,-0.24959978207214367,0.39330931912575207\n2018-07-05 23:00:00,0.6700515251462194,-0.23392271057384878,0.4027346943269243\n2018-07-06 00:00:00,0.7042293685382595,-0.16921011540757563,0.4343327887516205\n2018-07-06 01:00:00,0.693138871938036,-0.1652091109307427,0.4495253957419989\n2018-07-06 02:00:00,0.6860042351167207,-0.16550594339378927,0.45640049569121366\n2018-07-06 03:00:00,0.6827028363502412,-0.1682420435694381,0.4569152301450085\n2018-07-06 04:00:00,0.6853378669427126,-0.1613913625909108,0.46109264235533226\n2018-07-06 05:00:00,0.6862328537589706,-0.159482463974233,0.46223506139195125\n2018-07-06 06:00:00,0.6935685582717828,-0.14807808820479507,0.4660976343879456\n2018-07-06 07:00:00,0.6947428776725039,-0.14388337823890146,0.4688176570949668\n2018-07-06 08:00:00,0.6946596088274946,-0.14374600555605105,0.4684456095584749\n2018-07-06 09:00:00,0.6868795913871198,-0.1483481342266181,0.47142706989241984\n2018-07-06 10:00:00,0.6841875125479713,-0.141324469663099,0.48043667342525975\n2018-07-06 11:00:00,0.6807894964571628,-0.13818742159012762,0.4863633689078161\n2018-07-06 12:00:00,0.674867946939535,-0.14045820527842307,0.4890701274068587\n2018-07-06 13:00:00,0.6691701093911779,-0.1451014346154218,0.48956972430427886\n2018-07-06 14:00:00,0.6637441803203146,-0.14835082416114231,0.49108748726956347\n2018-07-06 15:00:00,0.6689110428031098,-0.14133888817837592,0.4921572984930528\n2018-07-06 16:00:00,0.6642468521993063,-0.14984871950537731,0.48799530713490796\n2018-07-06 17:00:00,0.6756599593028911,-0.1383151408503964,0.48737434614460595\n2018-07-06 18:00:00,0.6610972242629016,-0.15148445164405838,0.48842175954417116\n2018-07-06 19:00:00,0.652209136512019,-0.1597499190379775,0.48860519214272236\n2018-07-06 20:00:00,0.6466968086933627,-0.16586737644772773,0.48759224290811387\n2018-07-06 21:00:00,0.653199494796311,-0.1623775253107287,0.48401550729528336\n2018-07-06 22:00:00,0.646626009318627,-0.17135687567080704,0.48106298810761\n2018-07-06 23:00:00,0.6425952110587912,-0.17855981078772654,0.4774119040537907\n2018-07-07 00:00:00,0.6526581743057597,-0.1683319661632558,0.4771626905347304\n2018-07-07 01:00:00,0.6615873606918636,-0.15602262901171615,0.47959586866839127\n2018-07-07 02:00:00,0.6592380916400746,-0.150777604271824,0.48730171456764326\n2018-07-07 03:00:00,0.6568230310084701,-0.14204468370821388,0.49797558869839387\n2018-07-07 04:00:00,0.665379723466948,-0.1268599233923032,0.5037213918556245\n2018-07-07 05:00:00,0.6786929869570044,-0.10624547037464183,0.5103410446084492\n2018-07-07 06:00:00,0.6822514824243541,-0.09657327601605567,0.5159403489904888\n2018-07-07 07:00:00,0.6938956089214723,-0.0821202161563206,0.519113822114545\n2018-07-07 08:00:00,0.6924306228310649,-0.0830369766131425,0.5198060211914142\n2018-07-07 09:00:00,0.7031726313110549,-0.07509532226579857,0.5173781414656049\n2018-07-07 10:00:00,0.7150558879677895,-0.06217144740160137,0.5182374443236124\n2018-07-07 11:00:00,0.6929474129554821,-0.0795289861517604,0.5233456915355139\n2018-07-07 12:00:00,0.6812033482143256,-0.0918230550164917,0.5230448002834851\n2018-07-07 13:00:00,0.6715628747528906,-0.10705574046847295,0.5173783598396016\n2018-07-07 14:00:00,0.6663744169959958,-0.11923838748594144,0.5104495361065828\n2018-07-07 15:00:00,0.659274138915636,-0.125866212014585,0.5108629240190192\n2018-07-07 16:00:00,0.6416830859998873,-0.14438060523972418,0.5101983750266824\n2018-07-07 17:00:00,0.6340768218100914,-0.15423408686739506,0.5077968345167508\n2018-07-07 18:00:00,0.619203724042059,-0.16955230232288876,0.5069738111270901\n2018-07-07 19:00:00,0.6099930145038627,-0.17502464842771587,0.5110468287936023\n2018-07-07 20:00:00,0.5893006599913498,-0.19295677246089374,0.5140592720038919\n2018-07-07 21:00:00,0.6020974082365477,-0.1831414485323127,0.5107291785293708\n2018-07-07 22:00:00,0.6037900567706609,-0.17497470510810328,0.5170312100485088\n2018-07-07 23:00:00,0.5703895601354845,-0.1997658816373078,0.5256769730047901\n2018-07-08 00:00:00,0.5593707960886001,-0.2104126170452486,0.5263063532623272\n2018-07-08 01:00:00,0.5483176831959075,-0.22914154649748458,0.5195107956870606\n2018-07-08 02:00:00,0.5268502332164494,-0.252846179974508,0.5178111975659051\n2018-07-08 03:00:00,0.5203570792142141,-0.26660325906026233,0.510444649917663\n2018-07-08 04:00:00,0.514736417430946,-0.2711633729802283,0.5118300201194939\n2018-07-08 05:00:00,0.49070953625248676,-0.2902639782886896,0.5171233708342816\n2018-07-08 06:00:00,0.47965863076351123,-0.2981274494128933,0.5204175923927646\n2018-07-08 07:00:00,0.4809964178144456,-0.29545098545077303,0.5214006772901725\n2018-07-08 08:00:00,0.4834654423347639,-0.28791315026158193,0.5262001759447047\n2018-07-08 09:00:00,0.4800275286457263,-0.289012454328567,0.5285736270229516\n2018-07-08 10:00:00,0.4731840045638203,-0.2882089334702443,0.5364900498037894\n2018-07-08 11:00:00,0.46229486000639086,-0.3029334511748733,0.5326151951788622\n2018-07-08 12:00:00,0.4604877770563339,-0.3032088702198344,0.5340544843817427\n2018-07-08 13:00:00,0.48120937653008006,-0.2786045596791709,0.5373567196122104\n2018-07-08 14:00:00,0.5012507060932457,-0.26035305159086647,0.5353053327238111\n2018-07-08 15:00:00,0.5106580254115407,-0.24251369171637482,0.5443505601978493\n2018-07-08 16:00:00,0.5047285925340167,-0.2469278852401935,0.5463853339740727\n2018-07-08 17:00:00,0.5159262344993519,-0.23239435672747205,0.5499911752159367\n2018-07-08 18:00:00,0.5369927850787133,-0.2088901101097227,0.552275407750367\n2018-07-08 19:00:00,0.5356648270167005,-0.20807171824897003,0.5538783312517985\n2018-07-08 20:00:00,0.546167486005422,-0.19559320196438137,0.5557157567242142\n2018-07-08 21:00:00,0.5029517971361295,-0.3049616912386476,0.4980902093324866\n2018-07-08 22:00:00,0.51566715941915,-0.316655666215271,0.473538587408422\n2018-07-08 23:00:00,0.5172669352460865,-0.30981468558519437,0.4792116047303525\n2018-07-09 00:00:00,0.5281901979965282,-0.29401171860268105,0.48492780528232016\n2018-07-09 01:00:00,0.5324664454859224,-0.2904744655146075,0.48412773281772314\n2018-07-09 02:00:00,0.535340061580218,-0.2886384339643113,0.4821293162238618\n2018-07-09 03:00:00,0.5366220826001343,-0.2884827539819943,0.4818252861043824\n2018-07-09 04:00:00,0.5280734622750164,-0.29153559732479034,0.4878617318200457\n2018-07-09 05:00:00,0.5231720209325562,-0.29606340162117567,0.48811932420392845\n2018-07-09 06:00:00,0.5154198712455531,-0.2984052951584012,0.4932681470700349\n2018-07-09 07:00:00,0.5122006521618545,-0.30141960602287293,0.49389703929302436\n2018-07-09 08:00:00,0.5075135383015384,-0.30909697864567387,0.49110992985861995\n2018-07-09 09:00:00,0.5066312301982226,-0.3112221692430122,0.48977756581520066\n2018-07-09 10:00:00,0.504157723750108,-0.316967931559287,0.48684227911378064\n2018-07-09 11:00:00,0.5001365413713209,-0.3202562687488957,0.48796751223744533\n2018-07-09 12:00:00,0.4980926720418963,-0.31787559713839847,0.49222213521223823\n2018-07-09 13:00:00,0.4944852725631983,-0.3200275091603917,0.4940263988734858\n2018-07-09 14:00:00,0.49085619820975174,-0.32209315712688064,0.49572692628425397\n2018-07-09 15:00:00,0.47155092436745916,-0.33437064558292895,0.5026365681162909\n2018-07-09 16:00:00,0.45200000320046974,-0.35278489584710143,0.5034251330490032\n2018-07-09 17:00:00,0.4504100457546053,-0.36556032861294535,0.49192158101847394\n2018-07-09 18:00:00,0.45451544283298845,-0.371359833936468,0.4819952860416192\n2018-07-09 19:00:00,0.4592724358305529,-0.3744636402956556,0.4740098779423823\n2018-07-09 20:00:00,0.4604264733910872,-0.3800549639149557,0.46749009063728936\n2018-07-09 21:00:00,0.4765205926626284,-0.37240633092182684,0.4590307458381425\n2018-07-09 22:00:00,0.48621538306794637,-0.3701474522312059,0.4513273437778026\n2018-07-09 23:00:00,0.5037744605432914,-0.35762831331249634,0.4458462720008915\n2018-07-10 00:00:00,0.5267365416726202,-0.3301254144644943,0.4502119014766565\n2018-07-10 01:00:00,0.539670725158397,-0.3138426353496411,0.4534595497797874\n2018-07-10 02:00:00,0.5524000926656631,-0.2958634909582865,0.45825861430129494\n2018-07-10 03:00:00,0.5709035853997524,-0.27110119969244034,0.46406215242550775\n2018-07-10 04:00:00,0.5835995171120915,-0.2565138756147313,0.46583423767918486\n2018-07-10 05:00:00,0.5910540968379102,-0.25067699619257167,0.46401613388930213\n2018-07-10 06:00:00,0.6062485034532278,-0.24133002754997834,0.4583974199870542\n2018-07-10 07:00:00,0.624593780308307,-0.2190120371079108,0.46226365931686664\n2018-07-10 08:00:00,0.6468752104672554,-0.1934551707491867,0.4655161630652733\n2018-07-10 09:00:00,0.6694053558901438,-0.16477956570876537,0.4720790476529557\n2018-07-10 10:00:00,0.6740326065236024,-0.15098943191385203,0.4818130393173052\n2018-07-10 11:00:00,0.6918020141910305,-0.12803947742396635,0.4868815523095291\n2018-07-10 12:00:00,0.7154609824524799,-0.09874265409046686,0.492389043633527\n2018-07-10 13:00:00,0.7297510237598439,-0.07845374043483147,0.49817847115813296\n2018-07-10 14:00:00,0.7380417885062568,-0.06996818174378905,0.4985683057258903\n2018-07-10 15:00:00,0.7595952024417955,-0.04940443771757718,0.49713524621188093\n2018-07-10 16:00:00,0.7610686642494481,-0.05495961972812968,0.4902868058090133\n2018-07-10 17:00:00,0.7691764413095978,-0.05340444335688152,0.48397013412286305\n2018-07-10 18:00:00,0.853000726776335,0.06654763774583003,0.39580568825991536\n2018-07-10 19:00:00,0.8592052411582699,0.061961443347254994,0.39608338770793866\n2018-07-10 20:00:00,0.8698481617353204,0.06013106363985099,0.38835404286971587\n2018-07-10 21:00:00,0.8793761368214166,0.05981894722240486,0.3799732886027828\n2018-07-10 22:00:00,0.8826496174823902,0.06026392003189547,0.37657051240646455\n2018-07-10 23:00:00,0.8859812911414834,0.05834586906477437,0.37603397861803484\n2018-07-11 00:00:00,0.8793224560304822,0.07152816191295418,0.3697611598758408\n2018-07-11 01:00:00,0.8706159857111103,0.07343059229490885,0.3769515418058994\n2018-07-11 02:00:00,0.8605968304361258,0.0849673451176783,0.3751277882530622\n2018-07-11 03:00:00,0.8547621889056989,0.09770935440063472,0.3684609980704684\n2018-07-11 04:00:00,0.8517801138214082,0.10312545369250821,0.3663128294516274\n2018-07-11 05:00:00,0.8479591817406632,0.11272351845966483,0.3607641663600598\n2018-07-11 06:00:00,0.842184955727488,0.12205155481385227,0.35752475555380053\n2018-07-11 07:00:00,0.8231185925265846,0.146525758649981,0.3523245441392069\n2018-07-11 08:00:00,0.8093755432778451,0.16227465661126,0.35064615672634863\n2018-07-11 09:00:00,0.8045489474404125,0.17207378286837358,0.3463063394918147\n2018-07-11 10:00:00,0.7996144592744391,0.17781284012515802,0.34562068611000063\n2018-07-11 11:00:00,0.7952247812157116,0.18093145353886184,0.34685414355046473\n2018-07-11 12:00:00,0.7881542200518385,0.18505447913969503,0.3503381146875614\n2018-07-11 13:00:00,0.7853016367932397,0.18309397714924192,0.35505329151941933\n2018-07-11 14:00:00,0.7823540885830534,0.18671999463233135,0.35432978919889374\n2018-07-11 15:00:00,0.7788728491632992,0.18631263280470553,0.35828508137149995\n2018-07-11 16:00:00,0.7718072419275873,0.1904612602658051,0.36101462064901163\n2018-07-11 17:00:00,0.7693974159687258,0.19144900183140884,0.36208130959231916\n2018-07-11 18:00:00,0.7702441279746367,0.18749367258537716,0.36510036505980037\n2018-07-11 19:00:00,0.7689879036024482,0.18098745461963794,0.37218054062120204\n2018-07-11 20:00:00,0.7682861751060546,0.17532951651205275,0.3784872733555109\n2018-07-11 21:00:00,0.7705771442553454,0.16887251561299982,0.38283631455440775\n2018-07-11 22:00:00,0.7689850218901739,0.16473440898908417,0.38819048445384985\n2018-07-11 23:00:00,0.7722818800500688,0.15922911703979517,0.3903524835644601\n2018-07-12 00:00:00,0.77410579911702,0.15120160227128338,0.39646074852302865\n2018-07-12 01:00:00,0.7742176875355401,0.13755826302077756,0.41021569780819267\n2018-07-12 02:00:00,0.7755209310329314,0.13576750051899472,0.409955480194478\n2018-07-12 03:00:00,0.7752563259203326,0.1343451015587988,0.4110016167210729\n2018-07-12 04:00:00,0.7773422927870539,0.1336060351170015,0.4090131976262258\n2018-07-12 05:00:00,0.7772985860137672,0.1278810489848877,0.41457395727422747\n2018-07-12 06:00:00,0.7769764648229516,0.12515483646173553,0.4169650442940138\n2018-07-12 07:00:00,0.7775475388049434,0.1288310292023664,0.41233127003503506\n2018-07-12 08:00:00,0.7795563888775445,0.13026177575523495,0.4084498843249022\n2018-07-12 09:00:00,0.7801953749912315,0.13642739441363974,0.40109206523820673\n2018-07-12 10:00:00,0.7842093117947586,0.13087114347733453,0.402628349845445\n2018-07-12 11:00:00,0.7830270048159261,0.1330188873337384,0.4011988908227659\n2018-07-12 12:00:00,0.7832267321281217,0.13210278445218535,0.4015117654889237\n2018-07-12 13:00:00,0.7823121897791091,0.14279178186794145,0.39109602688648676\n2018-07-12 14:00:00,0.782229170100283,0.15308694142262794,0.38038155120394956\n2018-07-12 15:00:00,0.7689346047212532,0.18252616568543265,0.3634087365825803\n2018-07-12 16:00:00,0.7660172353811339,0.19074979860358354,0.35840309203948756\n2018-07-12 17:00:00,0.7655696902847088,0.1927247546526597,0.35684755139815527\n2018-07-12 18:00:00,0.7645313611210979,0.2011732026510535,0.3491732128051194\n2018-07-12 19:00:00,0.7624443277080852,0.20950063831620833,0.3423054772779814\n2018-07-12 20:00:00,0.760207165113773,0.21015978950145242,0.3422955931475085\n2018-07-12 21:00:00,0.7568798787434835,0.21198946342813715,0.3434318778282167\n2018-07-12 22:00:00,0.7565788040965286,0.2109896672384807,0.3438330278016129\n2018-07-12 23:00:00,0.7651346756781249,0.2055108250848734,0.3400765119278245\n2018-07-13 00:00:00,0.7677532772737535,0.19997787740026454,0.3435035628088063\n2018-07-13 01:00:00,0.760264863673801,0.207186720177317,0.34327057779525527\n2018-07-13 02:00:00,0.7623109539042687,0.20469811406357066,0.34382112045388935\n2018-07-13 03:00:00,0.7657821577916255,0.19689930828963195,0.3483175097266178\n2018-07-13 04:00:00,0.760961643763606,0.19652177923156253,0.3528885041777956\n2018-07-13 05:00:00,0.7557392596921025,0.20058922764757528,0.35407104815176554\n2018-07-13 06:00:00,0.7482823330628229,0.19861963172121638,0.3630467235591317\n2018-07-13 07:00:00,0.7428636516501774,0.19765631976889927,0.3699740610412385\n2018-07-13 08:00:00,0.7377846258882448,0.19444142710731857,0.3784633699557355\n2018-07-13 09:00:00,0.7396610075583153,0.19161845945516112,0.3801912698529702\n2018-07-13 10:00:00,0.7403897920924903,0.19253061456355744,0.3784330297456446\n2018-07-13 11:00:00,0.7353272045181681,0.19781245656648094,0.37846819180877594\n2018-07-13 12:00:00,0.7361358504156652,0.19133214903025858,0.3844420724481351\n2018-07-13 13:00:00,0.7367303680214852,0.1916585650543399,0.3842837541937132\n2018-07-13 14:00:00,0.7363444826820239,0.1901537960687216,0.3863355222471834\n2018-07-13 15:00:00,0.7387698283511563,0.1857204800802595,0.3888587663920812\n2018-07-13 16:00:00,0.7356084803173758,0.1894643721372209,0.38862645344641644\n2018-07-13 17:00:00,0.7369462625256735,0.18112086832846697,0.39656132113920745\n2018-07-13 18:00:00,0.7375770201567671,0.1753760384019515,0.4021264168527218\n2018-07-13 19:00:00,0.7362056499700877,0.17065680848104645,0.4080300592337411\n2018-07-13 20:00:00,0.7404785084180474,0.1674113533201985,0.40639634870762514\n2018-07-13 21:00:00,0.7417098476925853,0.15678705815476765,0.4152496074227401\n2018-07-13 22:00:00,0.7409948974070718,0.15088158527164838,0.42190507945982586\n2018-07-13 23:00:00,0.7426163117052372,0.1447827988460014,0.42635396188898333\n2018-07-14 00:00:00,0.7425778688835155,0.13408456689453038,0.4370528205484601\n2018-07-14 01:00:00,0.7431185899561895,0.13248818484541447,0.4386117439445382\n2018-07-14 02:00:00,0.7436451782602328,0.12430746101127568,0.4459741044137351\n2018-07-14 03:00:00,0.7429236048635439,0.11865462261474984,0.45254821727462285\n2018-07-14 04:00:00,0.7441923737946731,0.11503753422364345,0.45490641343896093\n2018-07-14 05:00:00,0.7496380294654909,0.10937749201396837,0.45555869102657004\n2018-07-14 06:00:00,0.7508251771805944,0.10661412877661768,0.4569882669191016\n2018-07-14 07:00:00,0.7543006840930366,0.10209949014248769,0.45869971606026844\n2018-07-14 08:00:00,0.7563462983992015,0.10182002954044016,0.4571736329816465\n2018-07-14 09:00:00,0.7559617741631877,0.10526764412682273,0.4543963392198651\n2018-07-14 10:00:00,0.7578966866065096,0.10473900363604408,0.4534084409183872\n2018-07-14 11:00:00,0.7578746269654351,0.10281828748224381,0.455479090385575\n2018-07-14 12:00:00,0.579323367588214,-0.16651629482200028,0.5706983382418905\n2018-07-14 13:00:00,0.573720675627166,-0.181780971904492,0.5585402208470204\n2018-07-14 14:00:00,0.5539289707581949,-0.19905375900972475,0.561196788372294\n2018-07-14 15:00:00,0.532543319548571,-0.22469503158582418,0.5568075351942621\n2018-07-14 16:00:00,0.5166119454290655,-0.24454065858375543,0.5522409441475215\n2018-07-14 17:00:00,0.5011506015187318,-0.2566431953492172,0.5546992887234\n2018-07-14 18:00:00,0.47431193375130604,-0.2827955908049189,0.5549926120039245\n2018-07-14 19:00:00,0.44421882108405425,-0.3146637190460809,0.552980248059978\n2018-07-14 20:00:00,0.4144553890971844,-0.3482842699639018,0.5486566322015666\n2018-07-14 21:00:00,0.3937569712628592,-0.378229132491126,0.5393574282070093\n2018-07-14 22:00:00,0.3879226223473957,-0.39169716281210004,0.5315352190566978\n2018-07-14 23:00:00,0.3659007450681759,-0.4197004451460157,0.5254407044503415\n2018-07-15 00:00:00,0.35679227290520615,-0.4311323882507949,0.5232284122540612\n2018-07-15 01:00:00,0.3356634906433952,-0.451766285581349,0.5240815856334093\n2018-07-15 02:00:00,0.3332318674701511,-0.46007357981479163,0.5187376069222548\n2018-07-15 03:00:00,0.327392588255681,-0.4672857929919457,0.5173072860059091\n2018-07-15 04:00:00,0.3155260666240455,-0.4832365107743096,0.5128168222373326\n2018-07-15 05:00:00,0.31892205018827274,-0.47670546634805355,0.5156790889895901\n2018-07-15 06:00:00,0.3208589334253948,-0.47566108509747607,0.5149813695795126\n2018-07-15 07:00:00,0.31240182071308537,-0.4943529801053779,0.5046410712504917\n2018-07-15 08:00:00,0.314545822571166,-0.49577637263105095,0.5004118336005587\n2018-07-15 09:00:00,0.32844052148211017,-0.479748702084811,0.5014989365357582\n2018-07-15 10:00:00,0.3440620410680055,-0.4684874007707176,0.49651371031446107\n2018-07-15 11:00:00,0.3611189896638555,-0.4590641082897287,0.48841394891342516\n2018-07-15 12:00:00,0.3760196624428681,-0.4464359938434939,0.485903042842196\n2018-07-15 13:00:00,0.3822793484717973,-0.43814156046354813,0.48758951451170995\n2018-07-15 14:00:00,0.4033556308840626,-0.4158963067179912,0.4883592263562005\n2018-07-15 15:00:00,0.3977656870366115,-0.4188738303154773,0.4909859780688121\n2018-07-15 16:00:00,0.4005604287361134,-0.42282390575881224,0.48425221521743617\n2018-07-15 17:00:00,0.41054056496126107,-0.4184018935195142,0.4788260383786819\n2018-07-15 18:00:00,0.40569852566168835,-0.4252873916847126,0.4765713798632386\n2018-07-15 19:00:00,0.40592247416515026,-0.4315232898783106,0.469788136803515\n2018-07-15 20:00:00,0.4133590247454327,-0.4346493858587128,0.45905365172757445\n2018-07-15 21:00:00,0.42347953023900226,-0.4321606332834705,0.4505128324978286\n2018-07-15 22:00:00,0.4483321264602354,-0.406112129394824,0.451645071268363\n2018-07-15 23:00:00,0.4488074898738358,-0.40060616007840305,0.456554409037182\n2018-07-16 00:00:00,0.443019869842877,-0.39553079127097945,0.4674268221411586\n2018-07-16 01:00:00,0.4388660346392245,-0.4054216295055292,0.4619759439755383\n2018-07-16 02:00:00,0.42744907815019484,-0.41523595281457015,0.463441481957636\n2018-07-16 03:00:00,0.4060616419061591,-0.432330536319498,0.467252370558506\n2018-07-16 04:00:00,0.39332377984205835,-0.4542064807489687,0.45795518745079467\n2018-07-16 05:00:00,0.3887317787258388,-0.4710552547120042,0.4455120813591843\n2018-07-16 06:00:00,0.3732798758075017,-0.500691485392161,0.4317383759000152\n2018-07-16 07:00:00,0.3874976313867632,-0.49524837742453864,0.42312572624597333\n2018-07-16 08:00:00,0.37095919839524144,-0.5004997874943057,0.43458961748559133\n2018-07-16 09:00:00,0.3325392012100412,-0.5323143863848044,0.4413807240108235\n2018-07-16 10:00:00,0.30700889048281205,-0.5588457518570711,0.4397281856175758\n2018-07-16 11:00:00,0.30131663818379034,-0.5617923846134834,0.441819404849918\n2018-07-16 12:00:00,0.28167292905078267,-0.5771707489456025,0.44597199170132384\n2018-07-16 13:00:00,0.245932345865274,-0.6152248998815738,0.44340061572923606\n2018-07-16 14:00:00,0.22104461451869117,-0.6445273691548117,0.4383053695356097\n2018-07-16 15:00:00,0.20879640204295077,-0.6614473854782482,0.43278140438296336\n2018-07-16 16:00:00,0.2183863189857219,-0.6519211209864232,0.43207695710623295\n2018-07-16 17:00:00,0.21804977601850034,-0.6396085645808696,0.4445049939851973\n2018-07-16 18:00:00,0.19777504442760355,-0.6528707944646517,0.4518736269197067\n2018-07-16 19:00:00,0.21158380293307918,-0.6360277397537671,0.45498925658390205\n2018-07-16 20:00:00,0.21163955728580877,-0.625152128860078,0.4659961622452529\n2018-07-16 21:00:00,0.21831055478537453,-0.6134668323480743,0.47123775410444396\n2018-07-16 22:00:00,0.24389032413573652,-0.5901379209194825,0.468678278135739\n2018-07-16 23:00:00,0.24063000078521404,-0.5834649569322735,0.47863021825452373\n2018-07-17 00:00:00,0.26316927021011755,-0.5558555955310575,0.4833190428819144\n2018-07-17 01:00:00,0.2591119102833548,-0.5601380243674992,0.48297960667345363\n2018-07-17 02:00:00,0.2981220254254184,-0.5322505499608028,0.47145491544729856\n2018-07-17 03:00:00,0.30891913385482017,-0.5120247426200146,0.4805907420317679\n2018-07-17 04:00:00,0.308090659462008,-0.5022905301018208,0.49139057974009626\n2018-07-17 05:00:00,0.3002069542377981,-0.506995309952961,0.4943611169700057\n2018-07-17 06:00:00,0.29563629429127997,-0.5152585298425972,0.4908784838106452\n2018-07-17 07:00:00,0.27631910516037644,-0.5432352843053403,0.48221884940423104\n2018-07-17 08:00:00,0.2650223218259568,-0.5583668297677127,0.47823168936501004\n2018-07-17 09:00:00,0.26366160471456845,-0.5679578994794515,0.4699445363988163\n2018-07-17 10:00:00,0.21511293530224143,-0.6242085064893411,0.4623611508743111\n2018-07-17 11:00:00,0.19778963035455283,-0.6669281855467994,0.4368525277887061\n2018-07-17 12:00:00,0.18165359601255593,-0.6999848637572644,0.4206676451203991\n2018-07-17 13:00:00,0.17851607542285372,-0.7203294855422894,0.4031957335641583\n2018-07-17 14:00:00,0.18272273394698177,-0.7234277892308728,0.3958925676363466\n2018-07-17 15:00:00,0.14824185189263803,-0.7616045955623306,0.3916660058203119\n2018-07-17 16:00:00,0.09165471279884611,-0.8354245488285336,0.37436834758395193\n2018-07-17 17:00:00,0.06991339330474243,-0.8795838562492762,0.3522762595009328\n2018-07-17 18:00:00,0.06568500604211976,-0.8993243185620604,0.33675782370622814\n2018-07-17 19:00:00,0.043057930200656326,-0.9399026695734909,0.31910987646004557\n2018-07-17 20:00:00,0.035994045133514625,-0.9716843059067617,0.2940192988158266\n2018-07-17 21:00:00,0.08481624043094596,-0.9301307318052107,0.286513437550622\n2018-07-17 22:00:00,0.11403409135804171,-0.8856849653619788,0.3021825572467499\n2018-07-17 23:00:00,0.09377521479164519,-0.8956036037669876,0.31232807445367883\n2018-07-18 00:00:00,0.11637329518425421,-0.8753823052724183,0.30972052454436305\n2018-07-18 01:00:00,0.10058588987777078,-0.8841480021074221,0.31666366927680145\n2018-07-18 02:00:00,0.10168835710083259,-0.8881214407204344,0.3113372169788297\n2018-07-18 03:00:00,0.09394300960382146,-0.907457240769961,0.2996598184883982\n2018-07-18 04:00:00,0.09501871887590455,-0.9176526050816642,0.28852284047118254\n2018-07-18 05:00:00,0.07560028326996006,-0.9567556200863969,0.2691192541659478\n2018-07-18 06:00:00,0.05376547661518482,-1.0155558618193312,0.2323813303048199\n2018-07-18 07:00:00,0.05683158538990547,-1.0250823762798222,0.22005547130847788\n2018-07-18 08:00:00,0.04617316616463441,-1.0380725337845809,0.21772607992558698\n2018-07-18 09:00:00,0.05631569896635459,-1.0448325456252223,0.20095298404907477\n2018-07-18 10:00:00,0.04535047583417037,-1.054438232898818,0.20195173373085326\n2018-07-18 11:00:00,0.0503529395131447,-1.0410833077936201,0.21053558732531302\n2018-07-18 12:00:00,0.06455494478121414,-1.020248655009894,0.21726193772964061\n2018-07-18 13:00:00,0.09369517386713168,-0.973660095226149,0.23423092792111283\n2018-07-18 14:00:00,0.10617614402412168,-0.9382603850335934,0.257965894215791\n2018-07-18 15:00:00,0.14172727731924867,-0.881204403710115,0.2796329231594739\n2018-07-18 16:00:00,0.13940382859147435,-0.8657746121803575,0.2976876290092408\n2018-07-18 17:00:00,0.18439854127518968,-0.8086070402006943,0.31000419394499235\n2018-07-18 18:00:00,0.20795578020485395,-0.77094577580146,0.3241762973027232\n2018-07-18 19:00:00,0.25105634136893507,-0.7144311548886084,0.33780862163774494\n2018-07-18 20:00:00,0.2867615824452968,-0.6447195989056089,0.3721751584227369\n2018-07-18 21:00:00,0.3288971352653727,-0.5728576591718632,0.402379256813134\n2018-07-18 22:00:00,0.364737843578128,-0.5182283633715601,0.4208854794084329\n2018-07-18 23:00:00,0.34543767968501055,-0.5139670258930352,0.4440390359399024\n2018-07-19 00:00:00,0.3484915819721792,-0.5013383173484081,0.4529701193207444\n2018-07-19 01:00:00,0.33986935329430734,-0.5077906294327952,0.4554241427145693\n2018-07-19 02:00:00,0.3383292341765505,-0.5194852324308855,0.4446007407673584\n2018-07-19 03:00:00,0.362936976583582,-0.49890045838368396,0.44007054941306545\n2018-07-19 04:00:00,0.36878143614558684,-0.47629737737569566,0.45662870935225847\n2018-07-19 05:00:00,0.3676435726896875,-0.4724373518695757,0.4614544028249947\n2018-07-19 06:00:00,0.3757685083502193,-0.4538865141967529,0.4716463258831064\n2018-07-19 07:00:00,0.38260584970599876,-0.43045805923553404,0.4878327079416225\n2018-07-19 08:00:00,0.3624200633985579,-0.4346665273085695,0.5041237464054394\n2018-07-19 09:00:00,-0.1501680284482514,-0.7732185041601062,0.38208029345338973\n2018-07-19 10:00:00,-0.12834096779970625,-0.865744576708296,0.31196615268817757\n2018-07-19 11:00:00,-0.12070263658759185,-0.8917175589461684,0.2929005240876124\n2018-07-19 12:00:00,-0.10920663096439566,-0.9040381125143115,0.29195529699392914\n2018-07-19 13:00:00,-0.09688340063797246,-0.9175094135776948,0.29123032985904646\n2018-07-19 14:00:00,-0.0820506432558668,-0.9312424593460529,0.2920941656515185\n2018-07-19 15:00:00,-0.043771250716495895,-0.9418224093494382,0.31939926333282037\n2018-07-19 16:00:00,-0.038547147683907546,-0.9333863004147711,0.3329940248050825\n2018-07-19 17:00:00,-0.012749514281521448,-0.9387314067217639,0.3533700368878959\n2018-07-19 18:00:00,-0.03815125170612729,-0.9228048562375405,0.34417803347712067\n2018-07-19 19:00:00,-0.024072365660774163,-0.9297995162416541,0.35191156989312766\n2018-07-19 20:00:00,-0.015036133488678704,-0.9411057446601189,0.3493469279385263\n2018-07-19 21:00:00,0.042485993462896395,-0.8936089846804761,0.3687161556390075\n2018-07-19 22:00:00,0.06252566710249657,-0.8476486329237852,0.39480135813735245\n2018-07-19 23:00:00,0.07768868028133527,-0.8145088382264545,0.4124671086921419\n2018-07-20 00:00:00,0.10512788134304993,-0.773977749183432,0.42523450771463883\n2018-07-20 01:00:00,0.12732614192327524,-0.736256862287657,0.44071798360184666\n2018-07-20 02:00:00,0.14442158920260223,-0.7096528445736987,0.4505382973162433\n2018-07-20 03:00:00,0.1508490717261663,-0.6916546690018562,0.46230658931899943\n2018-07-20 04:00:00,0.16070179384045702,-0.6837947696351165,0.4601727954002118\n2018-07-20 05:00:00,0.16548836412801565,-0.6782313151160058,0.4611551576093116\n2018-07-20 06:00:00,0.18584171952521364,-0.6554747217175925,0.4631894293708361\n2018-07-20 07:00:00,0.2146312963366561,-0.6255224591310801,0.46400481831510615\n2018-07-20 08:00:00,0.23384631893754387,-0.6069465751422266,0.46342617972246664\n2018-07-20 09:00:00,0.24348395970393963,-0.5965213879875267,0.4641227056810162\n2018-07-20 10:00:00,0.24574371524750416,-0.5850913177180452,0.4733684724798142\n2018-07-20 11:00:00,0.2601443588512748,-0.5698299294115212,0.4740449424470962\n2018-07-20 12:00:00,0.24995480779276655,-0.5805664733983282,0.4731028170247658\n2018-07-20 13:00:00,0.2518233822011857,-0.588220543772313,0.4627113886007011\n2018-07-20 14:00:00,0.2648028004507585,-0.5823550299676824,0.45489098507223497\n2018-07-20 15:00:00,0.2702918517771805,-0.5760989001798468,0.4548650592426591\n2018-07-20 16:00:00,0.287674934452017,-0.5562203780658431,0.4566984045336153\n2018-07-20 17:00:00,0.2949851720320121,-0.553259485289845,0.45236442448521635\n2018-07-20 18:00:00,0.30999151511804585,-0.5435170187097651,0.44676050654132765\n2018-07-20 19:00:00,0.32739527066203716,-0.5242715342582103,0.44779016453875387\n2018-07-20 20:00:00,0.3239598643061037,-0.5251448429490486,0.4500616208703336\n2018-07-20 21:00:00,0.3285785985912879,-0.5239223926385919,0.4465213978147087\n2018-07-20 22:00:00,0.3288862161025906,-0.5269375444112706,0.4425355795933557\n2018-07-20 23:00:00,0.3394834751559241,-0.5205052339168251,0.4380087451937103\n2018-07-21 00:00:00,0.333154939417955,-0.5289205974549017,0.43591019746385484\n2018-07-21 01:00:00,0.356545807513793,-0.5101298478086244,0.4308549287887389\n2018-07-21 02:00:00,0.3581122283862885,-0.5161812629933601,0.4233121701624509\n2018-07-21 03:00:00,0.3871849260037381,-0.4856774924239626,0.4247389670862917\n2018-07-21 04:00:00,0.4003695700163336,-0.4741004438376884,0.4236128822831805\n2018-07-21 05:00:00,0.4218027108738948,-0.4507226056881932,0.42609783526033274\n2018-07-21 06:00:00,0.4430392809918656,-0.4298942020005215,0.4254915105781611\n2018-07-21 07:00:00,0.4664990980152247,-0.4060845858811091,0.4257603838796065\n2018-07-21 08:00:00,0.48715747440611235,-0.38676642490329055,0.42453956800089737\n2018-07-21 09:00:00,0.503732108169158,-0.36823760224864804,0.4263758187886373\n2018-07-21 10:00:00,0.5291078414915761,-0.3470304885924631,0.4221751491981151\n2018-07-21 11:00:00,0.5430525253481695,-0.335381416986489,0.42022087362628313\n2018-07-21 12:00:00,0.5647544982898167,-0.3100401094922126,0.42339386361324066\n2018-07-21 13:00:00,0.5612436132205338,-0.3068087929221326,0.4302219423153007\n2018-07-21 14:00:00,0.5821145571052745,-0.28671936419447863,0.4292377190945611\n2018-07-21 15:00:00,0.6056934667168292,-0.26578852488753046,0.4263795763473365\n2018-07-21 16:00:00,0.6371217793401396,-0.23330146544453964,0.42723871699128374\n2018-07-21 17:00:00,0.6641374960596319,-0.20156532692464071,0.4322020410708584\n2018-07-21 18:00:00,0.6862212344252885,-0.16985185750844273,0.44223771005247686\n2018-07-21 19:00:00,0.7009856648454643,-0.15398778250865156,0.44393650967235204\n2018-07-21 20:00:00,0.7165970193226237,-0.14029159183343717,0.4416865037607909\n2018-07-21 21:00:00,0.7308640572547637,-0.12986048658581958,0.43807274578262057\n2018-07-21 22:00:00,0.7561906392547765,-0.09431793862711095,0.44845644190469747\n2018-07-21 23:00:00,0.7575754182181759,-0.08265921377233564,0.4586986680272354\n2018-07-22 00:00:00,0.7638364779458627,-0.07209871246000048,0.4634139782692257\n2018-07-22 01:00:00,0.7651891885718365,-0.07294009028445209,0.4617639489415487\n2018-07-22 02:00:00,0.7749218598447042,-0.0640602167841191,0.4615547607518773\n2018-07-22 03:00:00,0.769121501357843,-0.06992736951712465,0.4626263814582036\n2018-07-22 04:00:00,0.7758021877815376,-0.05977549549119107,0.46666683521037033\n2018-07-22 05:00:00,0.7834230271924751,-0.051186779306554596,0.46846870287018216\n2018-07-22 06:00:00,0.7838202872794015,-0.04812595806696313,0.471581186627347\n2018-07-22 07:00:00,0.7918254348172593,-0.040641016456772365,0.47170912255267505\n2018-07-22 08:00:00,0.8064588476728217,-0.026153242313768334,0.4715582115408225\n2018-07-22 09:00:00,0.8040832230963544,-0.020954588911625084,0.479238111512254\n2018-07-22 10:00:00,0.7919430031278945,-0.03209963659848265,0.4801737994866484\n2018-07-22 11:00:00,0.800900569640639,-0.02127629181477513,0.4812788201565596\n2018-07-22 12:00:00,0.8009869542956554,-0.014744570521721592,0.4874150964003124\n2018-07-22 13:00:00,0.7923247129194549,-0.019268727579784466,0.49106475250380105\n2018-07-22 14:00:00,0.7976687814503927,-0.014648137381181101,0.48953576962796713\n2018-07-22 15:00:00,0.8065315657223354,0.008457999410719492,0.48655911278756697\n2018-07-22 16:00:00,0.7987999857391047,0.031087269770389114,0.4713629136141105\n2018-07-22 17:00:00,0.7942391190556065,0.04188593355297325,0.46454823662229827\n2018-07-22 18:00:00,0.7939706001688198,0.04498378784037163,0.4615430807276788\n2018-07-22 19:00:00,0.7977610159016464,0.03263706017427898,0.46931698025531116\n2018-07-22 20:00:00,0.7977896416378112,0.030634702466083123,0.4706364263742688\n2018-07-22 21:00:00,0.7947749521221688,0.021994529640049828,0.4820877457940682\n2018-07-22 22:00:00,0.7971303413919503,0.013434187568131032,0.48829987942620906\n2018-07-22 23:00:00,0.7998351853820674,0.0007743860906079797,0.49828356001916313\n2018-07-23 00:00:00,0.7921832367048741,-0.003832614822933539,0.5026718059971172\n2018-07-23 01:00:00,0.7713621660059763,-0.02204669904450374,0.504977273909241\n2018-07-23 02:00:00,0.7864201411108498,-0.004255732915530835,0.5077248117591608\n2018-07-23 03:00:00,0.7799420542080912,-0.004471020383966203,0.5133270696404999\n2018-07-23 04:00:00,0.7834279399654124,-0.004075081242388523,0.5098191011012887\n2018-07-23 05:00:00,0.771310409786133,-0.015142110438518543,0.5106732536926685\n2018-07-23 06:00:00,0.7836315699119476,-0.009650795777789909,0.5036107219612775\n2018-07-23 07:00:00,0.788549945699963,-0.002782494299751356,0.5055026938006167\n2018-07-23 08:00:00,0.7917959112905685,0.0010429751402421107,0.5040630760931353\n2018-07-23 09:00:00,0.7867146055139251,-0.005631304851769683,0.504660644461686\n2018-07-23 10:00:00,0.788299966117245,0.00031853129919775245,0.5082482886513147\n2018-07-23 11:00:00,0.7756665967229069,0.016611731201050646,0.5048197015539448\n2018-07-23 12:00:00,0.7822911016756153,0.007531846267428092,0.5070069155132455\n2018-07-23 13:00:00,0.7800977833110702,0.00995640607019718,0.5062514177137555\n2018-07-23 14:00:00,0.7823053792728114,0.0005736788788097551,0.5138041324293008\n2018-07-23 15:00:00,0.782065537283401,-0.006775280116663,0.5071243332186913\n2018-07-23 16:00:00,0.7890753494162153,0.006214813911025264,0.500695969949679\n2018-07-23 17:00:00,0.7838339056714065,0.010117971587371773,0.5018728464727304\n2018-07-23 18:00:00,0.7804706517972423,0.006694919638317071,0.5085441683479861\n2018-07-23 19:00:00,0.7781674084843024,0.0024254700979181674,0.5147925282895214\n2018-07-23 20:00:00,0.7798553114868362,0.00454062147695303,0.5104430094978188\n2018-07-23 21:00:00,0.7706107074215908,0.01302012073261508,0.51130902571139\n2018-07-23 22:00:00,0.7652085338516366,0.002160563429447754,0.5279025972585532\n2018-07-23 23:00:00,0.7544860784164896,-0.016160088254957315,0.5243476700952552\n2018-07-24 00:00:00,0.7530187637162477,-0.022660521821664826,0.5199147876310942\n2018-07-24 01:00:00,0.7498394688853595,-0.035671786799441475,0.5097054749703614\n2018-07-24 02:00:00,0.766341688080417,-0.023646967280746736,0.5048577553143768\n2018-07-24 03:00:00,0.7597362968446135,-0.025731016135939727,0.5096421695116189\n2018-07-24 04:00:00,0.765379668765739,-0.016024218213919826,0.513589475599657\n2018-07-24 05:00:00,0.773630082837105,-0.0014497390512729206,0.5202585150688536\n2018-07-24 06:00:00,0.4187441873650157,-0.3056360612221171,0.5683570293575686\n2018-07-24 07:00:00,0.42596417162620354,-0.33080621526247583,0.5342672066921672\n2018-07-24 08:00:00,0.41300242134238746,-0.34636825292526674,0.5316213747266069\n2018-07-24 09:00:00,0.39806843759188315,-0.36242289621646007,0.5299551178161537\n2018-07-24 10:00:00,0.39013974700797627,-0.37218803358789004,0.5284155761919743\n2018-07-24 11:00:00,0.37997701028025094,-0.3833794782158022,0.5274221591233892\n2018-07-24 12:00:00,0.3762368179015035,-0.3870222117683013,0.5271714986863261\n2018-07-24 13:00:00,0.35203357560512594,-0.41091511841043565,0.5276635605033148\n2018-07-24 14:00:00,0.3374091840913554,-0.42894695747677913,0.5247948710192147\n2018-07-24 15:00:00,0.32349224105193186,-0.44597910225078,0.522549732193776\n2018-07-24 16:00:00,0.31962694464138836,-0.45894587908839163,0.5136972888779607\n2018-07-24 17:00:00,0.31983461103888955,-0.46191955100608395,0.5101871512965639\n2018-07-24 18:00:00,0.32422090357032646,-0.465509122105635,0.5027407905530199\n2018-07-24 19:00:00,0.32816119538283356,-0.47120509419287754,0.4929246153434898\n2018-07-24 20:00:00,0.33853658646541923,-0.47367689779002853,0.48008359596926\n2018-07-24 21:00:00,0.3357762349511995,-0.4888537563429085,0.46768108061995123\n2018-07-24 22:00:00,0.33077623775313625,-0.5045993910030947,0.45673619424933437\n2018-07-24 23:00:00,0.3323699790476475,-0.5151711543005114,0.44417703141365406\n2018-07-25 00:00:00,0.3323289333676097,-0.5153746863066282,0.44445866190239885\n2018-07-25 01:00:00,0.3344303364000889,-0.5211366858294466,0.43652567483893195\n2018-07-25 02:00:00,0.32404390203377936,-0.5394346416673824,0.42890883464919255\n2018-07-25 03:00:00,0.32079297321522404,-0.555574550176042,0.41621479849611714\n2018-07-25 04:00:00,0.3278740791938647,-0.5541730852782781,0.4103266274123118\n2018-07-25 05:00:00,0.34037365204530284,-0.5435571420448061,0.4084684349889909\n2018-07-25 06:00:00,0.36534336999411793,-0.5227717290380074,0.40446573049737755\n2018-07-25 07:00:00,0.3776070958015118,-0.5112387743268746,0.4040117635919863\n2018-07-25 08:00:00,0.40588446015838475,-0.4802272790295791,0.40688303672372894\n2018-07-25 09:00:00,0.412338567447302,-0.4669998762794999,0.41388920381967614\n2018-07-25 10:00:00,0.4264626417189187,-0.4455412069940818,0.42167128304222284\n2018-07-25 11:00:00,0.438052529142741,-0.42628802590771275,0.4295060385990495\n2018-07-25 12:00:00,0.45231702301575943,-0.4100004761740891,0.43116357183620724\n2018-07-25 13:00:00,0.47642794031048064,-0.37505243194354,0.4418706065059536\n2018-07-25 14:00:00,0.4868756713385626,-0.3530510519922153,0.45317463849693623\n2018-07-25 15:00:00,0.49378979067286255,-0.34320725731563606,0.45672041865100393\n2018-07-25 16:00:00,0.5004818573152613,-0.3354595083445331,0.458022839285827\n2018-07-25 17:00:00,0.5204896754250841,-0.3101061811967291,0.46309287558344303\n2018-07-25 18:00:00,0.5426276021092324,-0.28183451160992506,0.46910722641432623\n2018-07-25 19:00:00,0.5538049418481342,-0.26682354556484067,0.4728288825304797\n2018-07-25 20:00:00,0.5521195611940206,-0.268594647650284,0.47285341436524686\n2018-07-25 21:00:00,0.5598453609459372,-0.2558972274852819,0.4771052233863538\n2018-07-25 22:00:00,0.5715721130970302,-0.23497423765499123,0.4863146626914948\n2018-07-25 23:00:00,0.5605313413010349,-0.23898309314301483,0.49410050067598726\n2018-07-26 00:00:00,0.557813466339828,-0.23868846367411709,0.497552413314455\n2018-07-26 01:00:00,0.5517404312075749,-0.24697740190431677,0.49621518161128847\n2018-07-26 02:00:00,0.5574741009412734,-0.24125044448999328,0.49662662280571207\n2018-07-26 03:00:00,0.555527509235236,-0.24193411720815236,0.49856805281038896\n2018-07-26 04:00:00,0.5547665356179171,-0.2455282183384087,0.49627430023386176\n2018-07-26 05:00:00,0.5502735511045383,-0.2436105901104129,0.5031642035377165\n2018-07-26 06:00:00,0.5676093892569369,-0.22425962973811314,0.5052551110165211\n2018-07-26 07:00:00,0.5716131949520609,-0.21435721540328817,0.5113649861915344\n2018-07-26 08:00:00,0.5830115612370387,-0.20009620864447128,0.5144128878207754\n2018-07-26 09:00:00,0.5815287188022195,-0.19856371241951287,0.5177425464063374\n2018-07-26 10:00:00,0.5982833664253088,-0.17832630852706127,0.5208351796136951\n2018-07-26 11:00:00,0.6205528394820073,-0.14905033145307547,0.5277476227000387\n2018-07-26 12:00:00,0.6475883108747246,-0.11455912512766021,0.5352958033490605\n2018-07-26 13:00:00,0.6585982666061282,-0.10292617272334444,0.5356462515672104\n2018-07-26 14:00:00,0.677183184754548,-0.07754009111679802,0.5421905980952813\n2018-07-26 15:00:00,0.6927986337425415,-0.05207235879063568,0.5517089454483302\n2018-07-26 16:00:00,0.6894466526206622,-0.04322647827389907,0.5636312377964987\n2018-07-26 17:00:00,0.6828192685267684,-0.04684270088150977,0.5666431539002799\n2018-07-26 18:00:00,0.6717292479583099,-0.05544789811297732,0.5687373458413212\n2018-07-26 19:00:00,0.6574230294877089,-0.06668303338847154,0.571208683732362\n2018-07-26 20:00:00,0.6593744155070763,-0.0668246092128328,0.5688606047619015\n2018-07-26 21:00:00,0.6544204073401091,-0.07640238239748728,0.5639784372777134\n2018-07-26 22:00:00,0.6468494174762611,-0.09417867165354124,0.5540209752328681\n2018-07-26 23:00:00,0.6210660119131366,-0.1276619403195842,0.5461373630558837\n2018-07-27 00:00:00,0.6104948755382273,-0.15131717786342533,0.5329852005611702\n2018-07-27 01:00:00,0.6317850265891116,-0.13237775783792358,0.530213331120715\n2018-07-27 02:00:00,0.6277681955854856,-0.13949714459051782,0.5274634532926661\n2018-07-27 03:00:00,0.6042024473831433,-0.16574313866398763,0.5247686935289896\n2018-07-27 04:00:00,0.5873028550027033,-0.19549807420383597,0.5123688269770148\n2018-07-27 05:00:00,0.5790535832417456,-0.214871269866665,0.5012500764108888\n2018-07-27 06:00:00,0.5661191961212336,-0.232572390866122,0.49659231193910824\n2018-07-27 07:00:00,0.5466451003112754,-0.2603835255138202,0.4882915062530145\n2018-07-27 08:00:00,0.5346400415845173,-0.276273429398799,0.4844294493499465\n2018-07-27 09:00:00,0.49828193004622456,-0.3151241819675682,0.48228315846302766\n2018-07-27 10:00:00,0.4836233031779129,-0.34062451268637717,0.47144503336203103\n2018-07-27 11:00:00,0.4989044421885196,-0.3338156975642112,0.46274482836344966\n2018-07-27 12:00:00,0.49662232341100765,-0.33786948971768754,0.4603513965460381\n2018-07-27 13:00:00,0.5085400746032118,-0.32769783337898156,0.45868836698456156\n2018-07-27 14:00:00,0.4762835275682772,-0.35030291874441954,0.46816115631656635\n2018-07-27 15:00:00,0.4892772639777822,-0.34657311939822827,0.45870276769534424\n2018-07-27 16:00:00,0.4829391902581406,-0.3545357435892734,0.4569598421230993\n2018-07-27 17:00:00,0.4637335254670746,-0.3711182494906307,0.4597331843668788\n2018-07-27 18:00:00,0.4468599984050727,-0.38461397819764964,0.4628260466769714\n2018-07-27 19:00:00,0.4334716001947373,-0.40167186027741725,0.4592353702635695\n2018-07-27 20:00:00,0.4183901726509536,-0.4256167410767228,0.45075452575489616\n2018-07-27 21:00:00,0.43444765358452503,-0.4161505210412956,0.4438634809072184\n2018-07-27 22:00:00,0.44704005709986155,-0.4025978297906598,0.4448596616083162\n2018-07-27 23:00:00,0.41823970135547855,-0.43017082526627404,0.4459826444502285\n2018-07-28 00:00:00,0.43473359531171973,-0.41726223049328837,0.44208279171707343\n2018-07-28 01:00:00,0.4309011938512219,-0.4243083267598136,0.4385795037292713\n2018-07-28 02:00:00,0.43749530206647613,-0.4108446099798725,0.44569662756659145\n2018-07-28 03:00:00,0.4638115249248899,-0.383469869751591,0.4468039080050731\n2018-07-28 04:00:00,0.4696530091481039,-0.368018086743905,0.4568510294129233\n2018-07-28 05:00:00,0.491050134391814,-0.3358990284685513,0.46720396238212597\n2018-07-28 06:00:00,-0.09854564426546267,-0.7301615029507577,0.4741051588272785\n2018-07-28 07:00:00,-0.05399519850213068,-0.8589073389545424,0.38884662873356524\n2018-07-28 08:00:00,-0.030606338802464158,-0.9076404964264279,0.36244265952026333\n2018-07-28 09:00:00,-0.029761474067072215,-0.9240055924040348,0.3465418050463725\n2018-07-28 10:00:00,0.01618210003387598,-0.9592443382563497,0.32431156233988745\n2018-07-28 11:00:00,0.019118047433745334,-0.9865330729675164,0.29348700560269264\n2018-07-28 12:00:00,0.02010205319727819,-1.0624417375795798,0.2158570563940196\n2018-07-28 13:00:00,0.0574045778128364,-1.1018952691875779,0.13846713835990873\n2018-07-28 14:00:00,0.025974345277664703,-1.1868703156194003,0.085005790464842\n2018-07-28 15:00:00,0.07024685533132663,-1.221962164279285,0.005537716789597414\n2018-07-28 16:00:00,0.08602057521263325,-1.1727867981206248,-0.03939525128173812\n2018-07-28 17:00:00,0.004413760917180792,-1.2088237496793715,-0.0859418248744735\n2018-07-28 18:00:00,-0.01103770329196776,-1.1600050653322542,-0.12921892256930517\n2018-07-28 19:00:00,-0.011649977905306577,-1.142876129034858,-0.14656293533584644\n2018-07-28 20:00:00,-0.015177230903738152,-1.0923910970018813,-0.1938868463256494\n2018-07-28 21:00:00,0.05007357068180196,-1.0607353161793744,-0.1905263652763041\n2018-07-28 22:00:00,0.03101598855345521,-1.0899816654432892,-0.17999574536412963\n2018-07-28 23:00:00,0.04294648058188432,-1.0977364412459067,-0.15961445643687627\n2018-07-29 00:00:00,0.0791801118067354,-1.0625242415221736,-0.1580934053996655\n2018-07-29 01:00:00,0.09636980318964526,-1.0537771449757947,-0.1494723181167569\n2018-07-29 02:00:00,0.11537304791154736,-1.0559700411975272,-0.12752062522041474\n2018-07-29 03:00:00,0.1445676735780285,-1.0286508940294286,-0.12580315937486952\n2018-07-29 04:00:00,0.12722287642624405,-1.0613106936039183,-0.11116308765133809\n2018-07-29 05:00:00,0.15045577099944268,-1.0287717791407969,-0.1206799299601648\n2018-07-29 06:00:00,0.11862233311591959,-1.0589362160763978,-0.12304148944147122\n2018-07-29 07:00:00,0.13999588619201808,-1.0337494127904694,-0.12708766648132994\n2018-07-29 08:00:00,0.1230536608649112,-1.0561764568831729,-0.12249627312824593\n2018-07-29 09:00:00,0.15711608255233983,-1.0467272020337233,-0.09797725980018879\n2018-07-29 10:00:00,0.19688216480365375,-1.0474329896768289,-0.057061551525792835\n2018-07-29 11:00:00,0.3029444443402528,-0.9910351191584887,0.006848430566953562\n2018-07-29 12:00:00,0.3159509638400961,-0.9012769663389978,0.0825086401906941\n2018-07-29 13:00:00,0.29183553963782777,-0.8484178910505352,0.15998155679288578\n2018-07-29 14:00:00,0.25327111804582614,-0.8299439347577658,0.21684701585244465\n2018-07-29 15:00:00,0.3107005336183057,-0.7502046401600307,0.2391985936834466\n2018-07-29 16:00:00,0.29977091151494584,-0.7331692313972309,0.2670541925987369\n2018-07-29 17:00:00,0.2942590424566404,-0.694959475180141,0.31008773306792947\n2018-07-29 18:00:00,0.2601113021482192,-0.6785331752014072,0.3605458043473265\n2018-07-29 19:00:00,0.24241311719628955,-0.6757472390711559,0.3813780350911207\n2018-07-29 20:00:00,0.20116108393700596,-0.7224756275365931,0.37653617578157467\n2018-07-29 21:00:00,0.19467883245877413,-0.7405685831552278,0.36417092488943564\n2018-07-29 22:00:00,0.15428830512002903,-0.7939386911564292,0.35140881270239255\n2018-07-29 23:00:00,0.15286957892564623,-0.803046116617908,0.3435045703406893\n2018-07-30 00:00:00,0.19267103969854713,-0.773486902892417,0.33261724344215615\n2018-07-30 01:00:00,0.160208749629913,-0.8137527481206045,0.324413762252028\n2018-07-30 02:00:00,0.2172997437033186,-0.7774742490734847,0.3027493057377015\n2018-07-30 03:00:00,0.20545161826415687,-0.7581744744600478,0.33402293042553827\n2018-07-30 04:00:00,0.2133917849578988,-0.735632255444517,0.34893739847232785\n2018-07-30 05:00:00,0.21082729677424478,-0.7052370131245725,0.38215277872476316\n2018-07-30 06:00:00,0.15845257839576707,-0.7332047099440534,0.4074733317885858\n2018-07-30 07:00:00,0.11934107913755497,-0.7896922820765738,0.3900586543103308\n2018-07-30 08:00:00,0.040687530199175585,-0.9258968326730367,0.3331735018900937\n2018-07-30 09:00:00,0.03277607422535784,-1.0408319609551955,0.22514870387372415\n2018-07-30 10:00:00,0.04112716065342084,-1.1452975620713406,0.11177372101583079\n2018-07-30 11:00:00,0.000866687133659395,-1.2617641018139016,-0.03550343577839627\n2018-07-30 12:00:00,0.00010065133109945109,-1.1331264011899258,-0.16481056428111324\n2018-07-30 13:00:00,-0.002361727493481982,-1.113956622408132,-0.18293454071246035\n2018-07-30 14:00:00,0.005675436201418805,-1.1017349779088208,-0.19195471257366392\n2018-07-30 15:00:00,0.09119034170234143,-1.0271980773432368,-0.18017650869525567\n2018-07-30 16:00:00,0.0693050091424963,-1.107109548745533,-0.12238183085778986\n2018-07-30 17:00:00,0.03866691955892368,-1.1385045418262227,-0.12050376581457724\n2018-07-30 18:00:00,0.0438962330876904,-1.117352529116742,-0.13575354821538374\n2018-07-30 19:00:00,0.09185446291215618,-1.0647756490017461,-0.13981884066966052\n2018-07-30 20:00:00,0.13464823880396068,-1.0558583640167312,-0.10554912143724045\n2018-07-30 21:00:00,0.06219234007028223,-1.1611947974588226,-0.07224486875057592\n2018-07-30 22:00:00,0.05445637132255015,-1.113495697865995,-0.12706939162064407\n2018-07-30 23:00:00,0.10325750366189503,-1.0604379331232363,-0.13191463579026982\n2018-07-31 00:00:00,0.1073868657695092,-0.8243239460067061,-0.3720698793445271\n2018-07-31 01:00:00,0.07972583749937123,-0.8069944334185486,-0.421190904909717\n2018-07-31 02:00:00,0.10402401292731142,-0.7633236208293979,-0.4418308860400679\n2018-07-31 03:00:00,0.10827308570374433,-0.7429202759755117,-0.4590607769410643\n2018-07-31 04:00:00,0.093265378819566,-0.7305792274371516,-0.4870936833610457\n2018-07-31 05:00:00,0.12845719274156067,-0.69075704020076,-0.49247851748686716\n2018-07-31 06:00:00,0.10246511525406024,-0.7130464000768116,-0.4974563498487684\n2018-07-31 07:00:00,0.03216440592629368,-0.7452392455764588,-0.5364773273936669\n2018-07-31 08:00:00,-0.009299386245567448,-0.7390818211225914,-0.5664637994200449\n2018-07-31 09:00:00,-0.088717036999573,-0.689035853823787,-0.5381015856602136\n2018-07-31 10:00:00,-0.15718775809495072,-0.6696643914604384,-0.49035395708296287\n2018-07-31 11:00:00,-0.2152492004904511,-0.6529367494604641,-0.44974140779164634\n2018-07-31 12:00:00,-0.24536078553755358,-0.6505212145195063,-0.42286277096797686\n2018-07-31 13:00:00,-0.2701801540990308,-0.6429959671578729,-0.40605059041590047\n2018-07-31 14:00:00,-0.28756064691665584,-0.6446558710880124,-0.3875206078253863\n2018-07-31 15:00:00,-0.3121418929284503,-0.6366047487293832,-0.37140498434021446\n2018-07-31 16:00:00,-0.3279078761197274,-0.6381369068024032,-0.3548853523906515\n2018-07-31 17:00:00,-0.33211036534936833,-0.6420943869705303,-0.347188109779375\n2018-07-31 18:00:00,-0.34162131131996043,-0.6513297071403255,-0.32877497798901517\n2018-07-31 19:00:00,-0.34877606110195797,-0.6588454181848586,-0.314285924391465\n2018-07-31 20:00:00,-0.3263256500762296,-0.6882843074395758,-0.30782772295222216\n2018-07-31 21:00:00,-0.31882223388238307,-0.7116614344779348,-0.2917393357266575\n2018-07-31 22:00:00,-0.30015227000328437,-0.7437894919167158,-0.27821849169340207\n2018-07-31 23:00:00,-0.280445448718558,-0.7809567451234296,-0.26043761275562016\n2018-08-01 00:00:00,-0.26777359086588626,-0.8059798437565722,-0.24799360202534979\n2018-08-01 01:00:00,-0.2256932491187095,-0.8590722400912032,-0.23671770506258116\n2018-08-01 02:00:00,-0.1851984502774392,-0.9227414100172899,-0.21286393695748784\n2018-08-01 03:00:00,-0.14432378328828976,-0.9871443548256333,-0.1882657814643416\n2018-08-01 04:00:00,-0.10660903349864577,-1.0470016903882833,-0.16500349396276262\n2018-08-01 05:00:00,-0.022095950503398486,-1.1385926954628953,-0.15667616817451838\n2018-08-01 06:00:00,0.0841073346662979,-1.0757939317873613,-0.15560422323270398\n2018-08-01 07:00:00,0.17515842011561586,-1.0486260220181685,-0.09091895826866753\n2018-08-01 08:00:00,0.23943546765225535,-1.0480940638315424,-0.025783125166277544\n2018-08-01 09:00:00,0.28496264670701027,-0.9934760971883483,0.03339581897527156\n2018-08-01 10:00:00,0.3017933337503186,-0.9125083738881264,0.09737688171229811\n2018-08-01 11:00:00,0.2675102219613085,-0.8618908863080502,0.18237433663659036\n2018-08-01 12:00:00,0.2446557908049011,-0.8511690776851047,0.21606629172846617\n2018-08-01 13:00:00,0.25643582489148886,-0.8322423576320016,0.22381348656649142\n2018-08-01 14:00:00,0.29358157935625284,-0.7888558029500059,0.23023686338323512\n2018-08-01 15:00:00,0.2907056397020706,-0.7912850159142001,0.23110065864708598\n2018-08-01 16:00:00,0.35937824875099833,-0.7258155667686789,0.228170553397286\n2018-08-01 17:00:00,0.3648172456928943,-0.6792362148115563,0.2693758555938742\n2018-08-01 18:00:00,0.3594318288079332,-0.667033908911105,0.28740654455826703\n2018-08-01 19:00:00,0.3647194016356604,-0.6562621573699765,0.29337096894764586\n2018-08-01 20:00:00,0.3774766621425209,-0.6486796266394347,0.2884100292379604\n2018-08-01 21:00:00,0.28146593164091677,-0.7520597214799118,0.2813227424559305\n2018-08-01 22:00:00,0.2834919065160353,-0.8015141880133232,0.22980188746664948\n2018-08-01 23:00:00,0.25649139332262766,-0.8651612299187391,0.19309497340228798\n2018-08-02 00:00:00,0.264575859309229,-0.8897364709786689,0.15999926198233208\n2018-08-02 01:00:00,0.27110529351449963,-0.9005668631218956,0.1420385363142659\n2018-08-02 02:00:00,0.28285211725417,-0.9168602625918847,0.11385850973424107\n2018-08-02 03:00:00,0.27971326696084253,-0.9453927148321356,0.08872822842991594\n2018-08-02 04:00:00,0.3071284723761291,-0.9331818500666288,0.07356890617044447\n2018-08-02 05:00:00,0.3144483951166222,-0.9382865110982408,0.06113015670865149\n2018-08-02 06:00:00,0.3508158621568716,-0.8699825626426853,0.09296093530223996\n2018-08-02 07:00:00,0.3406232830989249,-0.8381829261308793,0.13462928568461555\n2018-08-02 08:00:00,0.3939289785874905,-0.7433697156091706,0.17648527182806026\n2018-08-02 09:00:00,0.4238644663649594,-0.6859822494943172,0.20407847411786803\n2018-08-02 10:00:00,0.4900397582869789,-0.5908084093550932,0.23350087554197363\n2018-08-02 11:00:00,0.4950566400090808,-0.5566451450389261,0.26309362171122164\n2018-08-02 12:00:00,0.5056921978337742,-0.5209507150735817,0.2883175078019149\n2018-08-02 13:00:00,0.5168164571319095,-0.4821509111631465,0.31618523016869415\n2018-08-02 14:00:00,0.5142005740160658,-0.46501749352015637,0.336223382769441\n2018-08-02 15:00:00,0.5246167043009706,-0.4473104040571074,0.34351283979147257\n2018-08-02 16:00:00,0.5322689591285151,-0.4389708862739493,0.34462477400009206\n2018-08-02 17:00:00,0.5426231951757917,-0.4119314568030748,0.3617368728070996\n2018-08-02 18:00:00,0.5418076345968994,-0.3987948550072964,0.37634711476052657\n2018-08-02 19:00:00,0.5566161367551071,-0.37107871548722443,0.3897144006463617\n2018-08-02 20:00:00,0.5476151431151461,-0.36917206375224076,0.40098800298602477\n2018-08-02 21:00:00,0.5446399455000895,-0.3516535413657168,0.4213010067644962\n2018-08-02 22:00:00,0.5717960986191085,-0.3117042887345047,0.4341851864212274\n2018-08-02 23:00:00,0.5918390432985478,-0.2843999633002853,0.44096596656295106\n2018-08-03 00:00:00,0.6003887394639804,-0.2627737784664796,0.4545118983056547\n2018-08-03 01:00:00,0.6081688639902615,-0.25558530594814255,0.45469832504618124\n2018-08-03 02:00:00,0.5994036152829603,-0.2668113192929188,0.45212623225461385\n2018-08-03 03:00:00,0.6233656595203455,-0.25140016518958735,0.44361491926143765\n2018-08-03 04:00:00,0.6323555321770972,-0.2583207575106247,0.4272499261504913\n2018-08-03 05:00:00,0.6159677025497325,-0.2863735418760428,0.4158947388857237\n2018-08-03 06:00:00,0.606132197757029,-0.3047552514775342,0.40730830720194466\n2018-08-03 07:00:00,0.6077230597481891,-0.3108634271841122,0.39995916770801626\n2018-08-03 08:00:00,0.595344183432866,-0.32988270821632515,0.39291453858354114\n2018-08-03 09:00:00,0.6003290576873995,-0.32208110741462725,0.3956899126167893\n2018-08-03 10:00:00,0.6211493411171362,-0.3016217495294156,0.39507601816580235\n2018-08-03 11:00:00,0.6308144041824931,-0.2850854610692551,0.4020231681468925\n2018-08-03 12:00:00,0.6332137612817889,-0.28186235700350987,0.40212397737777417\n2018-08-03 13:00:00,0.6504490482602852,-0.26189873619737764,0.40456211313012375\n2018-08-03 14:00:00,0.6774823680042075,-0.2306910712349451,0.40836672563670284\n2018-08-03 15:00:00,0.7083727222835812,-0.19710247835336356,0.41020311837453133\n2018-08-03 16:00:00,0.745417887879832,-0.14712179353625038,0.42260345449582276\n2018-08-03 17:00:00,0.7745796232786126,-0.10755827238828418,0.43321271867703737\n2018-08-03 18:00:00,0.9519627456902909,0.09267337215647493,0.26974396447930943\n2018-08-03 19:00:00,0.9420732389770136,0.10130796567688964,0.2731178334502843\n2018-08-03 20:00:00,0.9420378935615781,0.09895316955791118,0.2760069243917633\n2018-08-03 21:00:00,0.9495226803694305,0.09152233633493356,0.2765591022558615\n2018-08-03 22:00:00,0.9606645523970194,0.08138094913757837,0.27569451094995423\n2018-08-03 23:00:00,0.968701034881729,0.07678473690560413,0.27271654766849807\n2018-08-04 00:00:00,0.9868761742495563,0.058061826731614495,0.2734903067167642\n2018-08-04 01:00:00,0.9988247555783197,0.045064529434193874,0.27426945952520876\n2018-08-04 02:00:00,0.9964337245687165,0.03714226941523263,0.2839585075896662\n2018-08-04 03:00:00,0.9926491323179534,0.03479923028523785,0.2899663350201485\n2018-08-04 04:00:00,0.9743375265150319,0.044821497696826834,0.2985579756604044\n2018-08-04 05:00:00,0.9694491005991585,0.0439915528461997,0.3046556384700499\n2018-08-04 06:00:00,0.9593416207625831,0.055803675647881586,0.302868832702347\n2018-08-04 07:00:00,0.95437274705662,0.04236161175173626,0.3217023226397628\n2018-08-04 08:00:00,0.9473943243709381,0.0365181815837374,0.33497042421315815\n2018-08-04 09:00:00,0.93872418664525,0.026660734863646632,0.3537258774989007\n2018-08-04 10:00:00,0.9378966551601938,0.01101082759532564,0.3703642717165361\n2018-08-04 11:00:00,0.9358535656513429,0.0024116843174288244,0.38060841161671066\n2018-08-04 12:00:00,0.9154280736886626,-0.018885494511048026,0.3840023225360825\n2018-08-04 13:00:00,0.9009549616786652,-0.03608295782876785,0.3813388196779532\n2018-08-04 14:00:00,0.8971745986011723,-0.037433370830411386,0.3840222326444835\n2018-08-04 15:00:00,0.8920913693702169,-0.038126249053444146,0.38904024859742437\n2018-08-04 16:00:00,0.8981042011905614,-0.02865478336944452,0.3929985698128097\n2018-08-04 17:00:00,0.9014476241658503,-0.01713104380100886,0.40134725276834904\n2018-08-04 18:00:00,0.9090545218954726,-0.0153965847994619,0.39603526037560266\n2018-08-04 19:00:00,0.9054349436453826,-0.013909809878234801,0.40108319619336563\n2018-08-04 20:00:00,0.8945784131867393,-0.019750935506879563,0.4060588109336422\n2018-08-04 21:00:00,0.8948052066062824,-0.02732804969264429,0.3981719900774816\n2018-08-04 22:00:00,0.9085850531471885,-0.022283967939370875,0.3887378962299331\n2018-08-04 23:00:00,0.9242954755633764,-0.01625464874759677,0.37845908481044355\n2018-08-05 00:00:00,0.9339846333860938,0.00715026324961891,0.377932984603543\n2018-08-05 01:00:00,0.9240023139942084,0.019654647745684338,0.3752965673052954\n2018-08-05 02:00:00,0.9321126684386559,0.025592561808734912,0.360771359575281\n2018-08-05 03:00:00,0.9263420558303317,0.041630396421564436,0.3504037441068407\n2018-08-05 04:00:00,0.9197909008125273,0.05502849829921348,0.3435908713628716\n2018-08-05 05:00:00,0.9307175461783088,0.04136853563735388,0.34574671893241293\n2018-08-05 06:00:00,0.9313986772602824,0.050501017278162065,0.33508451316253074\n2018-08-05 07:00:00,0.9211652707463471,0.07080300753909431,0.3250213192153253\n2018-08-05 08:00:00,0.9217246801960037,0.06926333332869242,0.3264170475763652\n2018-08-05 09:00:00,0.9281933474265975,0.06776809787333507,0.322486423376578\n2018-08-05 10:00:00,0.9389798120687907,0.057158358568405426,0.32279639227188905\n2018-08-05 11:00:00,0.9502066121918427,0.04722693175737156,0.3222568796759289\n2018-08-05 12:00:00,0.9388355446925879,0.07854810737231963,0.30182195904494946\n2018-08-05 13:00:00,0.9369227941257822,0.08342959080256279,0.29971160254655643\n2018-08-05 14:00:00,0.9373191862305235,0.0797460442187378,0.3032367560711613\n2018-08-05 15:00:00,0.9468249221807651,0.07779304653796819,0.2964192293042851\n2018-08-05 16:00:00,0.946913569326352,0.07397324946040669,0.3001158609441441\n2018-08-05 17:00:00,0.9359480754517441,0.08769699753268602,0.29738843569354534\n2018-08-05 18:00:00,0.9276508885874762,0.1027396164472272,0.2909005018154691\n2018-08-05 19:00:00,0.924458032518025,0.10138875397457144,0.29587445534564555\n2018-08-05 20:00:00,0.9173582836331698,0.10442501335892926,0.30004090804991285\n2018-08-05 21:00:00,0.9185978396498946,0.09921525812116475,0.304745707356793\n2018-08-05 22:00:00,0.9354025412542035,0.08681984523971431,0.30108864194723745\n2018-08-05 23:00:00,0.9501911302703638,0.06825796967653501,0.3044198396036115\n2018-08-06 00:00:00,0.953192213872762,0.07098669714360424,0.2982426188611064\n2018-08-06 01:00:00,0.9445448291115786,0.0753283704224507,0.3024757906429574\n2018-08-06 02:00:00,0.9433840175608735,0.07029411061930736,0.3090189551867033\n2018-08-06 03:00:00,0.9294283909302385,0.08134468144681681,0.31214306598225233\n2018-08-06 04:00:00,0.9216043495515698,0.08732101997486791,0.3135536250831858\n2018-08-06 05:00:00,0.9047057909443731,0.10303724308872696,0.31515398177578846\n2018-08-06 06:00:00,0.8935761940128749,0.11874608630676355,0.3106827736667917\n2018-08-06 07:00:00,0.8915237745442613,0.12511648299575198,0.30615716702940665\n2018-08-06 08:00:00,0.886172410869431,0.12187793292948547,0.3143492656827048\n2018-08-06 09:00:00,0.8841365857118618,0.11106396272204008,0.3269900632732144\n2018-08-06 10:00:00,0.8897129243906265,0.09889718405429225,0.3343447389756856\n2018-08-06 11:00:00,0.8907301852880833,0.08856009397123595,0.3439452709501253\n2018-08-06 12:00:00,0.9044365549774446,0.060111006819555494,0.35899391738667474\n2018-08-06 13:00:00,0.9100733362487428,0.04766129309263167,0.36649686820269833\n2018-08-06 14:00:00,0.9102582411377212,0.0529480359326685,0.3608950188085451\n2018-08-06 15:00:00,0.9013562237553465,0.060377346171756885,0.3628008362238055\n2018-08-06 16:00:00,0.8930080485983211,0.05308585276771642,0.378459791494835\n2018-08-06 17:00:00,0.8919291103147594,0.04291080872875152,0.3898679794777382\n2018-08-06 18:00:00,0.8934688196979116,0.03659981475543898,0.39422912819630446\n2018-08-06 19:00:00,0.9000192756151234,0.01877494916332089,0.4051060941993779\n2018-08-06 20:00:00,0.9078197495489542,-0.002271238589471689,0.4136521669829208\n2018-08-06 21:00:00,0.8981040066601645,0.008334610075971534,0.416454410870527\n2018-08-06 22:00:00,0.8948517904530925,0.012787417645479002,0.41433605806008816\n2018-08-06 23:00:00,0.8834228436774773,0.02358726849901999,0.41444777075070055\n2018-08-07 00:00:00,0.8701926712199289,0.029530668990162594,0.4215965000915706\n2018-08-07 01:00:00,0.8656840809094288,0.033859981016185925,0.4217589946724231\n2018-08-07 02:00:00,0.8744656792336784,0.02194839673158547,0.425077428508977\n2018-08-07 03:00:00,0.8749578342601145,0.010974062642230258,0.43529770602774986\n2018-08-07 04:00:00,0.8727690604815479,0.005936221456305435,0.442245542776425\n2018-08-07 05:00:00,0.8700586287974951,-0.011376541131648495,0.43915371809286363\n2018-08-07 06:00:00,0.8746334432767221,-0.011706420680570338,0.43418734380324536\n2018-08-07 07:00:00,0.8795574748757596,-0.017934634151597056,0.4222808280592565\n2018-08-07 08:00:00,0.8941739735635424,-0.01493533159440807,0.41072900377411303\n2018-08-07 09:00:00,0.9155018016844626,-0.0021940227705418724,0.40188601195962964\n2018-08-07 10:00:00,0.9080147989234769,0.01528000567802964,0.39599635816941475\n2018-08-07 11:00:00,0.9149621509344321,0.008846070719866697,0.39473178902888234\n2018-08-07 12:00:00,0.9209592178179971,0.01499184792636479,0.3815382141655193\n2018-08-07 13:00:00,0.9276350971500348,0.015323760777031757,0.37435447368962\n2018-08-07 14:00:00,0.932513491792207,0.02988494060338499,0.35407708819319794\n2018-08-07 15:00:00,0.9346068016615353,0.030868222408410882,0.35068483264578904\n2018-08-07 16:00:00,0.9410715625004797,0.023030741452236693,0.35199585693771135\n2018-08-07 17:00:00,0.9488690562307773,0.022259406749604686,0.3447731400448931\n2018-08-07 18:00:00,0.949001896756674,0.02400793453582533,0.3424252169551575\n2018-08-07 19:00:00,0.9424345335086506,0.03297371019434405,0.33927175500299295\n2018-08-07 20:00:00,0.9275262499444032,0.05395239202236166,0.33253027095562265\n2018-08-07 21:00:00,0.9068880891961877,0.07268879463011568,0.33453560567920265\n2018-08-07 22:00:00,0.8902063981689609,0.08922508121196328,0.33455870180758424\n2018-08-07 23:00:00,0.8815185973731318,0.10063342594405653,0.331767285435152\n2018-08-08 00:00:00,0.870444365709493,0.11138951417577389,0.3319117703869748\n2018-08-08 01:00:00,0.8622862582031516,0.11981813665351475,0.33158178063548593\n2018-08-08 02:00:00,0.8596125268419236,0.12324045676271297,0.3306178400882031\n2018-08-08 03:00:00,0.8503547957538463,0.13116485148435186,0.3324643509051011\n2018-08-08 04:00:00,0.8486740140022656,0.13563895369760265,0.3302865696013909\n2018-08-08 05:00:00,0.8544641529031981,0.12983457857874542,0.33086579906147734\n2018-08-08 06:00:00,0.8601075518074992,0.1270399822096207,0.3278974592934866\n2018-08-08 07:00:00,0.8551641234079772,0.1372496321558229,0.32259437240921757\n2018-08-08 08:00:00,0.8594206391893031,0.14340944118543833,0.31175306745287357\n2018-08-08 09:00:00,0.8572765831888917,0.15506139558735152,0.3015577763885122\n2018-08-08 10:00:00,0.8473226457938652,0.16252356494695303,0.3032947843828872\n2018-08-08 11:00:00,0.8428820878703769,0.1664170410205916,0.3032112098123274\n2018-08-08 12:00:00,0.812743118092003,0.19482474174787215,0.28875018064077895\n2018-08-08 13:00:00,0.8155489552165845,0.19423516338539737,0.28665155771056716\n2018-08-08 14:00:00,0.8111835837026513,0.19705469747258458,0.2880492641868986\n2018-08-08 15:00:00,0.8095302284265603,0.19920738095928459,0.2872304113436556\n2018-08-08 16:00:00,0.8065165461277257,0.2001882817770728,0.288429128433782\n2018-08-08 17:00:00,0.8034819299017211,0.2011099164072214,0.2902820553543434\n2018-08-08 18:00:00,0.7991964213970789,0.20384575041381242,0.2918185676655193\n2018-08-08 19:00:00,0.7933750562173016,0.20682981659872537,0.29466857323609535\n2018-08-08 20:00:00,0.7882545168470732,0.21004899264638657,0.29670869475398476\n2018-08-08 21:00:00,0.7821333242598485,0.21873287250612286,0.29377118438580485\n2018-08-08 22:00:00,0.7742494728021632,0.2255308493458501,0.2944456043264955\n2018-08-08 23:00:00,0.7678216617902509,0.23573963658167854,0.29047707468635625\n2018-08-09 00:00:00,0.7677952835037642,0.23796227087969118,0.2880670584787499\n2018-08-09 01:00:00,0.7615950106625474,0.24813476388017686,0.2836379087355559\n2018-08-09 02:00:00,0.7557825925377393,0.2550699809455249,0.2823273637322933\n2018-08-09 03:00:00,0.7565518931399847,0.2518652911808372,0.28517967052565796\n2018-08-09 04:00:00,0.7526255748832997,0.25021010452581155,0.29069696287662933\n2018-08-09 05:00:00,0.7500283660139089,0.25183334509443794,0.29167721121154894\n2018-08-09 06:00:00,0.74957861612254,0.253356963886986,0.2897040389129473\n2018-08-09 07:00:00,0.7476337622298899,0.25126697259167835,0.2932857348783348\n2018-08-09 08:00:00,0.7515286827158448,0.24672970123401797,0.29282509400141626\n2018-08-09 09:00:00,0.7526295118814899,0.24336624243185542,0.2948433010513841\n2018-08-09 10:00:00,0.7526085406070578,0.2430829831751241,0.29490909998206133\n2018-08-09 11:00:00,0.7531654954629493,0.24314866766071833,0.29455593818588843\n2018-08-09 12:00:00,0.7547453882282734,0.24146200401500623,0.2949449081862199\n2018-08-09 13:00:00,0.7554824536750804,0.23304242940531336,0.30276433353057813\n2018-08-09 14:00:00,0.7581572990053415,0.2241043381109028,0.3091388941845659\n2018-08-09 15:00:00,0.7571170643179881,0.2201177929660702,0.3146916957205991\n2018-08-09 16:00:00,0.759973875189358,0.21890609620962004,0.3132505655334938\n2018-08-09 17:00:00,0.7619570703127942,0.2107377104785971,0.31932636883679333\n2018-08-09 18:00:00,0.7642768802381208,0.20759608979555527,0.31946671736334653\n2018-08-09 19:00:00,0.7680830986648405,0.20528123577951066,0.31765031476298594\n2018-08-09 20:00:00,0.7669981702480747,0.20748183880783636,0.3161260086752034\n2018-08-09 21:00:00,0.7710805696986794,0.20484761218264616,0.31455120702210015\n2018-08-09 22:00:00,0.7733419533085347,0.20874333089902708,0.3077800884545813\n2018-08-09 23:00:00,0.7713805662926787,0.21359371831062154,0.30441284828752646\n2018-08-10 00:00:00,0.7682036536730974,0.224382736808052,0.29661831694724494\n2018-08-10 01:00:00,0.7692538280922729,0.22605895692679992,0.2936766494393783\n2018-08-10 02:00:00,0.7703049478042825,0.2246735368787867,0.293803888169467\n2018-08-10 03:00:00,0.7719771662041532,0.22042554540556766,0.29630204240696933\n2018-08-10 04:00:00,0.773943755207475,0.22263300214971968,0.2919964326130816\n2018-08-10 05:00:00,0.7682033813939826,0.23137970831438887,0.28820320186504594\n2018-08-10 06:00:00,0.7673943084853933,0.22862743829410476,0.2918805802951142\n2018-08-10 07:00:00,0.7647362303353855,0.23509026622851634,0.2878771907104093\n2018-08-10 08:00:00,0.7638806854492016,0.23528719883868413,0.28914361106072023\n2018-08-10 09:00:00,0.7662182402444008,0.23661723016972602,0.2854896837896954\n2018-08-10 10:00:00,0.7631007427345975,0.24242122901446495,0.2829289063085187\n2018-08-10 11:00:00,0.7594407842341873,0.24309847016942562,0.2859449629386021\n2018-08-10 12:00:00,0.7567518938488674,0.2452346339719909,0.2856877047775208\n2018-08-10 13:00:00,0.7555314994333049,0.24495100526296132,0.28720097964419794\n2018-08-10 14:00:00,0.7538210469508895,0.24601585996994263,0.287785356883313\n2018-08-10 15:00:00,0.7500535512894398,0.24775899760532916,0.28957849374053135\n2018-08-10 16:00:00,0.7468407934034054,0.25112432487852143,0.2895287520764996\n2018-08-10 17:00:00,0.7440646340439026,0.25682687780780866,0.28609352963292733\n2018-08-10 18:00:00,0.7392650328827147,0.2626736532622713,0.2851887601945721\n2018-08-10 19:00:00,0.7373374183777582,0.265307827999474,0.28478533873082096\n2018-08-10 20:00:00,0.7372339265762335,0.26634458398454763,0.2844058260596128\n2018-08-10 21:00:00,0.7349748192948052,0.26774387027977176,0.2853480191210197\n2018-08-10 22:00:00,0.7341671595816999,0.2674393961766138,0.28727457994924266\n2018-08-10 23:00:00,0.7322957543045361,0.26887990374078663,0.28829159980820823\n2018-08-11 00:00:00,0.7297786315814447,0.2701390222678738,0.28953842014220693\n2018-08-11 01:00:00,0.7264996472285662,0.27441550031167883,0.28824247180613394\n2018-08-11 02:00:00,0.7214390765272282,0.2770338207627485,0.29029895833476627\n2018-08-11 03:00:00,0.7165409460477562,0.27738814778827037,0.294886943106355\n2018-08-11 04:00:00,0.7140726439755974,0.2758853808744543,0.2979551441480929\n2018-08-11 05:00:00,0.7119678354078288,0.2730624953723289,0.3029117393149417\n2018-08-11 06:00:00,0.7136754480462257,0.2679564575267117,0.3067777309264366\n2018-08-11 07:00:00,0.7148498922308737,0.26651318685102826,0.30650436708948453\n2018-08-11 08:00:00,0.7149937079877247,0.2677353572904802,0.30484801507027687\n2018-08-11 09:00:00,0.7161461202229612,0.26556412728213674,0.30492169849375533\n2018-08-11 10:00:00,0.7136237596859156,0.26567364688546014,0.30667709290030754\n2018-08-11 11:00:00,0.7126234127365164,0.2651087200509825,0.30780681804339155\n2018-08-11 12:00:00,0.713767535491159,0.26174220651060787,0.3096047358386398\n2018-08-11 13:00:00,0.7116815759123407,0.26296815527041667,0.309690496493386\n2018-08-11 14:00:00,0.7097406443149981,0.2623233957917701,0.31139999382137806\n2018-08-11 15:00:00,0.7071664061567994,0.2604217672222373,0.315109891179907\n2018-08-11 16:00:00,0.7037447228781601,0.25824808963869905,0.3196089350181639\n2018-08-11 17:00:00,0.7036350064837456,0.25582268234788186,0.32117160908728987\n2018-08-11 18:00:00,0.703100276640517,0.2546454689985685,0.3224724811634265\n2018-08-11 19:00:00,0.7031460966274241,0.25298249420842195,0.3231563060084511\n2018-08-11 20:00:00,0.7017092535002468,0.25769736479177013,0.31905822535616213\n2018-08-11 21:00:00,0.6991354456641521,0.2587175418402244,0.31967406554668537\n2018-08-11 22:00:00,0.6971877986493659,0.261516805875026,0.3183785193868345\n2018-08-11 23:00:00,0.694432308159942,0.26730282313267767,0.3146314474147274\n2018-08-12 00:00:00,0.6922276997121882,0.27127504790386453,0.312508089087856\n2018-08-12 01:00:00,0.6903189805531782,0.2742398381627963,0.3111103716742642\n2018-08-12 02:00:00,0.6888303773771598,0.27674521977097727,0.30963755945557214\n2018-08-12 03:00:00,0.6863409980708074,0.28036296831151303,0.30868470259617103\n2018-08-12 04:00:00,0.6904092873110049,0.27690136683950534,0.30862361237261715\n2018-08-12 05:00:00,0.6929309183785661,0.27517002169574833,0.3079710482364424\n2018-08-12 06:00:00,0.692659827206101,0.2718235854213709,0.3115895190453369\n2018-08-12 07:00:00,0.6928889770577552,0.27006789613907717,0.31300434219184775\n2018-08-12 08:00:00,0.6904634072032881,0.2708212307939467,0.31443616702093247\n2018-08-12 09:00:00,0.6898241478746833,0.27225301417514747,0.3130575162406412\n2018-08-12 10:00:00,0.6859240077252978,0.27346896449890024,0.31553809227875423\n2018-08-12 11:00:00,0.6834338990131996,0.27483878066676026,0.3169161326927487\n2018-08-12 12:00:00,0.6823556486420187,0.2748859415034749,0.31756083147529374\n2018-08-12 13:00:00,0.6830239021985895,0.27202635524637886,0.31936461978579406\n2018-08-12 14:00:00,0.682197413208101,0.2743486970137099,0.3173693089153274\n2018-08-12 15:00:00,0.682029446474628,0.2725348785629751,0.31940323500848083\n2018-08-12 16:00:00,0.6808262913390758,0.2680491310871166,0.32513213115698697\n2018-08-12 17:00:00,0.6815614008246308,0.2706212042635835,0.3220389592442927\n2018-08-12 18:00:00,0.6837003568131484,0.27066928980883714,0.320385764254819\n2018-08-12 19:00:00,0.6858963089467718,0.2673351300373684,0.3218295524250508\n2018-08-12 20:00:00,0.6835599197056726,0.2646648381258615,0.3269993374025124\n2018-08-12 21:00:00,0.6831201450673693,0.2630759674970974,0.3290851817513783\n2018-08-12 22:00:00,0.6836453668752924,0.26021820381715544,0.3316860478421795\n2018-08-12 23:00:00,0.6848404067133174,0.2539471250029616,0.3372916617651287\n2018-08-13 00:00:00,0.6858122117312467,0.2530615666669239,0.3371325802610075\n2018-08-13 01:00:00,0.6858447139088412,0.24826737900300797,0.34211813659654344\n2018-08-13 02:00:00,0.6853552623836312,0.2495211700131802,0.3410289208247809\n2018-08-13 03:00:00,0.6817841376087217,0.2562257250013606,0.33763530771482597\n2018-08-13 04:00:00,0.6831612056319645,0.25583468406486237,0.33629117336685255\n2018-08-13 05:00:00,0.680609396000856,0.25723935965391465,0.3378381786649042\n2018-08-13 06:00:00,0.6809708455510187,0.25894627230285994,0.33551014774483967\n2018-08-13 07:00:00,0.680040533343227,0.2660202850286794,0.32858987766410114\n2018-08-13 08:00:00,0.676701367168884,0.27574956562329805,0.3222943417505491\n2018-08-13 09:00:00,0.6842280269446144,0.15636711165021153,0.4287085989211932\n2018-08-13 10:00:00,0.6883897792988976,0.14674981849785793,0.4329205664790191\n2018-08-13 11:00:00,0.6911447025613039,0.1400621559310335,0.4372317142968222\n2018-08-13 12:00:00,0.6963737206642191,0.1351596122518974,0.4369547716785379\n2018-08-13 13:00:00,0.6974557128172899,0.1290452149148152,0.44207224672322604\n2018-08-13 14:00:00,0.6988888689748988,0.12712972556419222,0.4421395950917374\n2018-08-13 15:00:00,0.7017818039700643,0.12060318069745266,0.4457925390057468\n2018-08-13 16:00:00,0.700822264748262,0.12037590918083917,0.4467701133533457\n2018-08-13 17:00:00,0.7007841190080001,0.11798820524817655,0.44894588146755304\n2018-08-13 18:00:00,0.7006980111745149,0.11807343238708796,0.44908885660452463\n2018-08-13 19:00:00,0.7038640904304629,0.11729999689499687,0.44667665988996963\n2018-08-13 20:00:00,0.7032261546056294,0.11707527851056525,0.4479095482035378\n2018-08-13 21:00:00,0.7009942532050837,0.11943202770253242,0.44780519303557553\n2018-08-13 22:00:00,0.6990927496683534,0.12037549534673533,0.4485938639677339\n2018-08-13 23:00:00,0.7018789115042592,0.12245929444392288,0.4433817148799099\n2018-08-14 00:00:00,0.7029610705996547,0.12160753886623113,0.44310761156531286\n2018-08-14 01:00:00,0.6991836322175727,0.12620773994957868,0.4423356142221394\n2018-08-14 02:00:00,0.6971585831660075,0.1274635881322204,0.4425541098533616\n2018-08-14 03:00:00,0.6975478559745399,0.13074243672212665,0.43889880495493155\n2018-08-14 04:00:00,0.6938593274494077,0.1333567910035237,0.43978175058612107\n2018-08-14 05:00:00,0.6932102508553191,0.1341992734222274,0.43887039089350566\n2018-08-14 06:00:00,0.6927236115383019,0.13506866360599956,0.4383549986196043\n2018-08-14 07:00:00,0.6910146350191797,0.13559487946310145,0.4397241428358525\n2018-08-14 08:00:00,0.689320708305507,0.13449419300119117,0.4421069146118939\n2018-08-14 09:00:00,0.6861685461289795,0.13517619084192134,0.44416858678879717\n2018-08-14 10:00:00,0.682835647352916,0.1335346572184226,0.44913349057059704\n2018-08-14 11:00:00,0.6822575918713115,0.1318695979836361,0.451494998727044\n2018-08-14 12:00:00,0.6852268841207272,0.12666716954299853,0.45313738978163814\n2018-08-14 13:00:00,0.6836571477107685,0.1264598326000514,0.45392823068624605\n2018-08-14 14:00:00,0.6788330825429996,0.12936734967792848,0.4548822983008869\n2018-08-14 15:00:00,0.6808019658826575,0.12904369251357087,0.4527065320074427\n2018-08-14 16:00:00,0.6773803809553581,0.13412634287201897,0.45039681108986895\n2018-08-14 17:00:00,0.6760123893234091,0.13434561447477852,0.4515645051896894\n2018-08-14 18:00:00,0.6744881341766787,0.13262241157667473,0.4545486749335375\n2018-08-14 19:00:00,0.6756437997077375,0.12657143768589574,0.4586309626510953\n2018-08-14 20:00:00,0.6751092222434658,0.12635783438847678,0.45898703131523333\n2018-08-14 21:00:00,0.6748930536493826,0.1263685558518829,0.4590460475560877\n2018-08-14 22:00:00,0.6740640441062524,0.1189787767912148,0.4666473351560868\n2018-08-14 23:00:00,0.673981542686706,0.11525108547507013,0.47039080543178796\n2018-08-15 00:00:00,0.6740561251980793,0.11476636583548437,0.4706620793044508\n2018-08-15 01:00:00,0.6728008603380848,0.11428749152708964,0.47208882840918015\n2018-08-15 02:00:00,0.6693603395512382,0.11854766494290433,0.47104259105294916\n2018-08-15 03:00:00,0.6671889350453193,0.12167313369324148,0.47005053981703704\n2018-08-15 04:00:00,0.6646061325762833,0.12824108487268995,0.46626590564463977\n2018-08-15 05:00:00,0.6652519970477725,0.13049692791415196,0.46355529023149916\n2018-08-15 06:00:00,0.6654606513777986,0.1278508949452828,0.4666382711994998\n2018-08-15 07:00:00,0.6656523751037198,0.13041178668514264,0.464580217190883\n2018-08-15 08:00:00,0.6641978178300816,0.13561180972773856,0.46100932656336274\n2018-08-15 09:00:00,0.6621609830223631,0.14172194146156714,0.4571255058995279\n2018-08-15 10:00:00,0.6589416454775697,0.15009987546395068,0.45238489719571423\n2018-08-15 11:00:00,0.6572205335986947,0.1550013709104061,0.44987887355528194\n2018-08-15 12:00:00,0.6552555770235795,0.1600807010549078,0.4470478419363852\n2018-08-15 13:00:00,0.657748424837439,0.16054146868438735,0.44470881796520095\n2018-08-15 14:00:00,0.6603319792230405,0.16056013070097597,0.44246105695989496\n2018-08-15 15:00:00,0.6640354881064261,0.15985583259338834,0.4395243190192176\n2018-08-15 16:00:00,0.6624630190118636,0.16852263460095232,0.43217922659656577\n2018-08-15 17:00:00,0.6627783519098093,0.17092228940465082,0.429479685339451\n2018-08-15 18:00:00,0.6647842987290007,0.1703906990331748,0.42800181475793725\n2018-08-15 19:00:00,0.6652216902165919,0.17607322882916338,0.42192986399669796\n2018-08-15 20:00:00,0.6635398142059732,0.17948330686258326,0.41991980489338404\n2018-08-15 21:00:00,0.6600163046315483,0.18272583035727674,0.41993472728069114\n2018-08-15 22:00:00,0.6607087397746093,0.18625496291419774,0.4159415153996606\n2018-08-15 23:00:00,0.6589603493619627,0.18841411909672012,0.41559603476658113\n2018-08-16 00:00:00,0.6610925939466183,0.1837335548784059,0.4185497151235665\n2018-08-16 01:00:00,0.6627958363146056,0.18204987052084962,0.41849453329649206\n2018-08-16 02:00:00,0.6649039839944408,0.18014773344342747,0.4185638370995254\n2018-08-16 03:00:00,0.6642381480055128,0.18538407096965664,0.41429117782906333\n2018-08-16 04:00:00,0.6677520425661011,0.18216490987093498,0.4141573964841266\n2018-08-16 05:00:00,0.6691003853014718,0.17794177602097422,0.417208218980097\n2018-08-16 06:00:00,0.670168580197323,0.17856081201004528,0.4157338685778511\n2018-08-16 07:00:00,0.6701408797605563,0.18175218713573457,0.4129646877379088\n2018-08-16 08:00:00,0.670472795588777,0.18494192603257614,0.40908672117784034\n2018-08-16 09:00:00,0.6723146339013559,0.18340155769032343,0.40896623346589195\n2018-08-16 10:00:00,0.6731136568717611,0.18571008254450144,0.40645359789908475\n2018-08-16 11:00:00,0.6746853451217458,0.18261318391636314,0.40785321803682184\n2018-08-16 12:00:00,0.6766092949233038,0.17976859312875706,0.4091684052032045\n2018-08-16 13:00:00,0.6792566531620063,0.17911705755336144,0.4077734586673918\n2018-08-16 14:00:00,0.681332555156542,0.173200575198724,0.4119152780731475\n2018-08-16 15:00:00,0.6808505323056427,0.16973882733296497,0.4167224406504503\n2018-08-16 16:00:00,0.6815823347493001,0.1687646518282092,0.41722878027679755\n2018-08-16 17:00:00,0.6831126856803192,0.1682391610801179,0.41673037654454015\n2018-08-16 18:00:00,0.6867110011611127,0.16892057004410962,0.41279670832119525\n2018-08-16 19:00:00,0.6851878362444009,0.17173853940503284,0.41154551281326296\n2018-08-16 20:00:00,0.6868801027815806,0.1698161664038046,0.41206663206088\n2018-08-16 21:00:00,0.686123597926991,0.1671466842130898,0.415915562139383\n2018-08-16 22:00:00,0.6867875349270758,0.160912954766961,0.42253820305498324\n2018-08-16 23:00:00,0.6896263900989197,0.15568186395603476,0.42543224968283516\n2018-08-17 00:00:00,0.6885621832060244,0.14961951388897404,0.43269554552918277\n2018-08-17 01:00:00,0.6915176985562701,0.14070730350317354,0.4394185058816144\n2018-08-17 02:00:00,0.6933943290081664,0.1358454153608957,0.44261393488003714\n2018-08-17 03:00:00,0.6972404016694359,0.12879572341746368,0.44657340910705234\n2018-08-17 04:00:00,0.7021802326674271,0.11061382541454699,0.4605355982026565\n2018-08-17 05:00:00,0.7006064108207702,0.10864079508936558,0.4644494852788695\n2018-08-17 06:00:00,0.702927362969101,0.10268023421311948,0.4683544828162197\n2018-08-17 07:00:00,0.6968332039818981,0.1085922114754396,0.4684880722783698\n2018-08-17 08:00:00,0.6973347755188651,0.09952429962375471,0.4775270956328976\n2018-08-17 09:00:00,0.6945282258845085,0.10199857874087491,0.47774373196299935\n2018-08-17 10:00:00,0.6927269565956715,0.09684382804190625,0.4848271499143923\n2018-08-17 11:00:00,0.6885740672794961,0.0905369553469054,0.49565133367326114\n2018-08-17 12:00:00,0.6899202635989037,0.08328957691740997,0.5017706722224271\n2018-08-17 13:00:00,0.6941864030468553,0.06716440285783161,0.5138067778247408\n2018-08-17 14:00:00,0.6993906277830713,0.07049017983180603,0.5045104978580908\n2018-08-17 15:00:00,0.6971328134164818,0.07176756421904038,0.5056428348995032\n2018-08-17 16:00:00,0.6944186816256389,0.07852731261847122,0.5018269472010088\n2018-08-17 17:00:00,0.6975343138069996,0.07602722337239166,0.5021863824332486\n2018-08-17 18:00:00,0.699724442327603,0.07434494025811113,0.5015818633277324\n2018-08-17 19:00:00,0.7000332890874874,0.06175891598100745,0.5146474994098912\n2018-08-17 20:00:00,0.7032885819609952,0.059282547780905324,0.5136762105592\n2018-08-17 21:00:00,0.7083260387589949,0.05819626865896119,0.5098452039263539\n2018-08-17 22:00:00,0.7036595685894957,0.06459557531940534,0.508185371266353\n2018-08-17 23:00:00,0.7045242912291693,0.06632847215580216,0.5059888435456088\n2018-08-18 00:00:00,0.7098581235610077,0.0689097695837457,0.4983287696276499\n2018-08-18 01:00:00,0.7100740130481111,0.07213895571380077,0.4952363057956898\n2018-08-18 02:00:00,0.7054105070373626,0.0877415791453641,0.4843109959756324\n2018-08-18 03:00:00,0.7064647599694703,0.08071691946007484,0.49072495690538265\n2018-08-18 04:00:00,0.7052384912523602,0.06955006265245756,0.5037847387821304\n2018-08-18 05:00:00,0.7050047183826837,0.05620948981589289,0.5177910198656749\n2018-08-18 06:00:00,0.16294018171024796,-0.5035642090675677,0.617283277561264\n2018-08-18 07:00:00,0.22391742130611814,-0.5185254156454407,0.5383982081264506\n2018-08-18 08:00:00,0.23202940217903714,-0.5272031233378489,0.5213684132348072\n2018-08-18 09:00:00,0.23494643078054298,-0.5249760432906235,0.5204699506021124\n2018-08-18 10:00:00,0.22977685333088277,-0.5363005739294818,0.5142569887560993\n2018-08-18 11:00:00,0.22096439030906434,-0.5462300899533967,0.5132718773332247\n2018-08-18 12:00:00,0.2146859276509634,-0.5511469691285769,0.5141421331002689\n2018-08-18 13:00:00,0.22276517205135307,-0.5432619459600653,0.5135558192174642\n2018-08-18 14:00:00,0.22255188530600836,-0.5400118410672671,0.517176979002204\n2018-08-18 15:00:00,0.2268921357389012,-0.5312227772224584,0.5220267754585505\n2018-08-18 16:00:00,0.2346684462653414,-0.518335494689926,0.5273888158031454\n2018-08-18 17:00:00,0.2390186321299114,-0.5140747306084663,0.5274908110139594\n2018-08-18 18:00:00,0.24851473163406007,-0.5033318351712118,0.5293444303901881\n2018-08-18 19:00:00,0.24792190932210953,-0.5009437608572866,0.5324686930609279\n2018-08-18 20:00:00,0.24310977845840173,-0.5050626789684577,0.5337558959282841\n2018-08-18 21:00:00,0.2482358263180141,-0.501441016266842,0.5334064353299057\n2018-08-18 22:00:00,0.23188735442776318,-0.5229021985445593,0.5289359660706069\n2018-08-18 23:00:00,0.22063846521085886,-0.5418065215475713,0.5216674539088766\n2018-08-19 00:00:00,0.2230945927743014,-0.5472904775586415,0.5140229843562509\n2018-08-19 01:00:00,0.2114281739024332,-0.5626510942138101,0.5100658393469532\n2018-08-19 02:00:00,0.20574493303970637,-0.5775844412451139,0.5007436542318343\n2018-08-19 03:00:00,0.18955565416226294,-0.6053378676281321,0.4888095492589983\n2018-08-19 04:00:00,0.18241828581916117,-0.6220365098111025,0.47954610156225763\n2018-08-19 05:00:00,0.17457211366254421,-0.6325073096198978,0.47730395249689594\n2018-08-19 06:00:00,0.15349118232588327,-0.6613677688004269,0.46983194598459466\n2018-08-19 07:00:00,0.1456139499068455,-0.674137199120032,0.4652128188997495\n2018-08-19 08:00:00,0.12058275360876522,-0.70212036423245,0.46270604212568256\n2018-08-19 09:00:00,0.09654365683497818,-0.7263337527676346,0.46292008662821643\n2018-08-19 10:00:00,0.051818802397955055,-0.7707448296372611,0.4637806604450486\n2018-08-19 11:00:00,0.0294652666305723,-0.801038786400732,0.4558495716188455\n2018-08-19 12:00:00,0.032937547603185034,-0.8023458305565542,0.4510920876805687\n2018-08-19 13:00:00,0.018999990610712707,-0.8182227776228461,0.44976826653516444\n2018-08-19 14:00:00,0.025464424509839007,-0.8238008139241643,0.4378840984996605\n2018-08-19 15:00:00,0.04040535663671614,-0.8099828821800171,0.4365963786608973\n2018-08-19 16:00:00,0.05548717320684445,-0.7938265165805175,0.43771434620102884\n2018-08-19 17:00:00,0.06278712203225381,-0.789447849982602,0.43476296348923255\n2018-08-19 18:00:00,0.07130532733035116,-0.7864532310837438,0.429557831904714\n2018-08-19 19:00:00,0.08148233745563842,-0.7745375905026641,0.43149337483128897\n2018-08-19 20:00:00,0.08831261827192181,-0.7694444577562478,0.4298367288554457\n2018-08-19 21:00:00,0.08381188107834472,-0.7746468055700436,0.4289442752074045\n2018-08-19 22:00:00,0.09813266454606658,-0.7598779412525023,0.4295190923069997\n2018-08-19 23:00:00,0.06260017688247942,-0.8005785991130436,0.4244382084693474\n2018-08-20 00:00:00,0.07394314426413356,-0.8010058254593806,0.4124272616940696\n2018-08-20 01:00:00,0.07819844747699524,-0.8137084237017053,0.3959644410706523\n2018-08-20 02:00:00,0.0845436755905102,-0.8208007317910405,0.3826191250929818\n2018-08-20 03:00:00,0.11643266009532492,-0.7914302702635113,0.3801508228665421\n2018-08-20 04:00:00,0.14052994622724968,-0.7577442959300629,0.38995181131640494\n2018-08-20 05:00:00,-0.3263321492546985,-0.8568600994771445,0.12597622944195622\n2018-08-20 06:00:00,-0.37114199009180887,-0.942059948548315,-0.0001992615088327041\n2018-08-20 07:00:00,-0.36398647960259417,-0.8871561358799506,-0.06357413884462465\n2018-08-20 08:00:00,-0.38011725231968235,-0.854481146958064,-0.08231016613942423\n2018-08-20 09:00:00,-0.38854926315551647,-0.8376103808224504,-0.09304997529383792\n2018-08-20 10:00:00,-0.39592237391613955,-0.8243235530453138,-0.10001050999402065\n2018-08-20 11:00:00,-0.39704730175283626,-0.8128851222851922,-0.11165280248432129\n2018-08-20 12:00:00,-0.4029990049854801,-0.8034045823872819,-0.11677633919798115\n2018-08-20 13:00:00,-0.4019304011434759,-0.8047820465389267,-0.11802247754397184\n2018-08-20 14:00:00,-0.4072283205865395,-0.7989687977971827,-0.11940478135501191\n2018-08-20 15:00:00,-0.4143622551612563,-0.7931116026905118,-0.11919454516902875\n2018-08-20 16:00:00,-0.41995935094604503,-0.7922186509804854,-0.11528693077027358\n2018-08-20 17:00:00,-0.42602414315835396,-0.7900589550272019,-0.112316839799681\n2018-08-20 18:00:00,-0.4276653599390947,-0.7807956678181267,-0.12061698946112023\n2018-08-20 19:00:00,-0.4374741960429419,-0.7771142184598309,-0.1156696871092034\n2018-08-20 20:00:00,-0.45521630312449113,-0.7691990960862484,-0.10637077863548759\n2018-08-20 21:00:00,-0.463300511356606,-0.7655280221797354,-0.10311524557305705\n2018-08-20 22:00:00,-0.4711437497654375,-0.762723991355662,-0.09851470250440857\n2018-08-20 23:00:00,-0.46411486411781355,-0.7712044658169573,-0.09761526161071578\n2018-08-21 00:00:00,-0.46606440383218756,-0.7739769123618185,-0.09298952177412337\n2018-08-21 01:00:00,-0.4577241705827638,-0.7776681354251694,-0.09748460267425736\n2018-08-21 02:00:00,-0.449886836179556,-0.7877401126737608,-0.09527693879852485\n2018-08-21 03:00:00,-0.44481385547436925,-0.7929254534637917,-0.09531514026920318\n2018-08-21 04:00:00,-0.4422589689883481,-0.7977713571866575,-0.09322066430546577\n2018-08-21 05:00:00,-0.44196460704326573,-0.798675816045258,-0.09258819107494837\n2018-08-21 06:00:00,-0.4414179799401264,-0.8056082711463379,-0.08678627735214117\n2018-08-21 07:00:00,-0.440593452418452,-0.813447001539306,-0.08037453509724928\n2018-08-21 08:00:00,-0.4336951527808697,-0.822036984322972,-0.07894055438609321\n2018-08-21 09:00:00,-0.4226149297947319,-0.8387321847372685,-0.0729349605620559\n2018-08-21 10:00:00,-0.41577204894664205,-0.8448520959570391,-0.0729800529136675\n2018-08-21 11:00:00,-0.40801632970417495,-0.8614080183766601,-0.06417726250775901\n2018-08-21 12:00:00,-0.3990966205383762,-0.8699503083835953,-0.06382445168612316\n2018-08-21 13:00:00,-0.3904232649245431,-0.8838065691455819,-0.05865347907300811\n2018-08-21 14:00:00,-0.38174143635417196,-0.9006571400620743,-0.05022106230526161\n2018-08-21 15:00:00,-0.3769128383657071,-0.9098191347740918,-0.04509802327452807\n2018-08-21 16:00:00,-0.3738725070724076,-0.9166418572868262,-0.04152857228696917\n2018-08-21 17:00:00,-0.36129895361117825,-0.9415111854246611,-0.029760074066716012\n2018-08-21 18:00:00,-0.3521912851795422,-0.9521141151592085,-0.02829015870751406\n2018-08-21 19:00:00,-0.3420497946871437,-0.9765649433678132,-0.01361815265063763\n2018-08-21 20:00:00,-0.3306880951459068,-0.9923801890095061,-0.008769233636941813\n2018-08-21 21:00:00,-0.31032394606876507,-1.0184534939673582,-0.002569620742035076\n2018-08-21 22:00:00,-0.3069607062944207,-1.0235166812209968,-0.0005012074077403269\n2018-08-21 23:00:00,-0.30099461025772445,-1.0242948522304325,-0.004883869211384954\n2018-08-22 00:00:00,-0.28394279317795856,-1.033031324024571,0.012597305296426055\n2018-08-22 01:00:00,-0.2804099925751931,-1.0390409410088237,0.00974943935330197\n2018-08-22 02:00:00,-0.056015896564057574,-1.1637441657588325,-0.11060149394793839\n2018-08-22 03:00:00,-0.015893179594856664,-1.1493993617587266,-0.1635356589809105\n2018-08-22 04:00:00,0.01830332062690955,-1.1352486665682564,-0.1746131563961065\n2018-08-22 05:00:00,0.05595584971910494,-1.1017194569911952,-0.1709688297145319\n2018-08-22 06:00:00,0.09390822815626078,-1.0836373271683302,-0.15153984904782108\n2018-08-22 07:00:00,0.10233705221738935,-1.083600744157811,-0.14356115215618018\n2018-08-22 08:00:00,0.1423438255840334,-1.0597868610777221,-0.12704904451666543\n2018-08-22 09:00:00,0.15088322567274845,-1.0710274796528554,-0.10798449895939771\n2018-08-22 10:00:00,0.14624461387913099,-1.0883425867793528,-0.09543992893606636\n2018-08-22 11:00:00,0.14476431701438008,-1.0975628584727941,-0.08754176950638427\n2018-08-22 12:00:00,0.17431004934088232,-1.0823856987482032,-0.07305336723104999\n2018-08-22 13:00:00,0.17969281046936153,-1.115032466920829,-0.034933722048799076\n2018-08-22 14:00:00,0.19469559526461414,-1.1109746583976763,-0.0236141175741076\n2018-08-22 15:00:00,0.2113951471172508,-1.1092665665648005,-0.008350098034184187\n2018-08-22 16:00:00,0.24504601262466966,-1.0626792786714176,0.021136134988294086\n2018-08-22 17:00:00,0.25064315501859347,-1.0381266571574965,0.04037388051919554\n2018-08-22 18:00:00,0.2518034170605306,-1.0459151138531475,0.03159060135732868\n2018-08-22 19:00:00,0.28445139609705933,-1.0048356480097418,0.04038977744710979\n2018-08-22 20:00:00,0.27875583869929504,-0.9966246064181536,0.05459898728626358\n2018-08-22 21:00:00,0.2800106773085705,-0.9972087893271054,0.052441708404307015\n2018-08-22 22:00:00,0.28964829784313834,-0.9760594077809692,0.06411141313712503\n2018-08-22 23:00:00,0.2996937985810398,-0.9575168723866642,0.07240506686947207\n2018-08-23 00:00:00,0.30320095960427806,-0.9564179088977905,0.06989453329178182\n2018-08-23 01:00:00,0.2899588439430361,-0.9786845142240277,0.060566584733047005\n2018-08-23 02:00:00,0.295103691483088,-0.9814309421068315,0.05249844195078375\n2018-08-23 03:00:00,0.31451449446206736,-0.9578689595881261,0.055796631209935325\n2018-08-23 04:00:00,0.34902068440441925,-0.9083116909856879,0.07030692482302767\n2018-08-23 05:00:00,0.4059928460762703,-0.8270125290855513,0.09433121513063374\n2018-08-23 06:00:00,0.43798674601946697,-0.7773682912945143,0.11145135211994452\n2018-08-23 07:00:00,0.45480714478708667,-0.7444991129682274,0.1270894007604247\n2018-08-23 08:00:00,0.4691151425302719,-0.7092227998234422,0.14777746852454057\n2018-08-23 09:00:00,0.5078273347804316,-0.6571736822005394,0.16053636616523728\n2018-08-23 10:00:00,0.5341290657420601,-0.6021490604108438,0.18901438573125215\n2018-08-23 11:00:00,0.53874711870559,-0.5813845006320532,0.20602164925723232\n2018-08-23 12:00:00,0.5757228976783113,-0.5306191306903195,0.2203398270423555\n2018-08-23 13:00:00,0.5922862229184712,-0.5164952800150661,0.2183470994791454\n2018-08-23 14:00:00,0.6017824795501932,-0.5123768349846947,0.21294820872038586\n2018-08-23 15:00:00,0.650204962517583,-0.4510481115315906,0.22561800103941587\n2018-08-23 16:00:00,0.6842922531608222,-0.40673887162177713,0.2357728903911167\n2018-08-23 17:00:00,0.7392966117615352,-0.3428322231076827,0.24481929050355633\n2018-08-23 18:00:00,0.7480539130468199,-0.30989262172890075,0.2691142859852589\n2018-08-23 19:00:00,0.7802586983043764,-0.2723823275488477,0.2746707284943007\n2018-08-23 20:00:00,0.8660167011453518,-0.3338119550074275,0.13401852805599027\n2018-08-23 21:00:00,0.9021202982119038,-0.3164774860949432,0.11438023959764329\n2018-08-23 22:00:00,0.9192335069605843,-0.2847046182391263,0.12905041658904243\n2018-08-23 23:00:00,0.936156600397209,-0.25073790078610414,0.14600014643416487\n2018-08-24 00:00:00,0.9418690273245698,-0.23542206644348057,0.1561939717727496\n2018-08-24 01:00:00,0.9565102622170045,-0.21282255995165966,0.16468519990644304\n2018-08-24 02:00:00,0.9636691063104744,-0.21150763694211291,0.15950431127126033\n2018-08-24 03:00:00,0.9742710684097721,-0.19881824111057575,0.16233468690235434\n2018-08-24 04:00:00,0.9802345736639262,-0.18707881687937372,0.1688539347085074\n2018-08-24 05:00:00,0.9857682850054357,-0.17871479759496564,0.17217654805580213\n2018-08-24 06:00:00,0.9946709213720328,-0.17403666685633934,0.16821452522518635\n2018-08-24 07:00:00,1.0003018694654968,-0.1720581369200562,0.16455656418655296\n2018-08-24 08:00:00,0.999034989953881,-0.1686335371006508,0.16966222998486868\n2018-08-24 09:00:00,0.9895173078352055,-0.16717300311307695,0.18086616202350814\n2018-08-24 10:00:00,0.9767997126974788,-0.17466272643453715,0.18631150107923952\n2018-08-24 11:00:00,0.9572921226643162,-0.19003500198225132,0.19082405373604122\n2018-08-24 12:00:00,0.9414268907604757,-0.2033156072475442,0.19355319865716644\n2018-08-24 13:00:00,0.9330920934815335,-0.20272727612061353,0.20260916875882723\n2018-08-24 14:00:00,0.9223426330852836,-0.20327439843016565,0.213211242630412\n2018-08-24 15:00:00,0.9161839265540228,-0.202106672453686,0.22058155327636933\n2018-08-24 16:00:00,0.900635867069773,-0.20965869213010235,0.22858953926534561\n2018-08-24 17:00:00,0.9078803497687907,-0.1985054987376339,0.23265166389477066\n2018-08-24 18:00:00,0.905227956358042,-0.1907467977204991,0.24283215620472987\n2018-08-24 19:00:00,0.896886213266111,-0.1943146998531787,0.24711612780067793\n2018-08-24 20:00:00,0.903124525061115,-0.17965451096638238,0.25530996836916114\n2018-08-24 21:00:00,0.8935758210992456,-0.18358621083101043,0.2610974845233679\n2018-08-24 22:00:00,0.9064836923534645,-0.1681522877413154,0.2636422501560691\n2018-08-24 23:00:00,0.9114003461548109,-0.1564712993642342,0.2702574375205322\n2018-08-25 00:00:00,0.9124029328655405,-0.15152489308007897,0.2740940190807702\n2018-08-25 01:00:00,0.9056927880089314,-0.15462049154318294,0.27784754630152164\n2018-08-25 02:00:00,0.9131248452803226,-0.1442061208706879,0.28054029944229764\n2018-08-25 03:00:00,0.9119184751847251,-0.13414057968273962,0.29115455996599493\n2018-08-25 04:00:00,0.9220678124410556,-0.11385867959134353,0.3011399023150376\n2018-08-25 05:00:00,0.9166758088002872,-0.119262234397334,0.30095096935229343\n2018-08-25 06:00:00,0.921326486643163,-0.11621727070094297,0.2993887402271792\n2018-08-25 07:00:00,0.9240343134438804,-0.10773352422692857,0.30492847399208906\n2018-08-25 08:00:00,0.9331059478777007,-0.09609205526290134,0.30720368946042276\n2018-08-25 09:00:00,0.9562240832144554,-0.055632659685731126,0.32370932270287633\n2018-08-25 10:00:00,0.9605747882912155,-0.0506585269765738,0.32484447182669973\n2018-08-25 11:00:00,0.9780763732714843,-0.03740465782224403,0.3205990869944551\n2018-08-25 12:00:00,0.977281011566307,-0.036627265206329536,0.32153150448171447\n2018-08-25 13:00:00,0.9860697661759266,-0.027602338003821444,0.32115161489493527\n2018-08-25 14:00:00,0.9933912766576865,-0.014634971204149432,0.3265737057203127\n2018-08-25 15:00:00,0.9817531653802292,-0.0227344296354212,0.329297889456479\n2018-08-25 16:00:00,0.9609933999898683,-0.048838825967015095,0.3239312193883266\n2018-08-25 17:00:00,0.9714913028248687,-0.046601231048898545,0.3154641740732928\n2018-08-25 18:00:00,0.9904066960372377,0.01682136781544658,0.3266613746190741\n2018-08-25 19:00:00,0.9828850560938266,0.012579350710407429,0.33864144325599826\n2018-08-25 20:00:00,0.9758185061433843,-0.013760970143944175,0.344994614168189\n2018-08-25 21:00:00,0.9619282493494608,-0.036066574163955416,0.3359992604741463\n2018-08-25 22:00:00,0.9480327739392779,-0.04736269412519831,0.3383083090119704\n2018-08-25 23:00:00,0.9442383097822894,-0.05342334669576693,0.3356071777192462\n2018-08-26 00:00:00,0.9466270599486339,-0.055876877562408535,0.3304522709038009\n2018-08-26 01:00:00,0.9384130124559709,-0.06530008709107113,0.32888772538077016\n2018-08-26 02:00:00,0.9337895578878254,-0.07644101549191128,0.3220515666774214\n2018-08-26 03:00:00,0.9415765788084547,-0.0753425130625284,0.31474270023121736\n2018-08-26 04:00:00,0.9549657547798982,-0.06642523455687618,0.30960627934563756\n2018-08-26 05:00:00,0.9814614128128638,-0.04401494377395132,0.30441680908658686\n2018-08-26 06:00:00,0.98324728756888,-0.03351911227902107,0.3119887347555098\n2018-08-26 07:00:00,0.9823151442915775,-0.027988907858869587,0.3180563795708299\n2018-08-26 08:00:00,0.9790045545986227,-0.0250007865080665,0.32373244841649745\n2018-08-26 09:00:00,0.9701692826561165,-0.037376178286704365,0.3205614020987511\n2018-08-26 10:00:00,0.9607152155965253,-0.045740905007430555,0.32103255894943694\n2018-08-26 11:00:00,0.9376155803470033,-0.06584754948180076,0.3236992701864899\n2018-08-26 12:00:00,0.6369464219804646,-0.252060559088931,0.41481636332648797\n2018-08-26 13:00:00,0.6470251673257726,-0.25952367609946625,0.3972185349565002\n2018-08-26 14:00:00,0.6476208392773781,-0.2623983286162205,0.39324885962531925\n2018-08-26 15:00:00,0.6390312020086634,-0.2770419308704605,0.3869901737623393\n2018-08-26 16:00:00,0.6333407397241582,-0.28292440559427223,0.3862975833438899\n2018-08-26 17:00:00,0.6234352263324097,-0.2910954553553909,0.388196029631042\n2018-08-26 18:00:00,0.6175824066791669,-0.2927260647309962,0.3923384553465072\n2018-08-26 19:00:00,0.6139688680315533,-0.2965440112574394,0.3922118818665932\n2018-08-26 20:00:00,0.6077497935155707,-0.29712944743732567,0.3979707967310265\n2018-08-26 21:00:00,0.5967237662503505,-0.29678578903310204,0.4101419346537418\n2018-08-26 22:00:00,0.5833622081299655,-0.30780260859350045,0.412776476544174\n2018-08-26 23:00:00,0.5654859492675277,-0.3163774618612555,0.42263212173598974\n2018-08-27 00:00:00,0.5633009982575182,-0.30958464409327435,0.432201517753214\n2018-08-27 01:00:00,0.5428017846926241,-0.32469266638472283,0.4384315472281501\n2018-08-27 02:00:00,0.5242063285590939,-0.3394026204876723,0.4427166729929378\n2018-08-27 03:00:00,0.5044488616270167,-0.35857169451346976,0.44387902356853304\n2018-08-27 04:00:00,0.49797718406039826,-0.3622786199797101,0.4462517107821467\n2018-08-27 05:00:00,0.49741775574098546,-0.3545270177344569,0.4542406349996876\n2018-08-27 06:00:00,0.4962169286757905,-0.351829432498984,0.4582456798418098\n2018-08-27 07:00:00,0.49849819428150877,-0.34868622253363407,0.4588079460571297\n2018-08-27 08:00:00,0.50814532406772,-0.33575194952296145,0.4620634500736166\n2018-08-27 09:00:00,0.5076407570694362,-0.3340440127989887,0.4644276687343003\n2018-08-27 10:00:00,0.5117665927752612,-0.32622444252415816,0.4681757211994411\n2018-08-27 11:00:00,0.5163919455648561,-0.3179750977813853,0.47210633384448364\n2018-08-27 12:00:00,0.5232668779505407,-0.3108693734979276,0.47166436474805384\n2018-08-27 13:00:00,0.5231204674783525,-0.30588422791491926,0.4764056157394929\n2018-08-27 14:00:00,0.5237431380881589,-0.3036237557547541,0.4775546173308952\n2018-08-27 15:00:00,0.5293413119672409,-0.29845058149478626,0.4769393661748556\n2018-08-27 16:00:00,0.5376629395183276,-0.29068081605481605,0.476200449772774\n2018-08-27 17:00:00,0.5521382895644327,-0.2778556439535806,0.4739174545506604\n2018-08-27 18:00:00,0.5570557273338311,-0.27177184209038896,0.47498178100252886\n2018-08-27 19:00:00,0.5664518463494608,-0.2590406884411827,0.4783387555593901\n2018-08-27 20:00:00,0.5790453350168969,-0.24299710025765714,0.4813129143222548\n2018-08-27 21:00:00,0.5831338824747642,-0.23112119416876473,0.4882691488839774\n2018-08-27 22:00:00,0.5796890887470983,-0.23663118886527873,0.48558321732317283\n2018-08-27 23:00:00,0.5884201083553057,-0.22863736222666203,0.48461470668032425\n2018-08-28 00:00:00,0.5879525380745027,-0.22950296338462686,0.48312239357474057\n2018-08-28 01:00:00,0.5922933179424057,-0.22067598444584327,0.4875333363296006\n2018-08-28 02:00:00,0.5877894353793578,-0.22130990205007461,0.4905647455748352\n2018-08-28 03:00:00,0.5899708906589349,-0.22151186351476415,0.4877261788795429\n2018-08-28 04:00:00,0.5946370921323428,-0.22022562445616634,0.4837399476614928\n2018-08-28 05:00:00,0.5982290911514031,-0.21835701097675178,0.4819833508078436\n2018-08-28 06:00:00,0.5872155680014244,-0.23061378348416955,0.4805304060887928\n2018-08-28 07:00:00,0.58586278106265,-0.23313021643100978,0.4791822130509101\n2018-08-28 08:00:00,0.5863483402840547,-0.23288406586001434,0.4786289356806339\n2018-08-28 09:00:00,0.5851615148642368,-0.23432583323553813,0.47814453405777846\n2018-08-28 10:00:00,0.5961162713527998,-0.22144852910537807,0.479353779354662\n2018-08-28 11:00:00,0.5926482407410655,-0.22060092604060114,0.4833394403265095\n2018-08-28 12:00:00,0.5931297392577866,-0.21647941816902946,0.48654173662347705\n2018-08-28 13:00:00,0.595854491450608,-0.21504087152266865,0.485256023853895\n2018-08-28 14:00:00,0.5997528198661937,-0.21216200650366843,0.4842802392042262\n2018-08-28 15:00:00,0.6063525236772798,-0.20426051489852934,0.48549867773958816\n2018-08-28 16:00:00,0.6034593837363262,-0.20802815685195475,0.4847711426025194\n2018-08-28 17:00:00,0.6135188445785146,-0.19791291921500634,0.48488680263058803\n2018-08-28 18:00:00,0.6128223452095474,-0.19352907979206074,0.489970669641402\n2018-08-28 19:00:00,0.611443240389546,-0.1905856189342019,0.49386007359369805\n2018-08-28 20:00:00,0.6131153355260198,-0.18733937260760747,0.49551259288694594\n2018-08-28 21:00:00,0.6103356743242916,-0.1902917712066584,0.49483474786238263\n2018-08-28 22:00:00,0.6138647054632327,-0.18960620405119266,0.4919169574851773\n2018-08-28 23:00:00,0.6078760690304494,-0.19949706058491104,0.4879757200966057\n2018-08-29 00:00:00,0.6214385288277049,-0.1846696336371222,0.48871740961875965\n2018-08-29 01:00:00,0.6254903441606938,-0.1734940457730928,0.4956662014626012\n2018-08-29 02:00:00,0.6251574860224048,-0.16850434886392462,0.5008552823039992\n2018-08-29 03:00:00,0.6271157836704374,-0.1609592239512422,0.5056299782182005\n2018-08-29 04:00:00,0.6228961589343723,-0.16337153004757218,0.5074432697571928\n2018-08-29 05:00:00,0.62478373773365,-0.16024515146538365,0.5084449478154541\n2018-08-29 06:00:00,0.6133353874003944,-0.16853381878656937,0.5117373416278334\n2018-08-29 07:00:00,0.606649178475297,-0.17665414110853872,0.5104713396334306\n2018-08-29 08:00:00,0.6005038066986997,-0.1870738622518637,0.5063146882297037\n2018-08-29 09:00:00,0.5912163103871071,-0.19760738754053642,0.5056306912083636\n2018-08-29 10:00:00,0.5919254625105252,-0.1981929143857045,0.5049487988371882\n2018-08-29 11:00:00,0.594061918747942,-0.19554039494564862,0.5057495040964354\n2018-08-29 12:00:00,0.5902106961148241,-0.20042175889175606,0.5050276754711719\n2018-08-29 13:00:00,0.5814211724053279,-0.20817404855589858,0.5064548587424692\n2018-08-29 14:00:00,0.5774224802709211,-0.20964004608319084,0.5091983188067486\n2018-08-29 15:00:00,0.5714087963020044,-0.20899535269799477,0.5157954272411341\n2018-08-29 16:00:00,0.5647706616736766,-0.21899523970494816,0.5124802770433844\n2018-08-29 17:00:00,0.5650942755628713,-0.2205051893721427,0.5105594787809589\n2018-08-29 18:00:00,0.5648957352433719,-0.2198930204516529,0.5111567864710839\n2018-08-29 19:00:00,0.5656677978325502,-0.22089909044055714,0.5095600653462695\n2018-08-29 20:00:00,0.5610718913545464,-0.22693562095273215,0.5084661473348198\n2018-08-29 21:00:00,0.5497173010340654,-0.23795980710387685,0.5091221198299059\n2018-08-29 22:00:00,0.5504915700013444,-0.2428826843094011,0.50332131554989\n2018-08-29 23:00:00,0.5542486452647677,-0.2473419949235997,0.494638533806733\n2018-08-30 00:00:00,0.5639025244307735,-0.24342266917475108,0.489177022757461\n2018-08-30 01:00:00,0.5742716696354745,-0.23346873613857932,0.48829764006819343\n2018-08-30 02:00:00,0.5726355528216334,-0.2401924413721609,0.4833473190619266\n2018-08-30 03:00:00,0.5790502953236556,-0.23937123214581726,0.47742410332019974\n2018-08-30 04:00:00,0.5892295581770557,-0.2261321152674795,0.47983610822573475\n2018-08-30 05:00:00,0.5873061128142618,-0.22591091946716316,0.4816429159765124\n2018-08-30 06:00:00,0.5860966349773415,-0.22430856840540314,0.48422832607023164\n2018-08-30 07:00:00,0.5784355894436748,-0.23178395350338218,0.4848131004457467\n2018-08-30 08:00:00,0.580070270394573,-0.23166292397766428,0.4834560537280052\n2018-08-30 09:00:00,0.5951061393364593,-0.21866665131624544,0.480711886974629\n2018-08-30 10:00:00,0.6017305459492691,-0.20744578199093036,0.4852652314840919\n2018-08-30 11:00:00,0.6081766293011437,-0.193632285478607,0.49172405166418726\n2018-08-30 12:00:00,0.6184639201323295,-0.18043929867491335,0.494694765883354\n2018-08-30 13:00:00,0.636430006959758,-0.15663254858113188,0.5008286863497725\n2018-08-30 14:00:00,0.6495732236947096,-0.1354772476919676,0.5089747237401248\n2018-08-30 15:00:00,0.6645803337180912,-0.11561170760572566,0.5137197258964175\n2018-08-30 16:00:00,0.6760231603784549,-0.09924287489774586,0.5181741109099389\n2018-08-30 17:00:00,0.6808440155707952,-0.0894318864456937,0.5227871418897329\n2018-08-30 18:00:00,0.6874817087761353,-0.08063992177030199,0.5240890397671832\n2018-08-30 19:00:00,0.6963675170228915,-0.06482086147734703,0.5307309319094161\n2018-08-30 20:00:00,0.6929681581407667,-0.06271801637551395,0.5365337877131028\n2018-08-30 21:00:00,0.6885027812149289,-0.06701648162419219,0.5361704166600499\n2018-08-30 22:00:00,0.6814913047884801,-0.07137903597111502,0.5392687861664278\n2018-08-30 23:00:00,0.6832311812239221,-0.07022366660664159,0.5390101570186846\n2018-08-31 00:00:00,0.6852937402842143,-0.07578690099479991,0.5311661612172495\n2018-08-31 01:00:00,0.6887122880167589,-0.077313161194343,0.5262439363439653\n2018-08-31 02:00:00,0.6872453553399536,-0.0771154230474068,0.5281122837460205\n2018-08-31 03:00:00,0.6761391831132965,-0.09083750646956554,0.5257509417879579\n2018-08-31 04:00:00,0.6720979115956781,-0.09699022158331792,0.5242351839715618\n2018-08-31 05:00:00,0.660261565696462,-0.10432573945950402,0.5291024806093213\n2018-08-31 06:00:00,0.6482924330118325,-0.1151392478221211,0.5306538668347381\n2018-08-31 07:00:00,0.6409355275785998,-0.12117229301270112,0.5324356125333751\n2018-08-31 08:00:00,0.6381410920447596,-0.11951229914048253,0.5374922608095647\n2018-08-31 09:00:00,0.6919539649726216,0.019825182224675348,0.5631415198701427\n2018-08-31 10:00:00,0.6819677930927192,0.010995787804468766,0.58278942734142\n2018-08-31 11:00:00,0.6808906557864615,0.0025017260742502957,0.5925076386150062\n2018-08-31 12:00:00,0.6777224225629587,-0.0015949231884797965,0.5969973231850353\n2018-08-31 13:00:00,0.6633258890555627,-0.01422286135216897,0.5991865620966468\n2018-08-31 14:00:00,0.6516883454000362,-0.02459558705913065,0.6004082879060937\n2018-08-31 15:00:00,0.6430497348152553,-0.030919967756925404,0.6027717199495837\n2018-08-31 16:00:00,0.6420819104462675,-0.0335552636514344,0.6015846863318965\n2018-08-31 17:00:00,0.647138816801444,-0.027602052754398705,0.6026562955471705\n2018-08-31 18:00:00,0.6409285214177132,-0.034330398905309395,0.6027572366806961\n2018-08-31 19:00:00,0.6458535535875848,-0.03188439542679941,0.600463328919085\n2018-08-31 20:00:00,0.6478911678736861,-0.030724139356894786,0.6000918015572979\n2018-08-31 21:00:00,0.6390880723727268,-0.03751969040761507,0.6031538889866891\n2018-08-31 22:00:00,0.6361519398998894,-0.04291596989666996,0.6016635943540912\n2018-08-31 23:00:00,0.6371336498245653,-0.043655157407528816,0.6003748247582333\n2018-09-01 00:00:00,0.6312538184692021,-0.04511833147483082,0.6056557265157321\n2018-09-01 01:00:00,0.6206355915147806,-0.049899605892557215,0.6121910173045166\n2018-09-01 02:00:00,0.6252795293622257,-0.047864499168875176,0.6096719318848165\n2018-09-01 03:00:00,0.6316719266381352,-0.04264862077734896,0.6086482632214221\n2018-09-01 04:00:00,0.6379097863267168,-0.03574698631163541,0.609832545886324\n2018-09-01 05:00:00,0.6418435324625212,-0.0296258583140857,0.6119743273404606\n2018-09-01 06:00:00,0.6405178674984611,-0.02871630920538418,0.6147245005931368\n2018-09-01 07:00:00,0.6457508298801659,-0.027070607010618117,0.611540824448938\n2018-09-01 08:00:00,0.6545191443444556,-0.017647892704031425,0.6124430697284564\n2018-09-01 09:00:00,0.6530752090891644,-0.015502233101754003,0.6165326248618747\n2018-09-01 10:00:00,0.6560397922203179,-0.007129568072750943,0.6219927457806728\n2018-09-01 11:00:00,0.6589893808430392,-0.0009028315042925542,0.6259258221963455\n2018-09-01 12:00:00,0.6535077229176559,9.031917398526898e-05,0.6326176492666823\n2018-09-01 13:00:00,0.6495884604571538,-0.0010503178707277538,0.6358005334332534\n2018-09-01 14:00:00,0.6532454875456716,0.007128559790142362,0.6261197822771035\n2018-09-01 15:00:00,0.652564895267447,0.01960581554344245,0.6146803525410582\n2018-09-01 16:00:00,0.6519584121761623,0.023441898097463342,0.611288102974174\n2018-09-01 17:00:00,0.6531354139056812,0.026245966162128695,0.6075112060885246\n2018-09-01 18:00:00,0.6558574323425767,0.024617414400660568,0.6065635427466542\n2018-09-01 19:00:00,0.6557988120272649,0.026287738274163707,0.6044228512257956\n2018-09-01 20:00:00,0.6548787570033522,0.023393703342641917,0.6079729017109171\n2018-09-01 21:00:00,0.6528079201822014,0.02490915981881273,0.6080405110231895\n2018-09-01 22:00:00,0.649322609688074,0.020079305635951526,0.6164508996751114\n2018-09-01 23:00:00,0.6473258354594682,0.020657197511700545,0.6176402389468357\n2018-09-02 00:00:00,0.6506897235173714,0.011735411098741207,0.6227309398158986\n2018-09-02 01:00:00,0.6495456204169201,-0.002828963715743668,0.6322279320655341\n2018-09-02 02:00:00,0.6516807467127893,-0.0030236113262647585,0.629691224911161\n2018-09-02 03:00:00,0.6570454947997965,0.0014661011554179392,0.6261531387132808\n2018-09-02 04:00:00,0.6460598486113953,-0.009546601099757822,0.62916100788407\n2018-09-02 05:00:00,0.6384963530860401,-0.018602717741739706,0.6280458212571995\n2018-09-02 06:00:00,0.6434110628491506,-0.01654322656550952,0.6257041367300493\n2018-09-02 07:00:00,0.6408533233007064,-0.018588685129470806,0.626408930500955\n2018-09-02 08:00:00,0.6449031020448335,-0.010906348604485134,0.6304485234553517\n2018-09-02 09:00:00,0.6395548048471268,-0.011970795609194375,0.6350829936082477\n2018-09-02 10:00:00,0.6358634725722141,-0.014278041730970846,0.63674115976428\n2018-09-02 11:00:00,0.6335328684965418,-0.018457251054245494,0.6356191917026082\n2018-09-02 12:00:00,0.6409450916850981,-0.011331070965694983,0.6356825417433826\n2018-09-02 13:00:00,0.6326951020774699,-0.019992951543980914,0.6361378259948585\n2018-09-02 14:00:00,0.6361916459601055,-0.0216607330495683,0.6314873795257313\n2018-09-02 15:00:00,0.6367806994250652,-0.02476261491284706,0.6286056694361728\n2018-09-02 16:00:00,0.6432738926483182,-0.02042885071814022,0.6266918376993426\n2018-09-02 17:00:00,0.6573079673697025,-0.009246715993358023,0.6244276129191834\n2018-09-02 18:00:00,0.6678626656082265,0.00659779167555619,0.6167384099817401\n2018-09-02 19:00:00,0.6641113208287149,0.029373327672467982,0.5979866636788197\n2018-09-02 20:00:00,0.659034415427916,0.03628551992605729,0.5970408423688665\n2018-09-02 21:00:00,0.6604624828999216,0.03168261606931393,0.6008402750465844\n2018-09-02 22:00:00,0.6604440568304183,0.04036543468001286,0.5927096034944592\n2018-09-02 23:00:00,0.6603342839743948,0.04502945474460929,0.5880490743546138\n2018-09-03 00:00:00,0.6576784873028598,0.04675781047678683,0.5892876106764846\n2018-09-03 01:00:00,0.6540355715826756,0.0472393009001284,0.5922664678427321\n2018-09-03 02:00:00,0.6481202895182985,0.05070750107828005,0.594988850219187\n2018-09-03 03:00:00,0.646428331590377,0.06259842088933798,0.584801889328387\n2018-09-03 04:00:00,0.6479973113140884,0.07290982207980713,0.5725712145841204\n2018-09-03 05:00:00,0.6480593376173015,0.08946926897650936,0.5561632136551621\n2018-09-03 06:00:00,0.6468778911932799,0.09906291687228187,0.548048725634215\n2018-09-03 07:00:00,0.6451271923046529,0.10430391150702428,0.5444705107161683\n2018-09-03 08:00:00,0.6432542269408416,0.10002591582827491,0.5508584469857802\n2018-09-03 09:00:00,0.6440114125815325,0.0978604854081356,0.5528728890397672\n2018-09-03 10:00:00,0.646530590194461,0.08635564107398934,0.5618205690847603\n2018-09-03 11:00:00,0.6446399335864488,0.08846428219384965,0.5615222522567722\n2018-09-03 12:00:00,0.6447019472993888,0.09558321406510893,0.5542197508063856\n2018-09-03 13:00:00,0.6429890080004496,0.09442262875452927,0.5571258371178702\n2018-09-03 14:00:00,0.6387917000855965,0.08306544178029976,0.57280454874331\n2018-09-03 15:00:00,0.637947646418688,0.07380828208101126,0.5829628721234811\n2018-09-03 16:00:00,0.6402539102771413,0.06517203115561461,0.5891038471419747\n2018-09-03 17:00:00,0.6413682825105304,0.059738251639351134,0.5929936058662787\n2018-09-03 18:00:00,0.6434672621887944,0.05058898799371331,0.6000723798698753\n2018-09-03 19:00:00,0.6445778183205878,0.0412188008409617,0.6081065326212204\n2018-09-03 20:00:00,0.6439168544709156,0.03592066211896066,0.6137751512885462\n2018-09-03 21:00:00,0.6474667940611876,0.027190661029143245,0.618999688529639\n2018-09-03 22:00:00,0.6470647885506122,0.019367092258418005,0.6272482917741093\n2018-09-03 23:00:00,0.6538979199983269,0.023265801196817953,0.6166348900219653\n2018-09-04 00:00:00,0.6539073286352556,0.00929485099567191,0.6306925950243121\n2018-09-04 01:00:00,0.6341188686052993,-0.019737468367554294,0.6401444135065734\n2018-09-04 02:00:00,0.6221757214995935,-0.042142602848460796,0.6301565170948021\n2018-09-04 03:00:00,0.627857088723186,-0.04743384154292167,0.6192273937332818\n2018-09-04 04:00:00,0.6120177601718164,-0.08001271497344456,0.6024623098872758\n2018-09-04 05:00:00,0.6108956766570293,-0.08928943001460905,0.5940180166251717\n2018-09-04 06:00:00,0.6284461010085393,-0.07621401534511392,0.5899611971475747\n2018-09-04 07:00:00,0.6163493292238823,-0.08822750795606851,0.590434699682924\n2018-09-04 08:00:00,0.6302005142408895,-0.08125090305245275,0.583136438959504\n2018-09-04 09:00:00,0.6409549631403375,-0.08189099797166581,0.5715427615698033\n2018-09-04 10:00:00,0.6522561517708916,-0.06477908120557922,0.5773334270109548\n2018-09-04 11:00:00,0.663637005768748,-0.05146641126482714,0.5791919144030361\n2018-09-04 12:00:00,0.6857651933643101,-0.01840451749980362,0.5899308545617572\n2018-09-04 13:00:00,0.6989466897828848,0.007367414992820114,0.5875426906314389\n2018-09-04 14:00:00,0.6924585488275685,0.01789942767360635,0.5830439340293143\n2018-09-04 15:00:00,0.6886137689754225,0.030660056480015324,0.5737568314764874\n2018-09-04 16:00:00,0.6831065899052506,0.04706224079339897,0.5632632111888329\n2018-09-04 17:00:00,0.6840008333197161,0.05418509198244478,0.5558207466125091\n2018-09-04 18:00:00,0.6865061241991759,0.05641595956636843,0.5512601015625923\n2018-09-04 19:00:00,0.685979564017064,0.066432561966698,0.5424137925465949\n2018-09-04 20:00:00,0.6883877753179755,0.0649507262215526,0.5418725267572078\n2018-09-04 21:00:00,0.6914331510481065,0.07052130785717178,0.5338387795354199\n2018-09-04 22:00:00,0.6935581224333222,0.0647291158721162,0.5376298795518663\n2018-09-04 23:00:00,0.6968599345039478,0.0710550796013082,0.5281344417755331\n2018-09-05 00:00:00,0.698422430536761,0.05307315892518422,0.5453470176954834\n2018-09-05 01:00:00,0.6914764435491613,0.050947592952675,0.5536270825513995\n2018-09-05 02:00:00,0.6964719190150833,0.03044633154425027,0.5695811016492336\n2018-09-05 03:00:00,0.6907932582953199,0.005768974370418263,0.5998680555884057\n2018-09-05 04:00:00,0.6605737150380377,-0.024960326589682346,0.6108648601889485\n2018-09-05 05:00:00,0.637556719150247,-0.04963480528196111,0.6092932086353631\n2018-09-05 06:00:00,0.6065240476146758,-0.05443857800856746,0.6271368974311824\n2018-09-05 07:00:00,0.5983904171767264,-0.05950120135473946,0.6305931609368356\n2018-09-05 08:00:00,0.5889995777680217,-0.06727516774732102,0.6322982501005271\n2018-09-05 09:00:00,0.572593538742986,-0.07886706460983209,0.6376826150986188\n2018-09-05 10:00:00,0.554843708483583,-0.0941163497672976,0.6408428359256477\n2018-09-05 11:00:00,0.555847438366503,-0.09149224280914872,0.6431622096434844\n2018-09-05 12:00:00,0.5528714008614597,-0.08912613026887455,0.6489061582870457\n2018-09-05 13:00:00,0.5562145341582292,-0.08883198063802643,0.646404272045816\n2018-09-05 14:00:00,0.5620792065712035,-0.07526247619876456,0.6546858404342023\n2018-09-05 15:00:00,0.5476537963063294,-0.08227910355337024,0.662660185224873\n2018-09-05 16:00:00,0.5415254642532316,-0.08071860516839661,0.6709088857117074\n2018-09-05 17:00:00,0.5384814535038012,-0.07555423456463034,0.6796950826552655\n2018-09-05 18:00:00,0.531174555845444,-0.08203393706324966,0.680851094149478\n2018-09-05 19:00:00,0.5228791722480441,-0.08595564407351602,0.6856990402244453\n2018-09-05 20:00:00,0.5244448580975498,-0.07633880412896644,0.6938720695955194\n2018-09-05 21:00:00,0.5275418510527584,-0.06747220043107435,0.6995915003718391\n2018-09-05 22:00:00,0.5262416082772369,-0.06685027473035203,0.7016873607763168\n2018-09-05 23:00:00,0.5375486890105645,-0.05606175795064448,0.7015284323570357\n2018-09-06 00:00:00,0.5362994818648875,-0.05325732621360207,0.7059002976045307\n2018-09-06 01:00:00,0.5306423247070746,-0.05413318013926767,0.7111848245995872\n2018-09-06 02:00:00,0.5324171149136703,-0.05269473864792195,0.7113233698623151\n2018-09-06 03:00:00,0.5326745414233184,-0.05587052574517501,0.7080501235768677\n2018-09-06 04:00:00,0.5487052081239948,-0.049968546164964565,0.6978159319315484\n2018-09-06 05:00:00,0.5594669844513005,-0.04236076860078759,0.6945503037136973\n2018-09-06 06:00:00,0.5646654794309273,-0.04278292293980548,0.6890536969495781\n2018-09-06 07:00:00,0.5705288929451351,-0.04125571808838886,0.6854609546043935\n2018-09-06 08:00:00,0.5780186431336815,-0.04021599428270234,0.6791907530336584\n2018-09-06 09:00:00,0.5979821873328721,-0.02603986791919499,0.6731604946686573\n2018-09-06 10:00:00,0.5978153477787911,-0.032042881266633426,0.6664170574614507\n2018-09-06 11:00:00,0.602342904602998,-0.03337872612330679,0.66008043257099\n2018-09-06 12:00:00,0.60014913390558,-0.04144327563687963,0.6537910760264461\n2018-09-06 13:00:00,0.5912829716993337,-0.06249773312028841,0.6411752903608775\n2018-09-06 14:00:00,0.6075196033835244,-0.05810347948917149,0.628906161039177\n2018-09-06 15:00:00,0.6204786995326058,-0.047130488453825614,0.6260964599437938\n2018-09-06 16:00:00,0.6138365992830385,-0.06083197729062076,0.6182975281141856\n2018-09-06 17:00:00,0.6184000606797918,-0.06665583155814765,0.6072641326017257\n2018-09-06 18:00:00,0.6167981440008382,-0.0775527043158145,0.5977943055495955\n2018-09-06 19:00:00,0.6272270451403338,-0.07629816555412582,0.5885027113094454\n2018-09-06 20:00:00,0.6248008141958886,-0.0842158330716609,0.5827195986311842\n2018-09-06 21:00:00,0.6325964184754634,-0.08324875290375587,0.5760148034535996\n2018-09-06 22:00:00,0.6469141579974115,-0.07259005595262108,0.5723409866931771\n2018-09-06 23:00:00,0.6478258505509348,-0.07321790606423412,0.5711403728328741\n2018-09-07 00:00:00,0.64101714933425,-0.08673564081562221,0.5650153574373147\n2018-09-07 01:00:00,0.636533899697582,-0.09908516705729759,0.5578926988331787\n2018-09-07 02:00:00,0.6395240659200728,-0.1010946715496238,0.5535603187238701\n2018-09-07 03:00:00,0.6490317969919562,-0.09483895052349041,0.5502836598398315\n2018-09-07 04:00:00,0.663898010631762,-0.08227013087315764,0.5480762118767619\n2018-09-07 05:00:00,0.6832602690774453,-0.06626210964002871,0.5450860945911734\n2018-09-07 06:00:00,0.699534043565846,-0.054367200902461166,0.540711299032534\n2018-09-07 07:00:00,0.7148193538333877,-0.03987865717863165,0.5404504697004521\n2018-09-07 08:00:00,0.7308852264788732,-0.02184790082117286,0.5430766757141454\n2018-09-07 09:00:00,0.7446713087984398,-0.00804648983957459,0.5434234824515208\n2018-09-07 10:00:00,0.7503004279869867,0.010516795521321506,0.5362034646967172\n2018-09-07 11:00:00,0.7504162550369361,0.013482755317538828,0.5341297881053532\n2018-09-07 12:00:00,0.7556428432453961,0.01231675048075005,0.530809810931935\n2018-09-07 13:00:00,0.7565762297797591,0.021113776819477747,0.5215909657789128\n2018-09-07 14:00:00,0.750705846758327,0.03358234329338004,0.5155316719193002\n2018-09-07 15:00:00,0.7473930190197133,0.03929145015026419,0.5139100300776099\n2018-09-07 16:00:00,0.7475884451661043,0.04712252565583876,0.5066934587871308\n2018-09-07 17:00:00,0.7467015231050618,0.05260575365807181,0.5026650777562152\n2018-09-07 18:00:00,0.7481396533567596,0.06262160345171507,0.49186960961243675\n2018-09-07 19:00:00,0.7484722132989818,0.07593401381452597,0.4787523112817189\n2018-09-07 20:00:00,0.7397640573237988,0.08939265857545022,0.4745927527797193\n2018-09-07 21:00:00,0.7366187171372266,0.09909029277613596,0.4684136611211\n2018-09-07 22:00:00,0.7328828541561414,0.10755268986907456,0.4638912107368991\n2018-09-07 23:00:00,0.733377112086515,0.11896439967657366,0.45203461529194044\n2018-09-08 00:00:00,0.7285229128290407,0.13415587201756365,0.44241022074177316\n2018-09-08 01:00:00,0.7287466525376902,0.13960829686260173,0.437435558955312\n2018-09-08 02:00:00,0.7309734578264758,0.14277302295331348,0.4326141284782221\n2018-09-08 03:00:00,0.7288420682398958,0.13634152744464792,0.44194665497717395\n2018-09-08 04:00:00,0.7261207162872706,0.13535400045918394,0.44644952582841624\n2018-09-08 05:00:00,0.726431221593535,0.12573407804876513,0.4561257934330321\n2018-09-08 06:00:00,0.7233606313988395,0.12550466442379932,0.45947759127175514\n2018-09-08 07:00:00,0.7196964961344431,0.12277633485909575,0.46611142366038455\n2018-09-08 08:00:00,0.7173667201653259,0.11445842011250801,0.47709298492744306\n2018-09-08 09:00:00,0.7178055829731528,0.09827191917793482,0.4932453114038744\n2018-09-08 10:00:00,0.71718141655237,0.08992423904488414,0.5025652177038372\n2018-09-08 11:00:00,0.719537375808541,0.07246505721100119,0.5176721261481126\n2018-09-08 12:00:00,0.7251907937451084,0.05548717118391261,0.5287538345276345\n2018-09-08 13:00:00,0.7266442055988764,0.04799125348006157,0.5338957988974465\n2018-09-08 14:00:00,0.734141297220088,0.039808165006161696,0.5339358301547303\n2018-09-08 15:00:00,0.7372582811593897,0.035576767281458845,0.5345121825616486\n2018-09-08 16:00:00,0.7425362336202902,0.02846217227958129,0.5360335556943968\n2018-09-08 17:00:00,0.7496910013584837,0.0053906896567895764,0.5518283553307131\n2018-09-08 18:00:00,0.7416198768012003,-0.006584188362644709,0.5576748889215215\n2018-09-08 19:00:00,0.7226257882391127,-0.025959081757648987,0.5569671134017197\n2018-09-08 20:00:00,0.7063741349955867,-0.04837156191115923,0.5502622264635911\n2018-09-08 21:00:00,0.6905798441657828,-0.06638072209527601,0.5474386212493977\n2018-09-08 22:00:00,0.6640918830772642,-0.09610529981043814,0.5436296067692337\n2018-09-08 23:00:00,0.655576665956087,-0.10596715941764634,0.5413743784186311\n2018-09-09 00:00:00,0.6310190135649285,-0.12424049160812276,0.5472655621594912\n2018-09-09 01:00:00,0.6134978622550532,-0.14581777149035619,0.5420723341799304\n2018-09-09 02:00:00,0.6282845589174552,-0.1322680159677124,0.5407686758478456\n2018-09-09 03:00:00,0.6547021651781703,-0.10515254577936628,0.5407822576405958\n2018-09-09 04:00:00,0.6650983752908096,-0.08434223993593974,0.5506467811539651\n2018-09-09 05:00:00,0.6796548089072455,-0.06021521610453769,0.5595108072296496\n2018-09-09 06:00:00,0.6931697065133376,-0.04001320302124778,0.5660615050949951\n2018-09-09 07:00:00,0.7200519115248537,-0.015647579941999612,0.563534197521547\n2018-09-09 08:00:00,0.7266685283154057,0.014695708405709256,0.5576595321504982\n2018-09-09 09:00:00,0.7132583478089549,0.04037514035528862,0.5454754758217316\n2018-09-09 10:00:00,0.7091213040850844,0.05464992402847561,0.5358963218238595\n2018-09-09 11:00:00,0.7138792288151635,0.05185799178879154,0.5338124414699716\n2018-09-09 12:00:00,0.7117773708674885,0.05668372155115426,0.5308125269074719\n2018-09-09 13:00:00,0.709327633945797,0.059777584248208546,0.5305552189307848\n2018-09-09 14:00:00,0.7093172831871208,0.0646348068147603,0.5253686692331845\n2018-09-09 15:00:00,0.7122394866622567,0.05614176531225413,0.5309444996805802\n2018-09-09 16:00:00,0.7128569104170442,0.06154946067104834,0.5241561914896367\n2018-09-09 17:00:00,0.708730706206002,0.06898476347483576,0.5212909773760523\n2018-09-09 18:00:00,0.7095979755424423,0.06940869287588045,0.5196749633130439\n2018-09-09 19:00:00,0.7155601741355482,0.08006544027599653,0.5029708091332811\n2018-09-09 20:00:00,0.7216795099110401,0.0899814910578376,0.4863505863825128\n2018-09-09 21:00:00,0.7192212058721276,0.09599066923808247,0.48310709815914527\n2018-09-09 22:00:00,0.7177591714455891,0.10438757494515785,0.47608315517655564\n2018-09-09 23:00:00,0.7173842563775349,0.10824552762740022,0.4731510366205014\n2018-09-10 00:00:00,0.7203688347352379,0.0954517415696286,0.4830802996727207\n2018-09-10 01:00:00,0.7238716084761397,0.09341773286333514,0.48168183518586877\n2018-09-10 02:00:00,0.7223410476138005,0.09518723313643548,0.48139488708165046\n2018-09-10 03:00:00,0.7234273772346556,0.09664927975777687,0.47881434885862756\n2018-09-10 04:00:00,0.7173541390308468,0.09621179050067777,0.48500350487387744\n2018-09-10 05:00:00,0.7164266525389952,0.1014938093937046,0.4807561149150545\n2018-09-10 06:00:00,0.39368505876103144,-0.27255281130161657,0.6403622153542109\n2018-09-10 07:00:00,0.4187496354578304,-0.3129014943402598,0.5723027782420115\n2018-09-10 08:00:00,0.4271146518303277,-0.3312284742528302,0.5453556520419666\n2018-09-10 09:00:00,0.4486734054745344,-0.32355800213006886,0.5315020020624592\n2018-09-10 10:00:00,0.44403462321686704,-0.3394646022402994,0.520316536553233\n2018-09-10 11:00:00,0.44767153873054616,-0.3548656285288772,0.5010200579079789\n2018-09-10 12:00:00,0.45835767465272853,-0.3741177404640114,0.4713397758700615\n2018-09-10 13:00:00,0.48017938257545817,-0.36924160352926777,0.4538852679698971\n2018-09-10 14:00:00,0.47357553806297004,-0.38487449878489494,0.44500205388949915\n2018-09-10 15:00:00,0.493765559566544,-0.3633829377169439,0.4467496336534109\n2018-09-10 16:00:00,0.48604233945112574,-0.3742837850594904,0.44414240819735246\n2018-09-10 17:00:00,0.47643906401468694,-0.3945521249420058,0.4331620068358837\n2018-09-10 18:00:00,0.5168606580744913,-0.35970322630524176,0.42766893360521935\n2018-09-10 19:00:00,0.5405061799478047,-0.33043513189198126,0.43356994289831374\n2018-09-10 20:00:00,0.5544887995498318,-0.319610426350103,0.4307352563096004\n2018-09-10 21:00:00,0.5884953521067712,-0.2818944509729561,0.4347414980682578\n2018-09-10 22:00:00,0.588119796713828,-0.2684676750763554,0.448891587471209\n2018-09-10 23:00:00,0.6040491171891816,-0.2488770825208814,0.4534343367886971\n2018-09-11 00:00:00,0.5957319570458262,-0.26249230433396076,0.448978362320429\n2018-09-11 01:00:00,0.6038298686101071,-0.24739996746657936,0.4562376136754157\n2018-09-11 02:00:00,0.5974319373602031,-0.24102992368817028,0.46943586264697396\n2018-09-11 03:00:00,0.5989839787417269,-0.2229692865111343,0.48639647597413666\n2018-09-11 04:00:00,0.6063586813289319,-0.20402049125941343,0.49775382733939655\n2018-09-11 05:00:00,0.6219890579653625,-0.18257517761390424,0.5041385033914008\n2018-09-11 06:00:00,0.6245942286099685,-0.18562334510902634,0.49933443148951523\n2018-09-11 07:00:00,0.6458250560311822,-0.17294836376006484,0.4913389018466855\n2018-09-11 08:00:00,0.6594780087168708,-0.15450015814681187,0.4967841088376111\n2018-09-11 09:00:00,0.6842851068568838,-0.1198926252570682,0.5068769102665225\n2018-09-11 10:00:00,0.6944311090969295,-0.09860672156339528,0.5185493664824772\n2018-09-11 11:00:00,0.673711989021447,-0.10887692242538127,0.5293864378365754\n2018-09-11 12:00:00,0.6794071417736058,-0.10753821944363016,0.5252793252945538\n2018-09-11 13:00:00,0.6872075312558656,-0.09615446224089182,0.5289665058550397\n2018-09-11 14:00:00,0.6894433402103641,-0.08550635296706187,0.5377207409430869\n2018-09-11 15:00:00,0.6831505021493416,-0.08765183421100822,0.5416913350881893\n2018-09-11 16:00:00,0.6718020117326255,-0.09750592347205211,0.5431346906111301\n2018-09-11 17:00:00,0.6742626953060039,-0.10933336970945838,0.5285139501952687\n2018-09-11 18:00:00,0.6700907177202651,-0.11268824629235281,0.5288829169035305\n2018-09-11 19:00:00,0.6809551278454159,-0.09390639668453807,0.5365391665219224\n2018-09-11 20:00:00,0.7054427958775399,-0.058793120746625675,0.5470897767536043\n2018-09-11 21:00:00,0.731773563363899,-0.01993780579861492,0.5588740938884971\n2018-09-11 22:00:00,0.7277724195516682,0.02606476638932216,0.5566236715171599\n2018-09-11 23:00:00,0.7155074243286234,0.042612082596472686,0.5525628693219576\n2018-09-12 00:00:00,0.7118458940250756,0.0565038399443742,0.5422850045456261\n2018-09-12 01:00:00,0.7092091097398757,0.0490291883386169,0.5524673321790742\n2018-09-12 02:00:00,0.7083260294429771,0.0393359307049524,0.5626336954861658\n2018-09-12 03:00:00,0.7625161195672564,0.22772812920918617,0.3131480669982225\n2018-09-12 04:00:00,0.7791119212789276,0.24918633427234088,0.27799856242364096\n2018-09-12 05:00:00,0.7815196156539513,0.26654527338170975,0.25905573016383526\n2018-09-12 06:00:00,0.7804748299008061,0.2813310496630285,0.24614158334670183\n2018-09-12 07:00:00,0.777174222364608,0.2939262089990632,0.23751489682176344\n2018-09-12 08:00:00,0.7789569783160428,0.30577028456351074,0.2243456157083427\n2018-09-12 09:00:00,0.7742520722158571,0.3179993239265309,0.21721691291363573\n2018-09-12 10:00:00,0.7690357520044843,0.3283022508870786,0.2124212304370054\n2018-09-12 11:00:00,0.7611582120762538,0.341797645918101,0.2069046610940917\n2018-09-12 12:00:00,0.7534807408771323,0.3541432757819762,0.2024097333021812\n2018-09-12 13:00:00,0.7474074518599907,0.3667998673646134,0.1958512371132298\n2018-09-12 14:00:00,0.7443976841687785,0.37511336523013594,0.19088697391782142\n2018-09-12 15:00:00,0.7402694403332881,0.3865924255743832,0.18382534094463585\n2018-09-12 16:00:00,0.7384996328268565,0.3960090610150884,0.17637462223949454\n2018-09-12 17:00:00,0.7349637203105022,0.40178487174659183,0.1744674259692243\n2018-09-12 18:00:00,0.7337482090241917,0.4075377109166274,0.17009117264529058\n2018-09-12 19:00:00,0.7354126038519225,0.41152948299263753,0.16509406223453676\n2018-09-12 20:00:00,0.7415764187549773,0.4118493034444586,0.1589517371230879\n2018-09-12 21:00:00,0.7390466590354526,0.41569548912579646,0.1577900622898864\n2018-09-12 22:00:00,0.7377414603280621,0.4145176857972022,0.1606957791562096\n2018-09-12 23:00:00,0.7390234185985948,0.4145019984195694,0.15974843132369157\n2018-09-13 00:00:00,0.7457076248811033,0.4090300198965555,0.15889699824357717\n2018-09-13 01:00:00,0.7490070612322377,0.4052432701779748,0.1594375373287055\n2018-09-13 02:00:00,0.7520394427468786,0.3993219021845374,0.16246267466514555\n2018-09-13 03:00:00,0.9778462254568291,0.26313161309081795,-0.07978724469507156\n2018-09-13 04:00:00,0.9231322312709206,0.22897890273230415,-0.16822890941865826\n2018-09-13 05:00:00,0.9068417560367598,0.2142724389817475,-0.20053801219280096\n2018-09-13 06:00:00,0.9057805120104008,0.22272092663577966,-0.1932137581356035\n2018-09-13 07:00:00,0.9063498519373842,0.2246637948472769,-0.19057993335692086\n2018-09-13 08:00:00,0.9227288512516185,0.23758975711162586,-0.1605937377578915\n2018-09-13 09:00:00,0.9271097911679755,0.2530348143345152,-0.14015287896712836\n2018-09-13 10:00:00,0.9389928030331095,0.265435978610058,-0.11611093606728974\n2018-09-13 11:00:00,0.9383603859139372,0.2786673336558155,-0.10359190038662815\n2018-09-13 12:00:00,0.9338148939680097,0.28314489516566094,-0.10380902973744843\n2018-09-13 13:00:00,0.9395378400235656,0.2859275634284434,-0.09537805089881199\n2018-09-13 14:00:00,0.9390729005238349,0.2877742829762761,-0.0940805088692195\n2018-09-13 15:00:00,0.9504155037680957,0.2762470725333972,-0.09483122513049635\n2018-09-13 16:00:00,0.9532692501918436,0.27640714285022205,-0.09219319988034999\n2018-09-13 17:00:00,0.9617392133689068,0.2639860003889457,-0.09612485187955055\n2018-09-13 18:00:00,0.9896958157422195,0.2467421069560625,-0.08524397322380321\n2018-09-13 19:00:00,1.0109250736287576,0.24094549324808576,-0.06926086584486175\n2018-09-13 20:00:00,1.0235276187452513,0.23844798550189752,-0.05870358919171869\n2018-09-13 21:00:00,1.029114515172964,0.2449831416247257,-0.04649253665301784\n2018-09-13 22:00:00,1.023196397082778,0.25885452666897946,-0.039063515024551076\n2018-09-13 23:00:00,1.0271174088028057,0.26182192567964,-0.03249137773824116\n2018-09-14 00:00:00,1.036638373945735,0.2539634916730195,-0.030985724253882425\n2018-09-14 01:00:00,1.0463929826940985,0.24826679149180866,-0.027010026232054302\n2018-09-14 02:00:00,1.0566353699471047,0.24275965401125477,-0.022314181081618388\n2018-09-14 03:00:00,1.0640030362309543,0.24675511883833273,-0.01109979002878456\n2018-09-14 04:00:00,1.0549231587204912,0.2590780584880554,0.007091166090571521\n2018-09-14 05:00:00,1.046621255654435,0.2622056072109664,0.0120929864819653\n2018-09-14 06:00:00,1.0512362715652324,0.26112597245962565,0.00865431658897708\n2018-09-14 07:00:00,1.0336910332610794,0.2699027918603748,0.017453519888339576\n2018-09-14 08:00:00,1.0140708375132437,0.2831427869535319,0.0245250664757915\n2018-09-14 09:00:00,1.0220658198072003,0.2867773081013905,0.013739636254673206\n2018-09-14 10:00:00,1.0245486485266837,0.29144923053671656,0.006608337628215419\n2018-09-14 11:00:00,1.0134196651278982,0.3026874767609713,0.005764730714125127\n2018-09-14 12:00:00,1.0068174903960403,0.29923008432843795,0.01551269048873576\n2018-09-14 13:00:00,0.9829273589597126,0.30741624669504164,0.03053030910964018\n2018-09-14 14:00:00,0.960352630837749,0.3266351274398371,0.03371085793419558\n2018-09-14 15:00:00,0.9307273074878494,0.34177749654499867,0.04797662126188595\n2018-09-14 16:00:00,0.9132753078614634,0.35169442049987015,0.05546524711558581\n2018-09-14 17:00:00,0.8962344013067159,0.35860974736831985,0.06569170225254585\n2018-09-14 18:00:00,0.8918782688666326,0.36390801166246134,0.0650727895850799\n2018-09-14 19:00:00,0.8835771734572214,0.36799251398831606,0.06967852374502262\n2018-09-14 20:00:00,0.8877691521319748,0.36927028672891066,0.06447272201016978\n2018-09-14 21:00:00,0.8925541119421969,0.37142865193458385,0.057854614894419044\n2018-09-14 22:00:00,0.89556955705386,0.37469199241925555,0.05238365395036646\n2018-09-14 23:00:00,0.8908647468786908,0.3722213017810658,0.059957277025958905\n2018-09-15 00:00:00,0.983781986170075,0.14634283447840263,0.1914201880187117\n2018-09-15 01:00:00,0.9903024359478876,0.13470079109594213,0.19304508129207856\n2018-09-15 02:00:00,1.0126798932019658,0.11404149777570707,0.18995476592374883\n2018-09-15 03:00:00,1.0160648582297227,0.09751322730455718,0.20158358856261327\n2018-09-15 04:00:00,1.0147142264475915,0.09794698318430138,0.2022650489013829\n2018-09-15 05:00:00,1.0275123427234303,0.08680656720016139,0.20029266633086656\n2018-09-15 06:00:00,1.0531114090880267,0.06123992652771368,0.19986821774757133\n2018-09-15 07:00:00,1.0476160388174662,0.06835624481581601,0.19844273487931574\n2018-09-15 08:00:00,1.0563278445861697,0.05572639000262748,0.2029630704439028\n2018-09-15 09:00:00,1.0793169261919553,0.0449330792138632,0.19049744507252436\n2018-09-15 10:00:00,1.0725403308619683,0.04859059734049568,0.19300630794282614\n2018-09-15 11:00:00,1.0820348024692363,0.04162436933483979,0.18997906316738902\n2018-09-15 12:00:00,1.0704613198456334,0.05468187047497593,0.1882162538238973\n2018-09-15 13:00:00,1.0885053230996735,0.042580004244775226,0.18274079777157942\n2018-09-15 14:00:00,1.113280727501908,0.021973412800729016,0.17789038830314358\n2018-09-15 15:00:00,1.1244364587971762,0.021739530242174506,0.16674827405888354\n2018-09-15 16:00:00,1.1431674802112228,-0.0022790777685562686,0.16720541064055205\n2018-09-15 17:00:00,1.1266703515706322,-0.022157562857069598,0.16345488785394263\n2018-09-15 18:00:00,1.099520932447282,-0.0531628365316839,0.15982805705972164\n2018-09-15 19:00:00,1.0946956416256055,-0.05618469101827826,0.16126602061827153\n2018-09-15 20:00:00,1.076242033929158,-0.06362879662908025,0.17191146759668502\n2018-09-15 21:00:00,1.0622041791188273,-0.06909900604239437,0.18107112484450644\n2018-09-15 22:00:00,1.0476592268921503,-0.07487776259917112,0.19025628617258833\n2018-09-15 23:00:00,1.003326984823036,-0.12709549342234736,0.18228155997815487\n2018-09-16 00:00:00,0.9832788510228155,-0.16253358850055444,0.16661057454979067\n2018-09-16 01:00:00,0.9802932485987558,-0.1739946931867932,0.15753461426930448\n2018-09-16 02:00:00,0.9757769949686174,-0.17491986086016278,0.16063304538133766\n2018-09-16 03:00:00,0.9797543192642575,-0.16423661416622645,0.16701211022312848\n2018-09-16 04:00:00,0.9790848916130748,-0.1552006165788827,0.17660387349427942\n2018-09-16 05:00:00,0.9812826593415998,-0.14010493861507664,0.18906016239482276\n2018-09-16 06:00:00,0.9810463913598986,-0.12241237297585855,0.2069893673025717\n2018-09-16 07:00:00,0.9777373482267883,-0.10651335605656002,0.22594930803680127\n2018-09-16 08:00:00,0.9656298764218627,-0.1075668311981156,0.23631043618057482\n2018-09-16 09:00:00,0.9512859933802413,-0.12880958791039174,0.22959349074452015\n2018-09-16 10:00:00,0.9605030827006937,-0.130030225415203,0.21877823546304226\n2018-09-16 11:00:00,0.9630739920571296,-0.12320888901975637,0.22284617443877378\n2018-09-16 12:00:00,0.9308276606564,-0.13705461541570862,0.2409391021232451\n2018-09-16 13:00:00,0.92540381368893,-0.13126969439533226,0.2521594312788402\n2018-09-16 14:00:00,0.9243778999272655,-0.13249421314426613,0.25224893276620214\n2018-09-16 15:00:00,0.9143275451788069,-0.14473224169588308,0.24943906547491937\n2018-09-16 16:00:00,0.9274764081868696,-0.14059666382838823,0.2402582100339844\n2018-09-16 17:00:00,0.9375492440876931,-0.1543541975679135,0.2164753761487091\n2018-09-16 18:00:00,0.9527642817306308,-0.17349694998686235,0.18239203969205522\n2018-09-16 19:00:00,0.9503535889894134,-0.1862639808341971,0.1719101324249113\n2018-09-16 20:00:00,0.9291239328276334,-0.2071489273570025,0.17196318481856876\n2018-09-16 21:00:00,0.9253743500800047,-0.21550891535481256,0.1672353687704225\n2018-09-16 22:00:00,0.9187627575180001,-0.21979654546544145,0.16903229176623058\n2018-09-16 23:00:00,0.9198451252921932,-0.2189129491786302,0.1681261993834082\n2018-09-17 00:00:00,0.9207240201279742,-0.21015238430147143,0.1753734924676091\n2018-09-17 01:00:00,0.9307974184545341,-0.2109931573156135,0.1639862414281279\n2018-09-17 02:00:00,0.9357883600434289,-0.22162660171459225,0.14787739271415795\n2018-09-17 03:00:00,0.9502043154272477,-0.21785285270647625,0.13657092850758124\n2018-09-17 04:00:00,0.9756937169565972,-0.19899267289358502,0.12866656549292724\n2018-09-17 05:00:00,1.0019896039481302,-0.16945842194456132,0.13106235876804692\n2018-09-17 06:00:00,1.0156574823537037,-0.13106747212416242,0.1554797323493183\n2018-09-17 07:00:00,1.0029668931052051,-0.10899044087513272,0.18941996848562004\n2018-09-17 08:00:00,0.9657503122845229,-0.1223942147777871,0.21330302387439076\n2018-09-17 09:00:00,0.9329828633619112,-0.15728325836696427,0.21108831355893193\n2018-09-17 10:00:00,0.9068768122752655,-0.19477101402940128,0.1996892219160345\n2018-09-17 11:00:00,0.8732242164773472,-0.24519365321855127,0.1826799665389755\n2018-09-17 12:00:00,0.8778208729071825,-0.2680107266002971,0.15472529599399618\n2018-09-17 13:00:00,0.9024375835305176,-0.24496805513951214,0.15255878879283774\n2018-09-17 14:00:00,0.8879898145815979,-0.25984794346990153,0.15181365107607675\n2018-09-17 15:00:00,0.8960897665760239,-0.2677349596825774,0.13514911063272164\n2018-09-17 16:00:00,0.885164588109666,-0.26524051447990055,0.14887534723634907\n2018-09-17 17:00:00,0.8997038759446114,-0.23975582836466905,0.16007864375712888\n2018-09-17 18:00:00,0.8791428252393478,-0.2556322370773655,0.164785330940455\n2018-09-17 19:00:00,0.8617858767136701,-0.28899530525336486,0.14876600070995302\n2018-09-17 20:00:00,0.868050356947109,-0.2840688588749244,0.1475253939217863\n2018-09-17 21:00:00,0.8515054398731138,-0.30743793250522783,0.1408230603310915\n2018-09-17 22:00:00,0.8483211875055345,-0.31308978289577005,0.1381931971329572\n2018-09-17 23:00:00,0.8352506799369956,-0.32231614888618426,0.1422475323818664\n2018-09-18 00:00:00,0.8190206420115789,-0.33738392021386193,0.14397928660788653\n2018-09-18 01:00:00,0.8264471373744744,-0.33847902717006284,0.13619810299949664\n2018-09-18 02:00:00,0.8265623321917492,-0.34709190288245645,0.12751942260013135\n2018-09-18 03:00:00,0.8234849179976113,-0.3384941751629876,0.13946559992343224\n2018-09-18 04:00:00,0.804050540927512,-0.35869357803376767,0.13969090547344973\n2018-09-18 05:00:00,0.7726444164644778,-0.39542987543467323,0.1351148412640786\n2018-09-18 06:00:00,0.7694368738983443,-0.41497868605812677,0.11894761026372659\n2018-09-18 07:00:00,0.7518444255016087,-0.4394862156253385,0.11234009473590577\n2018-09-18 08:00:00,0.7597298379980552,-0.4357759757628681,0.1079232756910865\n2018-09-18 09:00:00,0.7811407808127276,-0.41347715855050454,0.1086252218807194\n2018-09-18 10:00:00,0.8152696009173042,-0.35880792694999825,0.12921841366458767\n2018-09-18 11:00:00,0.8129915795074023,-0.34099216020480194,0.14923752891095277\n2018-09-18 12:00:00,0.8434201333093633,-0.3012553142699529,0.1580828399006587\n2018-09-18 13:00:00,0.823693725158507,-0.2962971385456343,0.18311372315805208\n2018-09-18 14:00:00,0.8074301829721923,-0.3022269283182379,0.19336871120519966\n2018-09-18 15:00:00,0.7830804308495665,-0.30990321028609974,0.20975004721415952\n2018-09-18 16:00:00,0.7486859097196494,-0.3457393027435174,0.20822961438064191\n2018-09-18 17:00:00,0.7512251558238768,-0.35255956113670206,0.199613906798956\n2018-09-18 18:00:00,0.759441753842262,-0.35927348702456613,0.184998527026857\n2018-09-18 19:00:00,0.7582000288342124,-0.37763997638101576,0.16764326985866043\n2018-09-18 20:00:00,0.7745301784166577,-0.3617746921498124,0.16641964223895217\n2018-09-18 21:00:00,0.7688583544155883,-0.35015735923990526,0.18322625306060952\n2018-09-18 22:00:00,0.7545496016245614,-0.34685856550213795,0.20019694044656886\n2018-09-18 23:00:00,0.7233499483345122,-0.3815022485498447,0.19729023505090912\n2018-09-19 00:00:00,0.7146527012062481,-0.40455947437944006,0.18250708680086788\n2018-09-19 01:00:00,0.7025396934578628,-0.4189297534118852,0.1801721346127869\n2018-09-19 02:00:00,0.6925339052442611,-0.4326520493750871,0.17608640690966987\n2018-09-19 03:00:00,0.6809063677533552,-0.44438843504425196,0.1754859324273879\n2018-09-19 04:00:00,0.6568629258719734,-0.46388770271022645,0.17937522221669103\n2018-09-19 05:00:00,0.6579235854125692,-0.46999446920224036,0.1724553386954823\n2018-09-19 06:00:00,0.6653597402182415,-0.46702124524197314,0.16814127489277975\n2018-09-19 07:00:00,0.6590496577983667,-0.46266685489260057,0.17878820708184157\n2018-09-19 08:00:00,0.6465848761674753,-0.4475489261966733,0.20646660125929076\n2018-09-19 09:00:00,0.6289347633879687,-0.4439862230470132,0.22788974999086148\n2018-09-19 10:00:00,0.6177049432521435,-0.4399945720286429,0.24345813673540012\n2018-09-19 11:00:00,0.6186337860465368,-0.43363767278667464,0.24816326526415863\n2018-09-19 12:00:00,0.6109550547242869,-0.44102881526836485,0.24899364419860734\n2018-09-19 13:00:00,0.5940424333092188,-0.45667425609154644,0.25055556529260437\n2018-09-19 14:00:00,0.565254204254527,-0.4847102206391196,0.25130408218682254\n2018-09-19 15:00:00,0.5310080658261904,-0.5123527856140091,0.25853717445707025\n2018-09-19 16:00:00,0.501565293142656,-0.5448771350210331,0.2557881712442081\n2018-09-19 17:00:00,0.4987242693535873,-0.5545614737216243,0.24959878963551338\n2018-09-19 18:00:00,-0.31757512658631165,-0.7646541161388054,0.2269555059228061\n2018-09-19 19:00:00,-0.31986308213369485,-0.8017955784966415,0.1897117639408737\n2018-09-19 20:00:00,-0.3253898670785703,-0.7953569361692167,0.19030505144273155\n2018-09-19 21:00:00,-0.32538156535525437,-0.7822606031007134,0.20302311181692007\n2018-09-19 22:00:00,-0.327516394451276,-0.7706208529817479,0.21196366519187954\n2018-09-19 23:00:00,-0.3279302991701429,-0.7630831950304684,0.21854054587682795\n2018-09-20 00:00:00,-0.3241989574139326,-0.7527057221394237,0.23210858933559106\n2018-09-20 01:00:00,-0.322820441500569,-0.7428276915138925,0.24330235386755628\n2018-09-20 02:00:00,-0.3212982801715674,-0.7357753078132483,0.25178655180726284\n2018-09-20 03:00:00,-0.3228171429907161,-0.729038452631702,0.25725702402785044\n2018-09-20 04:00:00,-0.31928746211184716,-0.7246193834862358,0.2656398717261986\n2018-09-20 05:00:00,-0.322764530674833,-0.7188641384167685,0.2678179017321717\n2018-09-20 06:00:00,-0.30722844405283767,-0.7156211026067769,0.2865521837229693\n2018-09-20 07:00:00,-0.3035506834446816,-0.7127583764159929,0.2925082351148866\n2018-09-20 08:00:00,-0.29260737324408365,-0.7126773516837419,0.303329232567741\n2018-09-20 09:00:00,-0.28883079524262745,-0.7144474506990999,0.3046425276759134\n2018-09-20 10:00:00,-0.2821546102538408,-0.7138360356872456,0.31109515046351244\n2018-09-20 11:00:00,-0.2697769541539,-0.7124562247246786,0.3239557634509265\n2018-09-20 12:00:00,-0.24992734973765388,-0.7079503691184754,0.3470647401084339\n2018-09-20 13:00:00,-0.23382387540358357,-0.706403160264766,0.3635289439900567\n2018-09-20 14:00:00,-0.21863028002040272,-0.7068858662548179,0.3779560077138641\n2018-09-20 15:00:00,-0.1900519928050132,-0.7122535487595074,0.40073953297724696\n2018-09-20 16:00:00,-0.18180066104698736,-0.7098457210415011,0.4111085984954821\n2018-09-20 17:00:00,-0.15869471716047842,-0.7123142007879384,0.43143883050877746\n2018-09-20 18:00:00,-0.1485436942576209,-0.7112109567806647,0.4423098599059543\n2018-09-20 19:00:00,-0.1354674219541153,-0.7103700548142329,0.45589561797006073\n2018-09-20 20:00:00,-0.11451323122519196,-0.7122484141265735,0.474339665154075\n2018-09-20 21:00:00,-0.09483071239714008,-0.7111739573494089,0.49434478243098945\n2018-09-20 22:00:00,-0.08618215141495711,-0.7105641573492619,0.5028908450919882\n2018-09-20 23:00:00,-0.0583128588655986,-0.7190639626342449,0.5212668936585513\n2018-09-21 00:00:00,-0.061301890652490296,-0.718156327035757,0.5187335294663937\n2018-09-21 01:00:00,-0.04374964756122117,-0.7274263148446434,0.5265315160111096\n2018-09-21 02:00:00,-0.05505813840270467,-0.7256211676557935,0.5166387751640275\n2018-09-21 03:00:00,-0.04203931669563951,-0.7324378239519912,0.5218654668293283\n2018-09-21 04:00:00,-0.04484908366528817,-0.7315688512536183,0.5187618014871815\n2018-09-21 05:00:00,-0.046496220634150855,-0.727909167245981,0.5203517140577213\n2018-09-21 06:00:00,-0.046381423916174516,-0.7316916880856762,0.5165242386269022\n2018-09-21 07:00:00,-0.03639346965931103,-0.7334965896673379,0.5243462248023186\n2018-09-21 08:00:00,-0.0472561091532637,-0.7377550197034772,0.5089552622207617\n2018-09-21 09:00:00,-0.04164552278489032,-0.7453773757419994,0.5071840696383592\n2018-09-21 10:00:00,-0.030787858890267247,-0.7537126059799403,0.5091164562664798\n2018-09-21 11:00:00,-0.0359074507164088,-0.7601989015956984,0.49721926654920673\n2018-09-21 12:00:00,-0.01320731378417613,-0.7669089614552662,0.5129176142923493\n2018-09-21 13:00:00,-0.03177232800513851,-0.7623670596754378,0.49880001895654047\n2018-09-21 14:00:00,0.004577476136278687,-0.766439359714183,0.5217401046344329\n2018-09-21 15:00:00,0.007870240037349131,-0.7582673718995787,0.5259545981807859\n2018-09-21 16:00:00,-0.0039267042105198225,-0.7628826233713062,0.525547631106261\n2018-09-21 17:00:00,-0.012684908363838265,-0.7708017544552176,0.5087511693455693\n2018-09-21 18:00:00,0.005344814777371122,-0.7747161198701659,0.5123534863686188\n2018-09-21 19:00:00,0.024418594594859788,-0.7518909292698773,0.5153996331204079\n2018-09-21 20:00:00,0.029730749588643263,-0.7404992006463319,0.5215511605105273\n2018-09-21 21:00:00,0.028639894766543873,-0.7402464672222062,0.5230787239373961\n2018-09-21 22:00:00,0.049494011553330323,-0.7114275618135197,0.5307357573174365\n2018-09-21 23:00:00,0.05878886392433371,-0.7008679195147492,0.53240088081728\n2018-09-22 00:00:00,0.08108844812387873,-0.6823047684662773,0.5287164428841076\n2018-09-22 01:00:00,0.10088869190743192,-0.6635018026384083,0.527992145596156\n2018-09-22 02:00:00,0.100728970803586,-0.6681288754241858,0.5245389698600761\n2018-09-22 03:00:00,0.10341830098152745,-0.6708917060093571,0.5199000270171302\n2018-09-22 04:00:00,0.09704828688287061,-0.6763434328912553,0.5212929807930335\n2018-09-22 05:00:00,0.08709738157842735,-0.6947445137744631,0.513105646687329\n2018-09-22 06:00:00,0.08404026841090527,-0.6976496256059492,0.5134070548199946\n2018-09-22 07:00:00,0.08704400196704325,-0.6946386674168267,0.5131666814461946\n2018-09-22 08:00:00,0.07623725138409515,-0.6987112684979838,0.5200534954920447\n2018-09-22 09:00:00,0.05236427798073353,-0.7247947396975869,0.5179876873296129\n2018-09-22 10:00:00,0.046047295018634346,-0.7424293274665679,0.5065665195844434\n2018-09-22 11:00:00,0.026913360999774618,-0.764561248726899,0.5038414754347378\n2018-09-22 12:00:00,0.02488704038219627,-0.7780349604069605,0.4924344077482062\n2018-09-22 13:00:00,0.05897799757247126,-0.7466975114049393,0.49023539852886727\n2018-09-22 14:00:00,0.04736919961739286,-0.7513974929683586,0.49753503677311833\n2018-09-22 15:00:00,0.05202612650408346,-0.7506532182455664,0.4942721403952011\n2018-09-22 16:00:00,0.08738483870885497,-0.7180422523162195,0.49147865161012344\n2018-09-22 17:00:00,0.08811537705417094,-0.7165804558852967,0.49290032285536417\n2018-09-22 18:00:00,0.09775559790898324,-0.7099853930047941,0.49014500703560165\n2018-09-22 19:00:00,0.07786969811142569,-0.7292411470406837,0.49122975872641705\n2018-09-22 20:00:00,0.0752469118899588,-0.7351534485969339,0.48869110181296876\n2018-09-22 21:00:00,0.08690457882986774,-0.7296590429623578,0.48297305088023046\n2018-09-22 22:00:00,0.07840576904929605,-0.7439871110474024,0.4773474135776755\n2018-09-22 23:00:00,0.08928161907581086,-0.7431315866698228,0.46764690262993414\n2018-09-23 00:00:00,0.10087094628067048,-0.7400671916102366,0.45956089725360727\n2018-09-23 01:00:00,0.1139717119258451,-0.7350482074456255,0.4518732692437132\n2018-09-23 02:00:00,0.13152422203675382,-0.715957678631804,0.45365501872594555\n2018-09-23 03:00:00,0.1542406164527564,-0.6924037970282054,0.4549154955411292\n2018-09-23 04:00:00,0.15996385526275633,-0.689455415398217,0.45263104310278796\n2018-09-23 05:00:00,0.16310386978362157,-0.6906679962652333,0.4489304238813506\n2018-09-23 06:00:00,0.1499295654899789,-0.7061565109631096,0.44690275303392657\n2018-09-23 07:00:00,0.13992669664112922,-0.7223746805586676,0.4415719349480122\n2018-09-23 08:00:00,0.13834571603732165,-0.7377689050768074,0.42854114877128985\n2018-09-23 09:00:00,0.13080502740599997,-0.7414990890988761,0.432711597331246\n2018-09-23 10:00:00,0.11756563984831443,-0.7562760367559878,0.43169145209355664\n2018-09-23 11:00:00,0.12571176609377463,-0.7559225352418253,0.4241947483333103\n2018-09-23 12:00:00,0.12903739566487582,-0.7513134323892007,0.42566038488437513\n2018-09-23 13:00:00,0.12546733746065236,-0.7444689214499367,0.4361286545417462\n2018-09-23 14:00:00,0.11280203692717965,-0.7564867650411548,0.43714587177700515\n2018-09-23 15:00:00,0.10572469243007057,-0.766041130630101,0.43513768032804784\n2018-09-23 16:00:00,0.10096974576144624,-0.7751637105410825,0.431179080843514\n2018-09-23 17:00:00,0.10180769883253311,-0.7874988665056778,0.41817686038762675\n2018-09-23 18:00:00,0.09018712339815393,-0.7963832436854645,0.42135661861039714\n2018-09-23 19:00:00,0.09336942342458164,-0.7870912626239137,0.4272670428282472\n2018-09-23 20:00:00,0.1099991252539085,-0.7629217267099062,0.4353652026055575\n2018-09-23 21:00:00,0.0811468096517938,-0.7918168762923102,0.4359783316858289\n2018-09-23 22:00:00,0.10646717182789892,-0.7668820893630386,0.43529100762967\n2018-09-23 23:00:00,0.12155384358653117,-0.7441580848518178,0.44340131568537244\n2018-09-24 00:00:00,0.12841989615179855,-0.7284537660496142,0.4521456639729384\n2018-09-24 01:00:00,0.14135525039288718,-0.7040977299877974,0.4636220371033221\n2018-09-24 02:00:00,0.13137170323836675,-0.7063656125283128,0.4719348623792119\n2018-09-24 03:00:00,0.14349501742173829,-0.6908217176727636,0.4749645413759142\n2018-09-24 04:00:00,0.14436367002093534,-0.6845191041671705,0.48029407587470907\n2018-09-24 05:00:00,0.1378390957586651,-0.686236386639347,0.4851155159631768\n2018-09-24 06:00:00,0.13884306531153917,-0.6883580084119579,0.4810345473878701\n2018-09-24 07:00:00,0.176474056504797,-0.64375848159109,0.48772029644183795\n2018-09-24 08:00:00,0.1709632961227803,-0.6347980821137165,0.5030972726139062\n2018-09-24 09:00:00,0.19000821019747277,-0.6172197704192339,0.5018862903013948\n2018-09-24 10:00:00,0.17593915306061272,-0.6236677851071732,0.5097267825951194\n2018-09-24 11:00:00,0.18771722500954635,-0.6165138317434085,0.5050901426197922\n2018-09-24 12:00:00,0.1781157084429511,-0.6239325671472548,0.5075025059613171\n2018-09-24 13:00:00,0.18081345420663122,-0.6192742809186171,0.509414703499334\n2018-09-24 14:00:00,0.15454682538892162,-0.6456169006935536,0.5097758775541334\n2018-09-24 15:00:00,0.19467562314805373,-0.6271328047446515,0.48181821392484286\n2018-09-24 16:00:00,0.19330499002840107,-0.6230854574312106,0.487144549594651\n2018-09-24 17:00:00,0.1944244882093595,-0.6141594029292107,0.49485408939410386\n2018-09-24 18:00:00,0.19364159731039118,-0.6105518015778763,0.49919243406899516\n2018-09-24 19:00:00,0.1996948294499482,-0.604843526506665,0.49896087296525393\n2018-09-24 20:00:00,0.19214199342112007,-0.6122302993043787,0.4997421420623492\n2018-09-24 21:00:00,0.20858987338414323,-0.5970574937914834,0.4987807862243919\n2018-09-24 22:00:00,0.21848308947726852,-0.58316891405578,0.5028045077236412\n2018-09-24 23:00:00,0.21888761896234396,-0.5804259084190126,0.5059364305172769\n2018-09-25 00:00:00,0.2330869162209052,-0.5657157851545506,0.5065060446060312\n2018-09-25 01:00:00,0.23750498546479912,-0.5592281985692705,0.5089623259055032\n2018-09-25 02:00:00,0.24355724847750568,-0.5536125852330989,0.5087801937882958\n2018-09-25 03:00:00,0.26200289489747225,-0.5337257959701845,0.5104552216127832\n2018-09-25 04:00:00,0.2689090060724476,-0.5287886992049824,0.5090677788735527\n2018-09-25 05:00:00,0.27746335537411687,-0.5190467033097629,0.5104732288819288\n2018-09-25 06:00:00,0.27865154433851114,-0.51610201959426,0.512559232611576\n2018-09-25 07:00:00,0.2863843508530178,-0.5072279490419234,0.5140650155905125\n2018-09-25 08:00:00,0.276104049354298,-0.517443960384445,0.5147623439082034\n2018-09-25 09:00:00,0.2741065490338435,-0.5227047749876831,0.5112253811086808\n2018-09-25 10:00:00,0.2769022419018354,-0.5219032895206507,0.5094633300047442\n2018-09-25 11:00:00,0.27291660062371853,-0.5295312869086497,0.5058681662536493\n2018-09-25 12:00:00,0.2753805439473398,-0.5325520174708337,0.500220247725649\n2018-09-25 13:00:00,0.2810284154612575,-0.5310259761903283,0.49580414769005615\n2018-09-25 14:00:00,0.3080041763648907,-0.5082437787096893,0.49145200248818477\n2018-09-25 15:00:00,0.31430832211500925,-0.4996535887160752,0.49343947074653255\n2018-09-25 16:00:00,0.3174595996520417,-0.4951242940371348,0.49446682748247783\n2018-09-25 17:00:00,0.32853971966200335,-0.48542031640732564,0.49291881857047404\n2018-09-25 18:00:00,0.332142932828028,-0.4817500680663036,0.49287206175355663\n2018-09-25 19:00:00,0.3302119453496817,-0.48719516560244447,0.48961349321830666\n2018-09-25 20:00:00,0.33344652458658175,-0.48728694610325757,0.48626652709387\n2018-09-25 21:00:00,0.3149617136840829,-0.5148052325422015,0.47700253733506287\n2018-09-25 22:00:00,0.3214968972252622,-0.5211321457481718,0.46411016828101653\n2018-09-25 23:00:00,0.3235963853528449,-0.523041429701811,0.4597975533273563\n2018-09-26 00:00:00,0.3321814333936482,-0.5180537535091488,0.45632554743776665\n2018-09-26 01:00:00,0.3350005014115879,-0.5197083724346898,0.4521192092170287\n2018-09-26 02:00:00,0.35002520212580573,-0.505072670187254,0.45187309960637895\n2018-09-26 03:00:00,0.32951225952807506,-0.5204949461581972,0.45770860404717706\n2018-09-26 04:00:00,0.31971650939683915,-0.530429485506237,0.4578643388537503\n2018-09-26 05:00:00,0.3043251961325744,-0.5448974134315498,0.45861478274659667\n2018-09-26 06:00:00,0.3031121155995918,-0.5465961557414271,0.4582423173956992\n2018-09-26 07:00:00,0.3092473706290847,-0.5399179898234792,0.45882315316304545\n2018-09-26 08:00:00,0.29862756073931807,-0.5501461311800266,0.4593086392921693\n2018-09-26 09:00:00,0.31037845988511675,-0.5398274819071002,0.45784949361775923\n2018-09-26 10:00:00,0.3207002728666384,-0.5324114237380668,0.45535844857420127\n2018-09-26 11:00:00,0.33787208424163895,-0.5126363775840783,0.45818838104711607\n2018-09-26 12:00:00,0.3470371112579082,-0.49729011472576534,0.4646090489289409\n2018-09-26 13:00:00,0.34663778997352457,-0.4954983329439712,0.4667503994107483\n2018-09-26 14:00:00,0.3433218566170118,-0.5016545516435463,0.4642921827530064\n2018-09-26 15:00:00,0.3492405449922795,-0.4959757363681401,0.46393744488918404\n2018-09-26 16:00:00,0.3527964632084579,-0.4887221433374493,0.46741957467798434\n2018-09-26 17:00:00,0.350972105938018,-0.4864362091880412,0.47115872829852334\n2018-09-26 18:00:00,0.3577506037651396,-0.47587501787338743,0.4744004103518712\n2018-09-26 19:00:00,0.3658999231600328,-0.46337241451381367,0.4780591987624956\n2018-09-26 20:00:00,0.37353827568103565,-0.4532214062557944,0.47968698878356364\n2018-09-26 21:00:00,0.38613924937683114,-0.441358095538343,0.4783997637371821\n2018-09-26 22:00:00,0.39716408820327237,-0.4275960480264166,0.48062970280712286\n2018-09-26 23:00:00,0.3945650817069692,-0.4258648690053227,0.4845641186154912\n2018-09-27 00:00:00,0.39093550699846924,-0.4288446193947627,0.48472987274072127\n2018-09-27 01:00:00,0.39292575197903284,-0.4301707744089674,0.4807246696246704\n2018-09-27 02:00:00,0.4043700303139671,-0.42357898481855316,0.4752277825655382\n2018-09-27 03:00:00,0.4050467532972814,-0.4274935409114535,0.47005220737201964\n2018-09-27 04:00:00,0.40365377023978233,-0.4262221266406595,0.4721119568300812\n2018-09-27 05:00:00,0.39796525837002483,-0.43197086556106445,0.47202781958399387\n2018-09-27 06:00:00,0.3941077578531394,-0.43967641109843697,0.46774652458864635\n2018-09-27 07:00:00,0.39337474193697275,-0.44186005665101047,0.46576757171336747\n2018-09-27 08:00:00,0.3993305663254828,-0.4348517861372189,0.4665985467525969\n2018-09-27 09:00:00,0.3729728436706925,-0.4658385702322605,0.46260428432926054\n2018-09-27 10:00:00,0.3595454556671016,-0.4866295189497668,0.45530940422241906\n2018-09-27 11:00:00,0.3578877392625019,-0.49329571075749507,0.45052515145178346\n2018-09-27 12:00:00,0.3479139829439835,-0.5042375737029055,0.44978883648869233\n2018-09-27 13:00:00,0.33624798314078996,-0.5210648761465089,0.4443732562320911\n2018-09-27 14:00:00,0.33165361141629424,-0.5361139556703263,0.43416892120698947\n2018-09-27 15:00:00,0.30887784981669647,-0.5653065234199957,0.4278496703362298\n2018-09-27 16:00:00,0.30142268984953247,-0.5741464802265354,0.42654015317116406\n2018-09-27 17:00:00,0.2846447869878425,-0.5930993021686574,0.4248347751480255\n2018-09-27 18:00:00,0.2851665412503593,-0.6007824151285586,0.4169303340974055\n2018-09-27 19:00:00,0.2876688607245622,-0.606008998937573,0.4091906933295964\n2018-09-27 20:00:00,0.28212601610095744,-0.6151100104717134,0.4055715129749296\n2018-09-27 21:00:00,0.2849814759816055,-0.6130098506342813,0.405071865237571\n2018-09-27 22:00:00,0.2975318486911217,-0.6040272797828149,0.4015667169634287\n2018-09-27 23:00:00,0.2914515788550028,-0.6146389094320095,0.3970663044696329\n2018-09-28 00:00:00,0.27495031150690935,-0.6385165550130586,0.39010160327897037\n2018-09-28 01:00:00,0.2765209238903193,-0.644576974742595,0.3828523403861672\n2018-09-28 02:00:00,0.2922319467847591,-0.630507043525283,0.3819918272673785\n2018-09-28 03:00:00,0.2763811213070731,-0.6362673317310549,0.3923071403194586\n2018-09-28 04:00:00,0.25410182000533454,-0.652021379704214,0.39917671566323676\n2018-09-28 05:00:00,0.24819275328707882,-0.6541988168703123,0.4030228212647544\n2018-09-28 06:00:00,0.2554657080339802,-0.6483764056686542,0.40185677754277466\n2018-09-28 07:00:00,0.25573437314974884,-0.6461566330952322,0.40393777173475853\n2018-09-28 08:00:00,0.26745526882938603,-0.6328573250356883,0.40553378394937817\n2018-09-28 09:00:00,0.29130228272562575,-0.6092530604407211,0.40550595920640564\n2018-09-28 10:00:00,0.33172539998721834,-0.5581264641396406,0.4165333372413205\n2018-09-28 11:00:00,0.33621621965959,-0.5508937966095315,0.4192091157186717\n2018-09-28 12:00:00,0.3761824263287057,-0.5122626644226633,0.4178601146064726\n2018-09-28 13:00:00,0.3857156043134935,-0.4948021607158737,0.42590711083926763\n2018-09-28 14:00:00,0.3901269966361707,-0.48809366861042,0.4282901637247583\n2018-09-28 15:00:00,0.4013151793513844,-0.47397593231265017,0.43147383565250097\n2018-09-28 16:00:00,0.41587811468755226,-0.45179687174658184,0.43890865309929233\n2018-09-28 17:00:00,0.4186129563834308,-0.4472708592024968,0.4410060993288874\n2018-09-28 18:00:00,0.4127357392105088,-0.45283964694322226,0.44146731609011225\n2018-09-28 19:00:00,0.425679742704034,-0.4423414594519355,0.43916087450024194\n2018-09-28 20:00:00,0.438488726156304,-0.4333394594571011,0.43522253857482673\n2018-09-28 21:00:00,0.4667218962491352,-0.4019742779094496,0.43803849370876097\n2018-09-28 22:00:00,0.4779074184028991,-0.3857349938508343,0.4423800126900993\n2018-09-28 23:00:00,0.5162557337199539,-0.3407139805122404,0.44841678235787696\n2018-09-29 00:00:00,0.5322686035376902,-0.31817708211969137,0.4548364606452067\n2018-09-29 01:00:00,0.5353629216039574,-0.3018128013172801,0.46795834390994084\n2018-09-29 02:00:00,0.5402084224689688,-0.29834820608748164,0.4669420585605362\n2018-09-29 03:00:00,0.5584431410689594,-0.2784338571196014,0.46862240029443175\n2018-09-29 04:00:00,0.5512339973475996,-0.28285840650657745,0.471147130095047\n2018-09-29 05:00:00,0.5521512720351945,-0.2797258316205803,0.4731280965710103\n2018-09-29 06:00:00,0.5440786309187472,-0.28158563230719785,0.478642673796\n2018-09-29 07:00:00,0.5525308675564302,-0.27371026282492256,0.47822326500754186\n2018-09-29 08:00:00,0.5503814029087052,-0.2724723583633439,0.4815975199666876\n2018-09-29 09:00:00,0.5615701094459892,-0.26179540353674496,0.4806925099894373\n2018-09-29 10:00:00,0.5660295779997391,-0.2595706066980645,0.4781592343878771\n2018-09-29 11:00:00,0.5432650619348964,-0.2835966767897402,0.47708942069847704\n2018-09-29 12:00:00,0.5729525589573388,-0.24473482851131986,0.48594417377808596\n2018-09-29 13:00:00,0.5581819282915906,-0.25681469640221016,0.48958085500716436\n2018-09-29 14:00:00,0.5526101398340635,-0.26757977551751344,0.48525647713910935\n2018-09-29 15:00:00,0.5407952873088875,-0.28298349854565064,0.4810410797859619\n2018-09-29 16:00:00,0.5321907834022523,-0.28934670553876507,0.48337765266495414\n2018-09-29 17:00:00,0.5236233261165973,-0.29623475972881813,0.48475772204663164\n2018-09-29 18:00:00,0.5327686552251216,-0.29141746282804304,0.4794604554643465\n2018-09-29 19:00:00,0.5608052764992442,-0.2626931339011572,0.47921543125060695\n2018-09-29 20:00:00,0.574848514427802,-0.2469285128566518,0.4813030029593714\n2018-09-29 21:00:00,0.5972273604837068,-0.22435995220433508,0.4816021752528196\n2018-09-29 22:00:00,0.5991959911703189,-0.22158197428583534,0.4822786892523719\n2018-09-29 23:00:00,0.595817090517907,-0.22939499564364169,0.4778651340383968\n2018-09-30 00:00:00,0.5868463637700362,-0.24329021538139542,0.4722403565511598\n2018-09-30 01:00:00,0.5989098323511513,-0.2268536807266874,0.47668805932744784\n2018-09-30 02:00:00,0.588770201104968,-0.2294733379944652,0.48376601638616745\n2018-09-30 03:00:00,0.5783955803853892,-0.24133432524759463,0.48191457390777853\n2018-09-30 04:00:00,0.5653343485759439,-0.2664591139273005,0.4703127153846006\n2018-09-30 05:00:00,0.5632917037888173,-0.2663385686660913,0.4725568907585578\n2018-09-30 06:00:00,0.5516692254732593,-0.28109012639408765,0.4690774221228196\n2018-09-30 07:00:00,0.5490646282593193,-0.28878295704227214,0.46335563109048805\n2018-09-30 08:00:00,0.5561862629006208,-0.2747072192941561,0.4703241583807045\n2018-09-30 09:00:00,0.5487758271694886,-0.27479310141076985,0.4779634628758378\n2018-09-30 10:00:00,0.5549884534029191,-0.2713407719876271,0.4753050962138015\n2018-09-30 11:00:00,0.5529768858606191,-0.26874312697075226,0.47994547136782223\n2018-09-30 12:00:00,0.5511009950864088,-0.2683554348978116,0.48267397776918997\n2018-09-30 13:00:00,0.5528563919373904,-0.2786512701336315,0.4710858428764658\n2018-09-30 14:00:00,0.5485420762268436,-0.28531582737997085,0.46881872612977593\n2018-09-30 15:00:00,0.5454662919176319,-0.2973276541428819,0.4601879145361331\n2018-09-30 16:00:00,0.5363648561451071,-0.315029801519484,0.45154145886478947\n2018-09-30 17:00:00,0.5328893959146705,-0.31452438043034314,0.4556441245576056\n2018-09-30 18:00:00,0.5389942941911289,-0.3036531665764897,0.46068080728115446\n2018-09-30 19:00:00,0.5302259069360856,-0.31375625018323244,0.45938273332290125\n2018-09-30 20:00:00,0.5387826115753217,-0.30466871860359035,0.4597999588563575\n2018-09-30 21:00:00,0.5255845056170262,-0.3156611175320003,0.46241302819870006\n2018-09-30 22:00:00,0.5231342890279437,-0.3232977777637275,0.4573166619213382\n2018-09-30 23:00:00,0.5496605109779146,-0.30307031872494244,0.45079991737029085\n2018-10-01 00:00:00,0.5518876493384893,-0.2959094327952673,0.4556607902713443\n2018-10-01 01:00:00,0.5718414178469586,-0.2761331918466856,0.45491350053717816\n2018-10-01 02:00:00,0.5594810545558713,-0.2761359529790956,0.46737019131881546\n2018-10-01 03:00:00,0.5608451176300937,-0.26302705102373564,0.4790666851339543\n2018-10-01 04:00:00,0.5406087052108604,-0.2758638035842362,0.4866108869523493\n2018-10-01 05:00:00,0.5549343974232119,-0.25391682672292715,0.49362604097746304\n2018-10-01 06:00:00,0.5552450099217504,-0.24349872605691805,0.5032076123679053\n2018-10-01 07:00:00,0.5536335974443574,-0.24222090430928953,0.5059045605067802\n2018-10-01 08:00:00,0.5612256061555644,-0.2328479434207727,0.507299395693304\n2018-10-01 09:00:00,0.5539328978919428,-0.23689983027441455,0.5093838191232473\n2018-10-01 10:00:00,0.5560040338624909,-0.23485945106997722,0.5085150829706733\n2018-10-01 11:00:00,0.5711902672626246,-0.21341355091650913,0.5144181973218523\n2018-10-01 12:00:00,0.5857391612147415,-0.19356000321115002,0.5187192197053269\n2018-10-01 13:00:00,0.5955683611439581,-0.17560729794420238,0.5260462526194675\n2018-10-01 14:00:00,0.6074606844751862,-0.1568049267997292,0.5327236981099007\n2018-10-01 15:00:00,0.6114605070568436,-0.14687605997472772,0.538127786914501\n2018-10-01 16:00:00,0.6085217539788481,-0.1497213235319535,0.537706847842517\n2018-10-01 17:00:00,0.6003125278249428,-0.1605348377626305,0.5351828689159516\n2018-10-01 18:00:00,0.5901242064807569,-0.16854826683283283,0.5371779519104862\n2018-10-01 19:00:00,0.5781391603772407,-0.1868674212278951,0.5304467109896835\n2018-10-01 20:00:00,0.5787566393409205,-0.19818377726632821,0.5189887077715316\n2018-10-01 21:00:00,0.5648767989022142,-0.21623131970985496,0.5147871751189335\n2018-10-01 22:00:00,0.5501094523070289,-0.23166240695787568,0.514426657778512\n2018-10-01 23:00:00,0.5219863099868072,-0.2583652505385342,0.5163832418114435\n2018-10-02 00:00:00,0.4962275469833095,-0.2856813114056016,0.5151480781538713\n2018-10-02 01:00:00,0.4826054761981735,-0.3015691406832171,0.5125860329042974\n2018-10-02 02:00:00,0.40233064435516064,-0.3877673926355653,0.5050538340849431\n2018-10-02 03:00:00,0.3785465753893694,-0.4325136978945815,0.48423949816771167\n2018-10-02 04:00:00,0.33991287711654167,-0.4868871577373128,0.4685273874181185\n2018-10-02 05:00:00,0.3077951551037185,-0.5359960101203417,0.45156342027197993\n2018-10-02 06:00:00,0.2888302991990849,-0.5630575630059581,0.44342251989140924\n2018-10-02 07:00:00,0.27108692439548276,-0.5935113975681674,0.43099405302633925\n2018-10-02 08:00:00,0.28891645325321647,-0.5829384744612305,0.4230009432840909\n2018-10-02 09:00:00,0.2947055274844124,-0.567690264659161,0.431737509455466\n2018-10-02 10:00:00,0.2827996252512198,-0.5707711908844445,0.4401611178418347\n2018-10-02 11:00:00,0.2697379181132156,-0.5706404239790128,0.4533468525314368\n2018-10-02 12:00:00,0.23966699254580787,-0.6045132355698256,0.4497700447102842\n2018-10-02 13:00:00,0.25217441746192676,-0.6026972666816064,0.43848999030567226\n2018-10-02 14:00:00,0.27958174769236904,-0.5687646227855838,0.44471939044910513\n2018-10-02 15:00:00,0.26755015959170897,-0.5689969346021695,0.4567888027388732\n2018-10-02 16:00:00,0.24669762827873531,-0.5815323444581799,0.46598633036825793\n2018-10-02 17:00:00,0.22470993531814076,-0.6050887201230711,0.4655636705787866\n2018-10-02 18:00:00,0.21788196926749478,-0.6142292384016425,0.46412437419001024\n2018-10-02 19:00:00,0.21554114844214525,-0.6217830389377875,0.45993448132562686\n2018-10-02 20:00:00,0.20024673425118567,-0.6363864903879747,0.4611850990734887\n2018-10-02 21:00:00,0.21814100445308043,-0.6153065009002467,0.4646829296059721\n2018-10-02 22:00:00,0.23149621664201808,-0.5905181660839056,0.4763583496400617\n2018-10-02 23:00:00,0.23700841949474377,-0.5800960107507389,0.48148094822211646\n2018-10-03 00:00:00,0.28702498117939196,-0.5296515719116027,0.48174759618616547\n2018-10-03 01:00:00,0.296270165505327,-0.5161098193791862,0.4861042686276979\n2018-10-03 02:00:00,0.30340195413652643,-0.5144705803767794,0.4810744032734506\n2018-10-03 03:00:00,0.30742137854994467,-0.5137041956622967,0.4780311543069029\n2018-10-03 04:00:00,0.29022545805676786,-0.5478337210470018,0.4613954810438508\n2018-10-03 05:00:00,0.3169613509840655,-0.5457831973005849,0.4366720383606848\n2018-10-03 06:00:00,0.30871079731193807,-0.5700391977320989,0.4210388461512437\n2018-10-03 07:00:00,0.311380095735771,-0.5913074500396001,0.39761666880061164\n2018-10-03 08:00:00,0.33038269697064837,-0.5896455201924192,0.3806296951089359\n2018-10-03 09:00:00,0.3350245900476831,-0.591785244039812,0.3741807197361117\n2018-10-03 10:00:00,0.32041591340681186,-0.6354090616217661,0.34581770848990606\n2018-10-03 11:00:00,0.34324458076874453,-0.6449744725922688,0.31314681771859243\n2018-10-03 12:00:00,0.37010823939954296,-0.6434409930529844,0.28766309417039904\n2018-10-03 13:00:00,0.36333703253233546,-0.6625145198549214,0.2752155093903467\n2018-10-03 14:00:00,0.3833254829093469,-0.663919810966712,0.25419935156043993\n2018-10-03 15:00:00,0.36321217258464394,-0.6998739404830835,0.2384403856205587\n2018-10-03 16:00:00,0.3544336378257083,-0.739710429203847,0.2072984985815948\n2018-10-03 17:00:00,0.3779540058455308,-0.7570898091643448,0.16621564442357603\n2018-10-03 18:00:00,0.39774350371689615,-0.7706727708372187,0.13287713435336007\n2018-10-03 19:00:00,0.4906086766861039,-0.6937184279250419,0.11714303037860568\n2018-10-03 20:00:00,0.5342620532724375,-0.6178051011670272,0.14961633871029975\n2018-10-03 21:00:00,0.6046309064055105,-0.5035401487160762,0.19352643369185818\n2018-10-03 22:00:00,0.6320219724330634,-0.4234993275267445,0.24678428292213617\n2018-10-03 23:00:00,1.0367595200903577,0.011909015835311301,0.26011613598660877\n2018-10-04 00:00:00,0.8808849720564508,0.0523311228187688,0.3773771245356993\n2018-10-04 01:00:00,0.8422494845028767,0.058457799553954005,0.4107285359855437\n2018-10-04 02:00:00,0.8246472465360338,0.053781294959222146,0.4330243533239551\n2018-10-04 03:00:00,0.8257026640905498,0.010495114200192944,0.47470462552300957\n2018-10-04 04:00:00,0.8090178674388689,-0.010852956157571274,0.4900456132108886\n2018-10-04 05:00:00,0.7575686444976596,-0.0549226401626428,0.497014606029351\n2018-10-04 06:00:00,0.7313902002526985,-0.08048314125825017,0.4977553214329096\n2018-10-04 07:00:00,0.6842170058352522,-0.1337471352533348,0.49186107743146984\n2018-10-04 08:00:00,0.6501813496727193,-0.18232106721127617,0.47756933522844236\n2018-10-04 09:00:00,0.6006862559629994,-0.24288471491726535,0.4666702449512161\n2018-10-04 10:00:00,0.5560447280216525,-0.31458495236965955,0.43947577834093027\n2018-10-04 11:00:00,0.5444273860791986,-0.3406747346370052,0.42467566272543794\n2018-10-04 12:00:00,0.5250050094298961,-0.3572372592585516,0.42748035331749634\n2018-10-04 13:00:00,0.5049198569649253,-0.40069673213871554,0.4040712233756882\n2018-10-04 14:00:00,0.45932258382723085,-0.4745378107024689,0.375543850149308\n2018-10-04 15:00:00,0.4416081858622463,-0.5246731782752637,0.34281134290908466\n2018-10-04 16:00:00,0.43411812923179594,-0.5523383447097644,0.322047880526229\n2018-10-04 17:00:00,0.4394227645031274,-0.5747642925704195,0.29474708776388026\n2018-10-04 18:00:00,0.42003692506398654,-0.6287495366330736,0.26006168054474593\n2018-10-04 19:00:00,0.4017482912740491,-0.6808461879579102,0.22592383145565081\n2018-10-04 20:00:00,0.3829810854327826,-0.7352088080221114,0.1898724799198705\n2018-10-04 21:00:00,0.39936573167586364,-0.741180588978251,0.16735465090209464\n2018-10-04 22:00:00,0.34081900693841394,-0.8106850447144013,0.15609383967867388\n2018-10-04 23:00:00,0.37917036280764843,-0.7897325839767508,0.13793948751289303\n2018-10-05 00:00:00,0.3970963219614837,-0.7539078896244057,0.15519642717397053\n2018-10-05 01:00:00,0.42772279331631313,-0.7088911007429798,0.16913348077352128\n2018-10-05 02:00:00,0.4633171250330802,-0.6383588032882174,0.2042784663373676\n2018-10-05 03:00:00,0.4926546141149426,-0.558402738886827,0.25414768982451785\n2018-10-05 04:00:00,0.4838977593459601,-0.5201489472562443,0.30089266442493146\n2018-10-05 05:00:00,0.47232547429449057,-0.5035829404822861,0.3295208853976488\n2018-10-05 06:00:00,0.5039474672873199,-0.4534498627701519,0.3486624050205855\n2018-10-05 07:00:00,0.4821821851004841,-0.45671334929169033,0.3682086010023807\n2018-10-05 08:00:00,0.5024414655247172,-0.43616206295010207,0.3687897135562168\n2018-10-05 09:00:00,0.5165192626273009,-0.41477151977876453,0.3768977662187095\n2018-10-05 10:00:00,0.45949728650413174,-0.4687714167449902,0.3805497409603354\n2018-10-05 11:00:00,0.4429109327351265,-0.5145265303594231,0.35175758487909703\n2018-10-05 12:00:00,0.4465452980807751,-0.5328251199789482,0.3296568395256612\n2018-10-05 13:00:00,0.4600830849052692,-0.5216331229224637,0.32694169428145003\n2018-10-05 14:00:00,0.40492788899602333,-0.5762970168825354,0.32762759304928457\n2018-10-05 15:00:00,0.38034490588837483,-0.6282205945325754,0.2998771229283196\n2018-10-05 16:00:00,0.41214210665454215,-0.6129805121060034,0.2826701787742722\n2018-10-05 17:00:00,0.4192769132237235,-0.613106838805357,0.27495744502181957\n2018-10-05 18:00:00,0.44319184383358445,-0.5921650482881282,0.2717407371861398\n2018-10-05 19:00:00,0.42543059176953285,-0.6052631763287479,0.27633030816238263\n2018-10-05 20:00:00,0.27768033604181,-1.0060511795251306,0.02389770795119305\n2018-10-05 21:00:00,0.2872823091304777,-0.8121174821441658,-0.20684509531028766\n2018-10-05 22:00:00,0.24075623878647978,-0.8061344134793932,-0.26172177747659814\n2018-10-05 23:00:00,0.23414941015302185,-0.791880861605202,-0.2838566559177849\n2018-10-06 00:00:00,0.28520406085712685,-0.7398861292362638,-0.28524608296669307\n2018-10-06 01:00:00,0.27730498290756733,-0.7363466522910743,-0.29688582292557864\n2018-10-06 02:00:00,0.3070960933848048,-0.7018053400831146,-0.3013734468877004\n2018-10-06 03:00:00,0.3613005165918313,-0.670284952917473,-0.2791759838923623\n2018-10-06 04:00:00,0.3843530715923108,-0.6573691366980143,-0.2684980842071974\n2018-10-06 05:00:00,0.4448861812037782,-0.6129248407095582,-0.25251072460788143\n2018-10-06 06:00:00,0.4794088935532001,-0.6012138019915778,-0.2292793553255954\n2018-10-06 07:00:00,0.5208390415244494,-0.5618129436197452,-0.22724555523249176\n2018-10-06 08:00:00,0.5604190458625651,-0.5381902395667031,-0.21115153808270218\n2018-10-06 09:00:00,0.633042357024143,-0.49034333755008985,-0.18670870926740246\n2018-10-06 10:00:00,0.6555787693956854,-0.4861239813918586,-0.1685412316666196\n2018-10-06 11:00:00,0.6927663591694628,-0.4723564586057982,-0.14568439781604584\n2018-10-06 12:00:00,0.7498519834164417,-0.43635172623449775,-0.12417151407650086\n2018-10-06 13:00:00,0.802726758235918,-0.4204788381070758,-0.08713650615703696\n2018-10-06 14:00:00,0.814031572107077,-0.4329864479216647,-0.06263710308690723\n2018-10-06 15:00:00,0.8555813531241212,-0.42407092848031136,-0.029989915498758252\n2018-10-06 16:00:00,0.8117592524360222,-0.4902661546149909,0.007398613638425229\n2018-10-06 17:00:00,0.7810506888293034,-0.5133177359015706,0.014452939862414155\n2018-10-06 18:00:00,0.7849047840866916,-0.5085340703354007,0.015274470420961203\n2018-10-06 19:00:00,0.7352677119993393,-0.5439583501516814,0.02902095992300173\n2018-10-06 20:00:00,0.7204067608989256,-0.5600170986815574,0.02776562918753331\n2018-10-06 21:00:00,0.7246048216245197,-0.5411143938460375,0.04225251698373924\n2018-10-06 22:00:00,0.7262200003135304,-0.5186548946208248,0.06319451515154643\n2018-10-06 23:00:00,0.7132928319204214,-0.49361552127949754,0.10068266587957099\n2018-10-07 00:00:00,0.679420623608979,-0.48618536274454754,0.14255038326497174\n2018-10-07 01:00:00,0.6649798416573894,-0.46271264638195886,0.18031963967208223\n2018-10-07 02:00:00,0.6621908460041633,-0.4471300881828513,0.19932237180188295\n2018-10-07 03:00:00,0.6546949123504421,-0.430797064915357,0.2231290717193518\n2018-10-07 04:00:00,0.6515760116360133,-0.42949292638055026,0.2274579830202087\n2018-10-07 05:00:00,0.6708317889355729,-0.3920154420032213,0.24561971055751186\n2018-10-07 06:00:00,0.6839999270827275,-0.3620253640679313,0.2621418652539633\n2018-10-07 07:00:00,0.6818911368926867,-0.33933744771422,0.28667411997346826\n2018-10-07 08:00:00,0.6840176998153,-0.31236560834541965,0.31123357679212466\n2018-10-07 09:00:00,0.6982610452003915,-0.28155339876184476,0.3274980429236927\n2018-10-07 10:00:00,0.7015506358184631,-0.25620095751320854,0.34920816290236867\n2018-10-07 11:00:00,0.6772679953841269,-0.25924416149017,0.37006239936562296\n2018-10-07 12:00:00,0.6683281688030459,-0.2548334768915006,0.38348496666035237\n2018-10-07 13:00:00,0.6621892360462714,-0.25342518573264555,0.39005662746790526\n2018-10-07 14:00:00,0.66192605916057,-0.24552636543949297,0.39812546146564337\n2018-10-07 15:00:00,0.6809754967481142,-0.23088605446779467,0.39322767262443936\n2018-10-07 16:00:00,0.7229833127598182,-0.17885722833694812,0.4028676673908709\n2018-10-07 17:00:00,0.708991920225429,-0.18260986827586512,0.4132075971929971\n2018-10-07 18:00:00,0.5174624087535145,-0.35287686370543797,0.430051119787812\n2018-10-07 19:00:00,0.5768836609953907,-0.344103478538222,0.37792190056111\n2018-10-07 20:00:00,0.5885671840558536,-0.34400208574065555,0.3655889279900609\n2018-10-07 21:00:00,0.607764379760141,-0.33778373740446604,0.3523569164597107\n2018-10-07 22:00:00,0.610552057745679,-0.34879785825095166,0.3386746998270939\n2018-10-07 23:00:00,0.6128176347519796,-0.34576618952146926,0.33955509959331864\n2018-10-08 00:00:00,0.6353785619231755,-0.31507366917408197,0.3475201522648814\n2018-10-08 01:00:00,0.6397408708537233,-0.30586621459406604,0.35223252554383894\n2018-10-08 02:00:00,0.6438045309301776,-0.30174032562738945,0.3520993628334096\n2018-10-08 03:00:00,0.6623690536419604,-0.2857471315197056,0.3498355848948839\n2018-10-08 04:00:00,0.6614165149529734,-0.2846474622980015,0.352056929308164\n2018-10-08 05:00:00,0.6782141517065677,-0.26676086051021025,0.35318040993464594\n2018-10-08 06:00:00,0.6771077095248194,-0.2677987563406422,0.3535311964681893\n2018-10-08 07:00:00,0.6953989004677701,-0.2504123442104516,0.3526113506890425\n2018-10-08 08:00:00,0.7242765132189933,-0.21149416648519967,0.36246113375500066\n2018-10-08 09:00:00,0.7381162386184708,-0.1770683858143781,0.3829597730244977\n2018-10-08 10:00:00,0.767258129812245,-0.12864959623950126,0.40206281279219064\n2018-10-08 11:00:00,0.7596528561913191,-0.126522382635115,0.41239373435430743\n2018-10-08 12:00:00,0.7460472734119816,-0.1495734296352768,0.4036967803224326\n2018-10-08 13:00:00,0.7452437315236695,-0.16817375737773957,0.3869839045401507\n2018-10-08 14:00:00,0.7463187449651458,-0.17813467281567105,0.3763323934102053\n2018-10-08 15:00:00,0.7452311106198272,-0.18136786639124333,0.3738239741858123\n2018-10-08 16:00:00,0.7334252225843744,-0.18740257061823817,0.37986704430342655\n2018-10-08 17:00:00,0.7270034396856975,-0.19599341476564391,0.3780850284646234\n2018-10-08 18:00:00,0.7095308398260555,-0.21514395754688506,0.3766874169518841\n2018-10-08 19:00:00,0.6880846188925028,-0.2308776611439156,0.38233097494810914\n2018-10-08 20:00:00,0.6778506904218942,-0.2397454976201924,0.3839620940056796\n2018-10-08 21:00:00,0.6559085293466969,-0.2619742923220381,0.38338029074145247\n2018-10-08 22:00:00,0.6596870890651604,-0.25858883116029674,0.3826011742746095\n2018-10-08 23:00:00,0.6597083179839491,-0.2556846596560857,0.38468680683531187\n2018-10-09 00:00:00,0.6584907786480353,-0.2475386416901988,0.3934206725194691\n2018-10-09 01:00:00,0.6582467353920834,-0.2399834895378207,0.4009098271344496\n2018-10-09 02:00:00,0.6490497797468116,-0.23447508358372499,0.4147423728153642\n2018-10-09 03:00:00,0.6545538901629567,-0.22129810940189631,0.4222693109626637\n2018-10-09 04:00:00,0.6491919384532571,-0.22143843110521036,0.42831190017344345\n2018-10-09 05:00:00,0.6264330493476732,-0.24167619354650882,0.4314536098355272\n2018-10-09 06:00:00,0.6172801488293033,-0.259675141726771,0.422996560881992\n2018-10-09 07:00:00,0.6200710663944486,-0.2690852641107241,0.4103868646481197\n2018-10-09 08:00:00,0.6223691225754179,-0.26305235499969887,0.4141722969469874\n2018-10-09 09:00:00,0.6287760116476898,-0.25878657270038613,0.41198748909506966\n2018-10-09 10:00:00,0.6380458738739954,-0.25760026088364874,0.4038746408573558\n2018-10-09 11:00:00,0.6437805989089742,-0.2511553716007622,0.403913137665764\n2018-10-09 12:00:00,0.6532346893380294,-0.23150579774937363,0.41373082267865935\n2018-10-09 13:00:00,0.6361993101509454,-0.23678806780913395,0.4247669426764952\n2018-10-09 14:00:00,0.6675315753517512,-0.18575443441703138,0.4359775144479058\n2018-10-09 15:00:00,0.6622450915560977,-0.18646233667360107,0.44100157287827696\n2018-10-09 16:00:00,0.6547967254466929,-0.19567918909420676,0.4396700703362322\n2018-10-09 17:00:00,0.6535074732937635,-0.20045314066769804,0.4363372112525431\n2018-10-09 18:00:00,0.6555445288941169,-0.199698034203424,0.43498845704984074\n2018-10-09 19:00:00,0.6591792489610295,-0.1952932976087974,0.4358062470074322\n2018-10-09 20:00:00,0.6604310059131328,-0.19707855288985734,0.43241943730977944\n2018-10-09 21:00:00,0.6636599350217223,-0.19716435493244733,0.429267374181739\n2018-10-09 22:00:00,0.6618765091208755,-0.19694694737729776,0.43121780839321927\n2018-10-09 23:00:00,0.6629574875317389,-0.1943600148196972,0.43261909288227346\n2018-10-10 00:00:00,0.6509921631114501,-0.20466795785946165,0.4347573781902331\n2018-10-10 01:00:00,0.6501750741131146,-0.2089816059286046,0.4313695062984941\n2018-10-10 02:00:00,0.6533031029745517,-0.20605004176379774,0.431196456298453\n2018-10-10 03:00:00,0.643182225606285,-0.21692534366272181,0.43116500475070535\n2018-10-10 04:00:00,0.638274588291806,-0.2257704416461412,0.42758452692262816\n2018-10-10 05:00:00,0.6383341401878492,-0.22906911003591102,0.42496101029454175\n2018-10-10 06:00:00,0.6238552022277873,-0.24507038147650181,0.424275054537697\n2018-10-10 07:00:00,0.615177011020019,-0.2564515688086035,0.42202361920724524\n2018-10-10 08:00:00,0.601036220768999,-0.2742120031789536,0.41860695892584227\n2018-10-10 09:00:00,0.5976181234563861,-0.2762040003614007,0.42020428099220003\n2018-10-10 10:00:00,0.6041984656946133,-0.26727658851885555,0.4223946313712365\n2018-10-10 11:00:00,0.5946215050291623,-0.2692192757823114,0.42982336462391924\n2018-10-10 12:00:00,0.5859922167596779,-0.27235939926372066,0.43480001556730036\n2018-10-10 13:00:00,0.5875430783724517,-0.27208017258157674,0.4326646597820675\n2018-10-10 14:00:00,0.5922353431205194,-0.26670031069203454,0.43288679213807646\n2018-10-10 15:00:00,0.5865765948763347,-0.2633987971359769,0.44140703115310365\n2018-10-10 16:00:00,0.59042577691694,-0.2580975463207088,0.44283736396088585\n2018-10-10 17:00:00,0.5988271039257062,-0.24852618784768107,0.4432601887544932\n2018-10-10 18:00:00,0.620714150944282,-0.22078295798062586,0.44833814019785817\n2018-10-10 19:00:00,0.6237601024176218,-0.2097107063176685,0.4564159053001112\n2018-10-10 20:00:00,0.6152991843625571,-0.21449885373718472,0.46039324734170917\n2018-10-10 21:00:00,0.6161243016842638,-0.21973640540291142,0.4546072999538985\n2018-10-10 22:00:00,0.6092120918230808,-0.23173535284495714,0.44984631828745897\n2018-10-10 23:00:00,0.5897267474830297,-0.2551676355563733,0.44529152955187035\n2018-10-11 00:00:00,0.5855197215648208,-0.2552894422788168,0.44937081518291594\n2018-10-11 01:00:00,0.5932152297977115,-0.24474055415428514,0.4522159365979\n2018-10-11 02:00:00,0.5746767489360383,-0.26712724447717,0.448348168915786\n2018-10-11 03:00:00,0.5856154008982556,-0.25629940590999994,0.44747292178063663\n2018-10-11 04:00:00,0.5952311821226103,-0.23916708651018387,0.4542329814668011\n2018-10-11 05:00:00,0.6010296693794055,-0.23571412767744498,0.45221207885647113\n2018-10-11 06:00:00,0.6151903128824542,-0.22342610289695852,0.45063327571923273\n2018-10-11 07:00:00,0.602899600346509,-0.2297299882230677,0.45685773350307063\n2018-10-11 08:00:00,0.5881655163751546,-0.24622056176668308,0.4559297542867435\n2018-10-11 09:00:00,0.5889429645868631,-0.24676358168144136,0.4548851770917833\n2018-10-11 10:00:00,0.6044706166975677,-0.23600573777905148,0.45004755956707443\n2018-10-11 11:00:00,0.5971232189625684,-0.24236492016456448,0.4513637048068801\n2018-10-11 12:00:00,0.605259011708568,-0.23659658009667997,0.44922196924276275\n2018-10-11 13:00:00,0.6072197782078868,-0.22912798337820625,0.4548779699828869\n2018-10-11 14:00:00,0.6009184869129756,-0.23039950496194364,0.45998787256846535\n2018-10-11 15:00:00,0.5880186451503555,-0.24743537013030625,0.45607970107589424\n2018-10-11 16:00:00,0.5798306555923289,-0.2542931715249199,0.456977288667361\n2018-10-11 17:00:00,0.5599056808113579,-0.27479862353179096,0.4565274561126609\n2018-10-11 18:00:00,0.5433189913476426,-0.29580568940185403,0.451328805017355\n2018-10-11 19:00:00,0.549933054983592,-0.29138975325447974,0.4489675749997094\n2018-10-11 20:00:00,0.5434605650968126,-0.30499896342810434,0.44193277847533574\n2018-10-11 21:00:00,0.5523699589169004,-0.2920703431780784,0.4460771117139154\n2018-10-11 22:00:00,0.5527215971038572,-0.2911641126165782,0.4466830821027322\n2018-10-11 23:00:00,0.5601982146083586,-0.2845435524797552,0.44568843558315\n2018-10-12 00:00:00,0.5652506071452167,-0.2752741218754417,0.45025282323792415\n2018-10-12 01:00:00,0.5621168546790319,-0.27613620620235674,0.45216875649478555\n2018-10-12 02:00:00,0.5631102403799425,-0.2745361300316636,0.4528025696469575\n2018-10-12 03:00:00,0.5438808585843713,-0.29793137101505557,0.4490052761945351\n2018-10-12 04:00:00,0.5432691406865247,-0.30028775424860293,0.44682531780759566\n2018-10-12 05:00:00,0.5479530637951676,-0.29493274596893604,0.44751370926063677\n2018-10-12 06:00:00,0.543652334760642,-0.30328858474191983,0.4433339275558745\n2018-10-12 07:00:00,0.5609881261762553,-0.29015558829208205,0.43895383032817187\n2018-10-12 08:00:00,0.5744744450640703,-0.2706429550973064,0.44467157406297864\n2018-10-12 09:00:00,0.5637272805248572,-0.2759799186947635,0.4499996197675114\n2018-10-12 10:00:00,0.5600867437573325,-0.2715074730640275,0.4577711924974592\n2018-10-12 11:00:00,0.5548617614010187,-0.27253373570991163,0.4622736152176759\n2018-10-12 12:00:00,0.5557904596411631,-0.27219779260306803,0.461728286359989\n2018-10-12 13:00:00,0.5561007636966782,-0.27177175667839143,0.46156394443359405\n2018-10-12 14:00:00,0.5427891247389467,-0.2884119908056225,0.4581933102619343\n2018-10-12 15:00:00,0.5316571045759907,-0.2985466908245173,0.4594336164165966\n2018-10-12 16:00:00,0.5284493420716493,-0.3068098240747711,0.45468929936098407\n2018-10-12 17:00:00,0.5142620669707241,-0.3201986557661988,0.4561464808151929\n2018-10-12 18:00:00,0.5109211271929005,-0.3271937730961731,0.45297113896238195\n2018-10-12 19:00:00,0.5108780098980492,-0.3256892898937761,0.45562623890374704\n2018-10-12 20:00:00,0.48774979693037934,-0.34699102630323164,0.45855145020632765\n2018-10-12 21:00:00,0.4642871035494699,-0.37164670481397705,0.4581904160150738\n2018-10-12 22:00:00,0.44569667015768094,-0.39309123883204816,0.4555809432770508\n2018-10-12 23:00:00,0.4480555451505817,-0.39335953268897017,0.4533934814708959\n2018-10-13 00:00:00,0.46468459981813603,-0.3817611757902638,0.4479084843403694\n2018-10-13 01:00:00,0.4661424673598446,-0.3757113994068718,0.45201227256195486\n2018-10-13 02:00:00,0.47256893226779517,-0.3681234302144961,0.4531956854167908\n2018-10-13 03:00:00,0.4573453189208953,-0.39027962188325815,0.44665270211621344\n2018-10-13 04:00:00,0.459895404509071,-0.39030328465391273,0.44407211494962123\n2018-10-13 05:00:00,0.4461731474591826,-0.39448307182058223,0.45312720809302487\n2018-10-13 06:00:00,0.4420939291953096,-0.39387523347118025,0.4574449438191265\n2018-10-13 07:00:00,0.42535624649214543,-0.4008189275527889,0.46674502735832085\n2018-10-13 08:00:00,0.41764938245742356,-0.40931830305081207,0.4655809014601154\n2018-10-13 09:00:00,0.4140689793555611,-0.41702050100859306,0.4612893853006901\n2018-10-13 10:00:00,0.4086810623359031,-0.4268802420575511,0.45613284433066975\n2018-10-13 11:00:00,0.4115677816845464,-0.4214124072328179,0.45813827146785074\n2018-10-13 12:00:00,0.4097085539171265,-0.41751180386975006,0.4639290574743863\n2018-10-13 13:00:00,0.4085560385600565,-0.4174606643511159,0.4652742527002269\n2018-10-13 14:00:00,0.4069735516635918,-0.4177498073812812,0.4666765342819215\n2018-10-13 15:00:00,0.4069795585553471,-0.4141525819607137,0.47066144090782147\n2018-10-13 16:00:00,0.4257083922828114,-0.40537053168477094,0.4613278576590478\n2018-10-13 17:00:00,0.4227082888460925,-0.41705024011156844,0.45295176020809497\n2018-10-13 18:00:00,0.4156228935781944,-0.43035563459614373,0.4474055460557969\n2018-10-13 19:00:00,0.4258082806753503,-0.42674556196835967,0.4408984381153099\n2018-10-13 20:00:00,0.434664212524528,-0.4227264561100209,0.4354692898131984\n2018-10-13 21:00:00,0.4556305896700032,-0.4106193155277006,0.42670366215479705\n2018-10-13 22:00:00,0.46781472666071555,-0.3984482952919729,0.42702179506725274\n2018-10-13 23:00:00,0.47315289684676576,-0.39526859269514736,0.42482070107668485\n2018-10-14 00:00:00,0.47428810476510896,-0.3949822424409511,0.42400427286653003\n2018-10-14 01:00:00,0.47342599508936756,-0.3937506366441177,0.4262377895458135\n2018-10-14 02:00:00,0.47491769482496876,-0.39072899342857326,0.4280454342020025\n2018-10-14 03:00:00,0.4843792081151084,-0.37655749772138764,0.4326951773248153\n2018-10-14 04:00:00,0.4784011267931072,-0.378187604947467,0.4370698862681493\n2018-10-14 05:00:00,0.4913021128522647,-0.3641154449885805,0.43851991078864766\n2018-10-14 06:00:00,0.4995470474153269,-0.3524041546518922,0.44210399281015805\n2018-10-14 07:00:00,0.5135869930529071,-0.32887831611486323,0.45123174612277184\n2018-10-14 08:00:00,0.5152693670485411,-0.3175675286324151,0.4609385186779363\n2018-10-14 09:00:00,0.5314311824019085,-0.2947969230827781,0.46787293651766215\n2018-10-14 10:00:00,0.5292309295332837,-0.2865914739544289,0.4784096785519789\n2018-10-14 11:00:00,0.23658210614442954,-0.5955884699784385,0.4675732275306522\n2018-10-14 12:00:00,0.28212237437803966,-0.5887342149907144,0.4274750656324926\n2018-10-14 13:00:00,0.2954289924200042,-0.5751124729297377,0.4275471233728174\n2018-10-14 14:00:00,0.2939052006778794,-0.5652604806853904,0.43897753952779967\n2018-10-14 15:00:00,0.29920488189866074,-0.5507817686159385,0.4479791229458023\n2018-10-14 16:00:00,0.2906073111576544,-0.5555493811779466,0.4519180862029426\n2018-10-14 17:00:00,0.29720013658045524,-0.5498771318848671,0.45075509914401235\n2018-10-14 18:00:00,0.3068213342675005,-0.5354825708926363,0.45590327077506987\n2018-10-14 19:00:00,0.30274233396847333,-0.5338243807169586,0.4622611279699633\n2018-10-14 20:00:00,0.301483588428478,-0.5284151147419709,0.46947793381914016\n2018-10-14 21:00:00,0.3056664677750397,-0.5234801906579108,0.47065274268349905\n2018-10-14 22:00:00,0.30883546190332106,-0.5206652526560356,0.47013038602004065\n2018-10-14 23:00:00,0.30692094772096307,-0.519896011847955,0.47293389989405077\n2018-10-15 00:00:00,0.31219066710595567,-0.5077985242921471,0.479958939896696\n2018-10-15 01:00:00,0.31448361089980376,-0.49705253548803974,0.4889034000080512\n2018-10-15 02:00:00,0.3077532217689976,-0.5024825502318503,0.49078012739290594\n2018-10-15 03:00:00,0.3094422221336408,-0.5002951553238842,0.49141808859493125\n2018-10-15 04:00:00,0.32096040495323486,-0.4896682379705763,0.49036623605080215\n2018-10-15 05:00:00,0.3316114253201958,-0.47764848222746964,0.49193644981995976\n2018-10-15 06:00:00,0.3342116546925809,-0.4679219694523107,0.498801690538004\n2018-10-15 07:00:00,0.3513492479844851,-0.44540241686655974,0.5039294253557759\n2018-10-15 08:00:00,0.3765273034917154,-0.4135842842181276,0.5104415312603556\n2018-10-15 09:00:00,0.39737316318747185,-0.3888705663905061,0.5140136382416677\n2018-10-15 10:00:00,0.4121235953621567,-0.3707342960423881,0.5169506599875011\n2018-10-15 11:00:00,0.42444807464952206,-0.3544864653402007,0.5208397928062423\n2018-10-15 12:00:00,0.431494475329506,-0.3416620146816103,0.5267408348414483\n2018-10-15 13:00:00,0.44535563474134754,-0.3236533210190539,0.5307360580734644\n2018-10-15 14:00:00,0.44876643714240994,-0.3141621801953714,0.5363990857793698\n2018-10-15 15:00:00,0.4564355375413808,-0.30049172208490693,0.5416863102374078\n2018-10-15 16:00:00,0.4671272222693641,-0.2860160761726186,0.5447786530489078\n2018-10-15 17:00:00,0.48043674233247247,-0.2718458081051395,0.5450534523443066\n2018-10-15 18:00:00,0.504716526802056,-0.241482906293512,0.5507565349526903\n2018-10-15 19:00:00,0.515735351594191,-0.22443073891274115,0.5558250258899508\n2018-10-15 20:00:00,0.5243296126695001,-0.21183641036052153,0.5588039511424625\n2018-10-15 21:00:00,0.5362564289778846,-0.19304054019546812,0.5651053261071756\n2018-10-15 22:00:00,0.5478792811027329,-0.18075914642274357,0.5650766874606961\n2018-10-15 23:00:00,0.5582978316845657,-0.17019647069930247,0.5642405046773048\n2018-10-16 00:00:00,0.5599322008475142,-0.17167418626253778,0.5602262037008493\n2018-10-16 01:00:00,0.5685529599342963,-0.16077122742687094,0.5620270829068834\n2018-10-16 02:00:00,0.5740579095456474,-0.1547216519237719,0.5622550815322376\n2018-10-16 03:00:00,0.5818511456226868,-0.14653553674907988,0.5622752655557836\n2018-10-16 04:00:00,0.5864542706718338,-0.14104422918821102,0.5627049175122378\n2018-10-16 05:00:00,0.5970575236726519,-0.12825376777664216,0.5644461958656307\n2018-10-16 06:00:00,0.6062447079512188,-0.11816364175269599,0.5650350980152368\n2018-10-16 07:00:00,0.610662823740941,-0.11484179320110281,0.5638052307594406\n2018-10-16 08:00:00,0.6194189544371435,-0.10771826487630938,0.562450911149885\n2018-10-16 09:00:00,0.6176113745888031,-0.11289564549191478,0.558846946086485\n2018-10-16 10:00:00,0.6229588333045549,-0.10872668075465726,0.5575069861269442\n2018-10-16 11:00:00,0.6278654944366037,-0.10483437555242746,0.5562202778722308\n2018-10-16 12:00:00,0.6400024506133534,-0.0947861990790573,0.5538078463538654\n2018-10-16 13:00:00,0.6374368903617157,-0.09839382040594874,0.5527464206646533\n2018-10-16 14:00:00,0.6405339766131377,-0.09430422597806126,0.5535842850971495\n2018-10-16 15:00:00,0.6354225101023866,-0.10073349766794541,0.5524960844075519\n2018-10-16 16:00:00,0.643817871980427,-0.09519955281864206,0.5497600222538493\n2018-10-16 17:00:00,0.6465852830555776,-0.09043672993025542,0.5519488238461806\n2018-10-16 18:00:00,0.6428076972242329,-0.0937648674838399,0.5524278126282319\n2018-10-16 19:00:00,0.6438067105016254,-0.09407201620511296,0.5513017995971284\n2018-10-16 20:00:00,0.6510810620801788,-0.08795094874756554,0.550101009187628\n2018-10-16 21:00:00,0.6532435559991421,-0.08457484452926042,0.5519430757150016\n2018-10-16 22:00:00,0.6598812139530817,-0.07560112444234195,0.5541414108863716\n2018-10-16 23:00:00,0.6617493311534074,-0.07075524036241737,0.5574768596483733\n2018-10-17 00:00:00,0.6609443239448389,-0.07084720023084987,0.5587951317018446\n2018-10-17 01:00:00,0.6581904999560528,-0.07566541525621723,0.5570200233839502\n2018-10-17 02:00:00,0.664055671550483,-0.06927625504829485,0.5581720315921385\n2018-10-17 03:00:00,0.6571734805403056,-0.07982678561365636,0.5551800615296653\n2018-10-17 04:00:00,0.658668521677613,-0.08038371591602005,0.553663298091269\n2018-10-17 05:00:00,0.6573605536009016,-0.08150573744086066,0.5541044207208756\n2018-10-17 06:00:00,0.6564506985807398,-0.07842161332676627,0.558880271976777\n2018-10-17 07:00:00,0.6596062664047201,-0.07348949884203008,0.5609861610642077\n2018-10-17 08:00:00,0.6585387677929736,-0.07148478624612792,0.5646728726616724\n2018-10-17 09:00:00,0.6535863724166218,-0.07321635242399824,0.5684679852781507\n2018-10-17 10:00:00,0.6590884885969801,-0.06508899978293303,0.5715089115152119\n2018-10-17 11:00:00,0.6663228390785829,-0.05487270388050324,0.5747998310016447\n2018-10-17 12:00:00,0.6738214177681243,-0.046590615827175184,0.5760784112439367\n2018-10-17 13:00:00,0.6725913392621016,-0.04392152774619652,0.5803958275350266\n2018-10-17 14:00:00,0.6774883145788283,-0.040585413132916554,0.5793979408808025\n2018-10-17 15:00:00,0.6706891367343625,-0.046577173794312116,0.5807549090276045\n2018-10-17 16:00:00,0.6639832888681422,-0.053352359608206334,0.5816655748495426\n2018-10-17 17:00:00,0.6616937633155672,-0.05812123691851745,0.5794770176139189\n2018-10-17 18:00:00,0.6621296157562497,-0.05872119778495122,0.5789833737134531\n2018-10-17 19:00:00,0.6592641137367248,-0.05934794929684609,0.5817359783996174\n2018-10-17 20:00:00,0.6523760243866912,-0.06442622023690914,0.5833142455292987\n2018-10-17 21:00:00,0.6500889073176856,-0.07179422986535369,0.5779954723917392\n2018-10-17 22:00:00,0.6422579034723915,-0.08201431147219941,0.5755977128572167\n2018-10-17 23:00:00,0.6384762712464641,-0.08929679682908026,0.5715708843604023\n2018-10-18 00:00:00,0.6453537366191076,-0.08445224332625764,0.5688733715379201\n2018-10-18 01:00:00,0.6286290977882125,-0.1030518503017306,0.5666765180799583\n2018-10-18 02:00:00,0.6283275560003136,-0.10499964715980097,0.5648811494085281\n2018-10-18 03:00:00,0.615623059939759,-0.12122879580987954,0.5608097934665696\n2018-10-18 04:00:00,0.6206260707286112,-0.11880897588827209,0.5581682221493588\n2018-10-18 05:00:00,0.6175909586349101,-0.12145554639254523,0.5586443276955289\n2018-10-18 06:00:00,0.6148042110113643,-0.12656434734544914,0.5561583505683989\n2018-10-18 07:00:00,0.612484791953761,-0.13078431822457495,0.5542840709660123\n2018-10-18 08:00:00,0.6132669633530913,-0.13281642595390405,0.5516119438226444\n2018-10-18 09:00:00,0.6077418422723635,-0.14020772732309325,0.5500548067234835\n2018-10-18 10:00:00,0.6173952025250606,-0.13387757765803632,0.5469652288416216\n2018-10-18 11:00:00,0.6188272786231439,-0.13424217422713314,0.5453175387825899\n2018-10-18 12:00:00,0.6244693367320231,-0.12739929977428519,0.5464952622206128\n2018-10-18 13:00:00,0.6289204069550972,-0.1218936034556331,0.5476172462973566\n2018-10-18 14:00:00,0.6277473475444332,-0.12426641019157568,0.5464893049901098\n2018-10-18 15:00:00,0.6330714637770085,-0.11830317361752635,0.5473406803818898\n2018-10-18 16:00:00,0.6455392537849549,-0.10678104710267826,0.5467551941314686\n2018-10-18 17:00:00,0.6471882079670855,-0.10488941098927165,0.5469959037286254\n2018-10-18 18:00:00,0.648713922165362,-0.10405175517890111,0.5465514584234165\n2018-10-18 19:00:00,0.6492850991611642,-0.1009951270828907,0.5491991401049579\n2018-10-18 20:00:00,0.6556433555651451,-0.0962248094144308,0.5479527627207054\n2018-10-18 21:00:00,0.6636616548440405,-0.08327788189975356,0.5532201958858679\n2018-10-18 22:00:00,0.6781909739227434,-0.06991376659848458,0.5518892426774298\n2018-10-18 23:00:00,0.6931335722236966,-0.05471715783076714,0.5514826278799849\n2018-10-19 00:00:00,0.6876902544453173,-0.05513204070538452,0.5567568453088627\n2018-10-19 01:00:00,0.6875675767753162,-0.055801494946964174,0.555924210734075\n2018-10-19 02:00:00,0.6788248050108194,-0.0641026904992908,0.5567684217218708\n2018-10-19 03:00:00,0.6757831084639091,-0.06693852446287848,0.5571311665393816\n2018-10-19 04:00:00,0.6758704268289543,-0.06928589060184084,0.5540694876078348\n2018-10-19 05:00:00,0.660235734782297,-0.08058867277287253,0.5587679699738239\n2018-10-19 06:00:00,0.6556916414096768,-0.08818114354432899,0.5558948334902808\n2018-10-19 07:00:00,0.6476405537820189,-0.09698407708929811,0.5552535738075879\n2018-10-19 08:00:00,0.7702012794428511,0.0758690291120657,0.45445470016423034\n2018-10-19 09:00:00,0.767272968975795,0.0652891855023714,0.469481019046966\n2018-10-19 10:00:00,0.7720619482327786,0.050600580823620823,0.4795433097179333\n2018-10-19 11:00:00,0.777923847995404,0.03640514507771219,0.487374478097715\n2018-10-19 12:00:00,0.7866104573933439,0.021734855835533095,0.4929517584603823\n2018-10-19 13:00:00,0.790693553798045,-0.0037827986381903217,0.506389425893805\n2018-10-19 14:00:00,0.7732370581671391,-0.022872163527480678,0.5038984699046042\n2018-10-19 15:00:00,0.7496620049108945,-0.046358292208774375,0.5040366283809184\n2018-10-19 16:00:00,0.7362522337970099,-0.0650375255608817,0.49885543950474887\n2018-10-19 17:00:00,0.7281893149494832,-0.07661605046324525,0.4957986682681246\n2018-10-19 18:00:00,0.7237829225200906,-0.08100399570873515,0.4961760719530071\n2018-10-19 19:00:00,0.7191157588021673,-0.08453362921261885,0.4971444831686826\n2018-10-19 20:00:00,0.7053292752012271,-0.09475116204746833,0.5002443145509695\n2018-10-19 21:00:00,0.69678281274966,-0.09666670759446032,0.5062160798650338\n2018-10-19 22:00:00,0.6876598313917189,-0.10218369083376291,0.5098619573566344\n2018-10-19 23:00:00,0.6774389775717643,-0.1107264066773488,0.5119439827264805\n2018-10-20 00:00:00,0.663069212712606,-0.12268688789664577,0.5145897464830138\n2018-10-20 01:00:00,0.654737212580279,-0.12957577153589173,0.5160417612335169\n2018-10-20 02:00:00,0.6534016164322463,-0.13013214412901103,0.5169953002896218\n2018-10-20 03:00:00,0.6535053167670322,-0.13072895953787772,0.5167046049141594\n2018-10-20 04:00:00,0.6558816564913876,-0.12772954456075192,0.5176236602263936\n2018-10-20 05:00:00,0.6547965735573072,-0.12901629730134884,0.5177591851750061\n2018-10-20 06:00:00,0.6578971664739439,-0.1291083855700992,0.5147287417221023\n2018-10-20 07:00:00,0.6513900726522779,-0.13233690018806119,0.5180567267159368\n2018-10-20 08:00:00,-0.4667554107659552,-0.6529642022442685,0.18661997376354725\n2018-10-20 09:00:00,-0.5071814718213766,-0.7870023546142134,0.01552173490647376\n2018-10-20 10:00:00,-0.4958975156970783,-0.7613047690118572,-0.053118313267303485\n2018-10-20 11:00:00,-0.5028620151029943,-0.7335489110469368,-0.07566952009474251\n2018-10-20 12:00:00,-0.5113114711743773,-0.715882313428175,-0.08627889654477414\n2018-10-20 13:00:00,-0.5199120961930167,-0.6945863771911557,-0.10008289296980784\n2018-10-20 14:00:00,-0.5285579831642214,-0.6819610403999946,-0.10478511229360485\n2018-10-20 15:00:00,-0.5324664581337236,-0.675498921857251,-0.10794483738817269\n2018-10-20 16:00:00,-0.5362359278386111,-0.6687692730838073,-0.11163577518252611\n2018-10-20 17:00:00,-0.5394665401950173,-0.6611217092991155,-0.11651584671038925\n2018-10-20 18:00:00,-0.5459536232995906,-0.6482831495936823,-0.12367368659900042\n2018-10-20 19:00:00,-0.5497253367918673,-0.6399967827707144,-0.12879982029226786\n2018-10-20 20:00:00,-0.556066896407815,-0.6327092938915061,-0.13074550873932997\n2018-10-20 21:00:00,-0.5635944763308761,-0.6318729708435087,-0.12501958635928434\n2018-10-20 22:00:00,-0.5708587387011168,-0.6284158315232563,-0.1218125487487491\n2018-10-20 23:00:00,-0.5737337274969216,-0.6289815025151758,-0.11912267458257877\n2018-10-21 00:00:00,-0.5775400254165853,-0.6209519449821896,-0.12364731580835456\n2018-10-21 01:00:00,-0.5832986761745251,-0.6140763296700398,-0.12498792235147428\n2018-10-21 02:00:00,-0.5849246239331661,-0.6130403484929503,-0.12501850880503818\n2018-10-21 03:00:00,-0.5844136279446219,-0.6141425796860466,-0.12464047382295751\n2018-10-21 04:00:00,-0.5922728160085448,-0.6149821142199363,-0.11640824469730675\n2018-10-21 05:00:00,-0.59656339585186,-0.6129033088068544,-0.11395334131154711\n2018-10-21 06:00:00,-0.5983722525153103,-0.6134624797463001,-0.11130210754285237\n2018-10-21 07:00:00,-0.5956604181537067,-0.6163776027979931,-0.11048992604090756\n2018-10-21 08:00:00,-0.596986551334497,-0.6167117522472114,-0.10846492588141515\n2018-10-21 09:00:00,-0.6008796533558046,-0.6192162093195956,-0.10148307698059986\n2018-10-21 10:00:00,-0.6002133760014005,-0.6120857291823361,-0.10901246006053178\n2018-10-21 11:00:00,-0.5981948214923817,-0.616786693211381,-0.10619034712961083\n2018-10-21 12:00:00,-0.5959942435052692,-0.6221757534437229,-0.1022001095634837\n2018-10-21 13:00:00,-0.5974166644489991,-0.6232667258172538,-0.09927547580303378\n2018-10-21 14:00:00,-0.5981371590591418,-0.6279876779204527,-0.09360025879205604\n2018-10-21 15:00:00,-0.6004382872350479,-0.6213402686602355,-0.09871286465559218\n2018-10-21 16:00:00,-0.5988373150821852,-0.6188848311849788,-0.10301314698169652\n2018-10-21 17:00:00,-0.6005225701558866,-0.6153548439571905,-0.1047540300942052\n2018-10-21 18:00:00,-0.5977311272516391,-0.6167167247842402,-0.10561743449247846\n2018-10-21 19:00:00,-0.6023939063704479,-0.6126519168613093,-0.10516437581767185\n2018-10-21 20:00:00,-0.603474488924441,-0.6152440524667575,-0.10161949653510302\n2018-10-21 21:00:00,-0.6041516570424259,-0.6189047902566666,-0.0967179396189166\n2018-10-21 22:00:00,-0.6010736002908249,-0.6259142966845687,-0.09219367782640145\n2018-10-21 23:00:00,-0.6021378384951791,-0.6287161339921258,-0.08820197612792538\n2018-10-22 00:00:00,-0.6026242956784873,-0.6237283338413749,-0.09319593372267762\n2018-10-22 01:00:00,-0.6011577223408785,-0.6308817888936225,-0.08775945359305887\n2018-10-22 02:00:00,-0.606737188824847,-0.6283257258306575,-0.0850350393057062\n2018-10-22 03:00:00,-0.6040294038688206,-0.6300657709130175,-0.08555218481880114\n2018-10-22 04:00:00,-0.6075218873068675,-0.6237946518670863,-0.08874973465931565\n2018-10-22 05:00:00,-0.6078590424835514,-0.6058848709596227,-0.10604692319679869\n2018-10-22 06:00:00,-0.6071279424076559,-0.6104941192648824,-0.10261880004223614\n2018-10-22 07:00:00,-0.6102130516094263,-0.608887157773622,-0.10152875098320542\n2018-10-22 08:00:00,-0.6128420338644875,-0.6073861862335953,-0.1006870660993951\n2018-10-22 09:00:00,-0.6127545230346796,-0.6105820839033096,-0.0978595742387427\n2018-10-22 10:00:00,-0.6172480363127153,-0.6025488438614516,-0.10074371877884586\n2018-10-22 11:00:00,-0.6143632239685195,-0.6053942821251749,-0.10037258709778148\n2018-10-22 12:00:00,-0.6154158102789239,-0.6075935911735573,-0.09686654141989016\n2018-10-22 13:00:00,-0.617227607806715,-0.6113693095288738,-0.09050267648218713\n2018-10-22 14:00:00,-0.6182363902134748,-0.6118156015522702,-0.08970711141661972\n2018-10-22 15:00:00,-0.6181467616327755,-0.614835407905863,-0.08741541306029617\n2018-10-22 16:00:00,-0.6189595132829462,-0.6189935133539097,-0.08223143917685473\n2018-10-22 17:00:00,-0.621600362367257,-0.6190273337654351,-0.08052629465463094\n2018-10-22 18:00:00,-0.6191232452323413,-0.6135225149239981,-0.08855277467335426\n2018-10-22 19:00:00,-0.6196567760078481,-0.6156628668459723,-0.08607369764263334\n2018-10-22 20:00:00,-0.6191612008138493,-0.6139530325984339,-0.08799347515268442\n2018-10-22 21:00:00,-0.6185901120629035,-0.6125769566937255,-0.08979179837085989\n2018-10-22 22:00:00,-0.6198541179070725,-0.6154395231296078,-0.08567459375324787\n2018-10-22 23:00:00,-0.61988042634878,-0.6146633097753158,-0.0863098466151003\n2018-10-23 00:00:00,-0.6218546659558529,-0.6181580606704072,-0.08085001058857214\n2018-10-23 01:00:00,-0.6258186547655434,-0.623548705711229,-0.07122215880292772\n2018-10-23 02:00:00,-0.627019035914538,-0.6259599616652364,-0.06741376695576445\n2018-10-23 03:00:00,-0.6275506779513812,-0.6331921722067899,-0.05950937428430706\n2018-10-23 04:00:00,-0.6304213715025346,-0.6380868411249605,-0.05129564686954605\n2018-10-23 05:00:00,-0.6341466066573955,-0.6446227330560105,-0.04102214120953963\n2018-10-23 06:00:00,-0.6322647465585408,-0.6477699909979044,-0.03918325253407513\n2018-10-23 07:00:00,-0.6292241733636894,-0.6495985903239002,-0.0398736472086136\n2018-10-23 08:00:00,-0.6289329642552431,-0.6522336029167636,-0.037562234270305084\n2018-10-23 09:00:00,-0.6246935914726509,-0.6491905750628075,-0.04465823336940362\n2018-10-23 10:00:00,-0.6220418613204588,-0.6437773787420275,-0.05245261003655003\n2018-10-23 11:00:00,-0.6211561160454131,-0.6471692759956283,-0.04949172947697243\n2018-10-23 12:00:00,-0.6207438906385352,-0.6423107397010459,-0.054584532935229434\n2018-10-23 13:00:00,-0.6220340835252673,-0.6449047554794003,-0.04942205151071685\n2018-10-23 14:00:00,-0.6186686900230004,-0.6451362389695381,-0.05190651835901921\n2018-10-23 15:00:00,-0.6139496455481005,-0.6395413723928124,-0.06209582087376403\n2018-10-23 16:00:00,-0.6112241041343124,-0.6397811595817996,-0.06438878688946989\n2018-10-23 17:00:00,-0.6092784528353758,-0.6407261128779413,-0.06517189576139631\n2018-10-23 18:00:00,-0.6114382510987885,-0.6397122763564583,-0.06383211611425658\n2018-10-23 19:00:00,-0.6095420023559284,-0.6444703984037826,-0.0607162199653752\n2018-10-23 20:00:00,-0.6030079089899798,-0.6524046988731991,-0.05829234590532138\n2018-10-23 21:00:00,-0.6060103041578124,-0.6522559599007676,-0.05488532074935587\n2018-10-23 22:00:00,-0.6007515200044047,-0.6492604623861602,-0.06254042139602062\n2018-10-23 23:00:00,-0.5969718687629331,-0.6544182800879347,-0.0607394199094841\n2018-10-24 00:00:00,-0.6016785366840441,-0.6572107356997551,-0.05287190866835215\n2018-10-24 01:00:00,-0.5988156352601012,-0.6552648722294582,-0.0565292478169845\n2018-10-24 02:00:00,-0.5911811929430173,-0.6644666705052836,-0.05288260970024361\n2018-10-24 03:00:00,-0.5826752511498764,-0.6640917900274037,-0.06057592158715334\n2018-10-24 04:00:00,-0.573317366227449,-0.6626896774007174,-0.07072447493292855\n2018-10-24 05:00:00,-0.5624311905921126,-0.6574853289168375,-0.0859825232250003\n2018-10-24 06:00:00,-0.5584808881465866,-0.6599975667281078,-0.08701028736906875\n2018-10-24 07:00:00,-0.5601297652921966,-0.6651879639678917,-0.07999902498442171\n2018-10-24 08:00:00,-0.553357854001689,-0.6844917594710348,-0.06721656259407117\n2018-10-24 09:00:00,-0.5532247038907718,-0.7002702656790818,-0.05076297767681168\n2018-10-24 10:00:00,-0.5645513633753899,-0.7009332323440672,-0.03859233199210219\n2018-10-24 11:00:00,-0.5785144425873102,-0.6980827100973802,-0.028074392699614092\n2018-10-24 12:00:00,-0.5909404844783878,-0.6837723670054783,-0.03035170239948289\n2018-10-24 13:00:00,-0.5920732028867596,-0.6910162710208506,-0.0219752742346076\n2018-10-24 14:00:00,-0.5899226651018109,-0.7019125759901435,-0.012867162589510569\n2018-10-24 15:00:00,-0.5882956875603311,-0.6994030183907083,-0.017010995689630007\n2018-10-24 16:00:00,-0.5779119720697968,-0.7091451275419587,-0.01730290503567781\n2018-10-24 17:00:00,-0.5702829394788369,-0.7126671442176626,-0.020946565739232908\n2018-10-24 18:00:00,-0.5613822235384945,-0.7151277843773998,-0.027426949175728015\n2018-10-24 19:00:00,-0.5584792794118709,-0.7096862912194001,-0.03563860373446781\n2018-10-24 20:00:00,-0.5614009927804606,-0.7046356593368688,-0.038136638987527026\n2018-10-24 21:00:00,-0.5629771603044624,-0.6931091413609317,-0.048357110697704576\n2018-10-24 22:00:00,-0.5628660981907032,-0.6893920431657089,-0.052424122351538614\n2018-10-24 23:00:00,-0.562485923948808,-0.6846106915082393,-0.05812847463536939\n2018-10-25 00:00:00,-0.5588027516700872,-0.6877126859567503,-0.058108724360985325\n2018-10-25 01:00:00,-0.5550351386883605,-0.6926134576346665,-0.05646697569008593\n2018-10-25 02:00:00,-0.5522457482715597,-0.6948702056871668,-0.056347709316659375\n2018-10-25 03:00:00,-0.5496589641525743,-0.6934599355855904,-0.06014596563455398\n2018-10-25 04:00:00,-0.5594555185615324,-0.6722424401909484,-0.07197272842167607\n2018-10-25 05:00:00,-0.5658693269960616,-0.6731053518088908,-0.06471051378130471\n2018-10-25 06:00:00,-0.5647309999810625,-0.6714118299216094,-0.06739539633867742\n2018-10-25 07:00:00,-0.5528212425676929,-0.6813267439991572,-0.06877094131573454\n2018-10-25 08:00:00,-0.5489439375509972,-0.6829242324353929,-0.07087775302397917\n2018-10-25 09:00:00,-0.5387636926416969,-0.6903753895191517,-0.07365052457245486\n2018-10-25 10:00:00,-0.5402481377749199,-0.6839500228728415,-0.07859813210419314\n2018-10-25 11:00:00,-0.5352431876684383,-0.6787542783773488,-0.0890366427032111\n2018-10-25 12:00:00,-0.5269679422653928,-0.6722858425167355,-0.10409512450286583\n2018-10-25 13:00:00,-0.5234580389300454,-0.6730172121541423,-0.10691582224193535\n2018-10-25 14:00:00,-0.5281410241098136,-0.6606538826948737,-0.11463925693910806\n2018-10-25 15:00:00,-0.5271895166013036,-0.6537430218813708,-0.12239743258850937\n2018-10-25 16:00:00,-0.5208144924832527,-0.6560497921250495,-0.12654767640055728\n2018-10-25 17:00:00,-0.5278729599662834,-0.6489327406842074,-0.12678832686984665\n2018-10-25 18:00:00,-0.5285335332933584,-0.6507867701792839,-0.12418503610758186\n2018-10-25 19:00:00,-0.5259272590386158,-0.6484380488771222,-0.1289516332196019\n2018-10-25 20:00:00,-0.5171031654780904,-0.6546589807516465,-0.1315816579404569\n2018-10-25 21:00:00,-0.5133630602924018,-0.652374109759555,-0.13777249933623736\n2018-10-25 22:00:00,-0.49682305401949783,-0.6630396873461194,-0.14316363739628205\n2018-10-25 23:00:00,0.9610891731820911,0.16400701936274298,0.16642706876064817\n2018-10-26 00:00:00,0.6692395018016438,0.20616602277661664,0.4143596202898476\n2018-10-26 01:00:00,0.6306255186715007,0.2236483656578453,0.4362994962944225\n2018-10-26 02:00:00,0.6220321801563081,0.2257434642983201,0.4424346092986895\n2018-10-26 03:00:00,0.6117690945495873,0.2338299584716217,0.4448989421562874\n2018-10-26 04:00:00,0.6037550007262147,0.24361507811722802,0.4434220057715268\n2018-10-26 05:00:00,0.6028006373838722,0.24592699542121518,0.4420785920534231\n2018-10-26 06:00:00,0.5991860267600994,0.24217499709320095,0.44973046815296813\n2018-10-26 07:00:00,0.5969939664455988,0.2387774575471845,0.4551963696173999\n2018-10-26 08:00:00,0.5943220136125827,0.23708634430196007,0.45974659839520093\n2018-10-26 09:00:00,0.5958959972839482,0.22603239325871496,0.46971501629073525\n2018-10-26 10:00:00,0.5982817066366234,0.22137438746933924,0.4723125375444102\n2018-10-26 11:00:00,0.6038926729292485,0.22185506438256294,0.4661268120492713\n2018-10-26 12:00:00,0.610648556502735,0.21941759182305223,0.4617237147982559\n2018-10-26 13:00:00,0.6118402402999493,0.21060616122713474,0.46903527994234157\n2018-10-26 14:00:00,0.6136101745263858,0.20347425818790585,0.473983270383936\n2018-10-26 15:00:00,0.6256423075210226,0.19110038798836157,0.4743627072332792\n2018-10-26 16:00:00,0.6330022443580542,0.18502265427742487,0.47302716803401984\n2018-10-26 17:00:00,0.6393826333062135,0.18512403794584525,0.4661897074356898\n2018-10-26 18:00:00,0.6403151308806965,0.17261465969494105,0.4780647758425097\n2018-10-26 19:00:00,0.6425010650654942,0.16922428934384592,0.4792031260007425\n2018-10-26 20:00:00,0.5553409794167203,-0.1478086835983992,0.5842996435296133\n2018-10-26 21:00:00,0.5770913788263559,-0.15068626791729822,0.5565966395239623\n2018-10-26 22:00:00,0.5777882763661317,-0.1572993723212788,0.5486734790376687\n2018-10-26 23:00:00,0.5808755234546078,-0.1563242139090283,0.5465655705466956\n2018-10-27 00:00:00,0.5848961949697018,-0.15647761121416787,0.5421943319313512\n2018-10-27 01:00:00,0.5779374334267092,-0.166284249634038,0.5394089208941436\n2018-10-27 02:00:00,0.5855321130758122,-0.16363702763634266,0.5345221002236049\n2018-10-27 03:00:00,0.5858891065339296,-0.1660403551724161,0.5314736718882797\n2018-10-27 04:00:00,0.5898081595416568,-0.16428361051091858,0.5295465709053236\n2018-10-27 05:00:00,0.6028851471385706,-0.15161906092966357,0.528709367686824\n2018-10-27 06:00:00,0.6044414628055615,-0.1491540396160579,0.5296788375275813\n2018-10-27 07:00:00,0.6026623676324931,-0.14357723672094605,0.5371695789213752\n2018-10-27 08:00:00,0.6141716268943389,-0.12881218287373386,0.540418909856533\n2018-10-27 09:00:00,0.6086516546402065,-0.13399438325072724,0.5407559597685202\n2018-10-27 10:00:00,0.6079217074910389,-0.13124483430914094,0.5441995639594714\n2018-10-27 11:00:00,0.6061160867684288,-0.1304337343137213,0.5475791147553456\n2018-10-27 12:00:00,0.6085238225686923,-0.13290498784948226,0.5428527341933963\n2018-10-27 13:00:00,0.6253177309709864,-0.11335966288236315,0.5456342460866785\n2018-10-27 14:00:00,0.6248353944127399,-0.10879254121905137,0.550330756012096\n2018-10-27 15:00:00,0.6292167255297457,-0.09980521804081871,0.5549958928656007\n2018-10-27 16:00:00,0.6238458437766613,-0.10913503927870542,0.5518617946461143\n2018-10-27 17:00:00,0.6155576042763543,-0.12221924811854057,0.5469605181646113\n2018-10-27 18:00:00,0.6084032450846054,-0.12954678286237048,0.5472797136866303\n2018-10-27 19:00:00,0.6111819920962083,-0.12731049002171516,0.5465399754443475\n2018-10-27 20:00:00,0.5993910969769983,-0.13819665510558202,0.5474990063321409\n2018-10-27 21:00:00,0.5985853517028086,-0.1422150289434851,0.5445116597980383\n2018-10-27 22:00:00,0.5955439670826737,-0.146262998856407,0.54367007460606\n2018-10-27 23:00:00,0.5946263348216975,-0.15187434661101973,0.5393370878599261\n2018-10-28 00:00:00,0.5862312424793992,-0.16323874084776402,0.5366462938929066\n2018-10-28 01:00:00,0.5947060431388499,-0.15873671634712488,0.5331423420186504\n2018-10-28 02:00:00,0.6067159575015815,-0.14276845189156204,0.5364282514354713\n2018-10-28 03:00:00,0.6103056946384076,-0.13993079511378545,0.5360257559182152\n2018-10-28 04:00:00,0.6247582197694148,-0.12404460267856371,0.5370895498334087\n2018-10-28 05:00:00,0.6263586567906351,-0.1147645615335313,0.5445602330087375\n2018-10-28 06:00:00,0.6338081185449719,-0.11051059763844069,0.5408873861722558\n2018-10-28 07:00:00,0.64066782666882,-0.10764275712034274,0.5363646882834618\n2018-10-28 08:00:00,0.6461886006708801,-0.09792692021320118,0.5402107478085999\n2018-10-28 09:00:00,0.6535679638547582,-0.08989618584569661,0.540997554520925\n2018-10-28 10:00:00,0.6555452658775964,-0.08615827988992486,0.5427302655416806\n2018-10-28 11:00:00,0.65585686683279,-0.08133867562311342,0.5471579462659372\n2018-10-28 12:00:00,0.6557346452474296,-0.07570129078112288,0.5531724365080365\n2018-10-28 13:00:00,0.6584512006553409,-0.06681319239164375,0.5593653174981659\n2018-10-28 14:00:00,0.6605891110313846,-0.05910783065848045,0.5654105556891513\n2018-10-28 15:00:00,0.6633250633687557,-0.05279426959397168,0.5692797740437284\n2018-10-28 16:00:00,0.6775676962220409,-0.03534306731583641,0.5723323788701974\n2018-10-28 17:00:00,0.6800192181831567,-0.029002654986137417,0.5760530415486338\n2018-10-28 18:00:00,0.6764639128649106,-0.03416950819669649,0.574589068541809\n2018-10-28 19:00:00,0.6775816323136401,-0.036513279898680195,0.5715100625102674\n2018-10-28 20:00:00,0.6738871945658824,-0.04129038885438713,0.5711438385164209\n2018-10-28 21:00:00,0.6805816969954548,-0.03769633154152373,0.5682760939315751\n2018-10-28 22:00:00,0.6700558979276038,-0.05885678801020712,0.5584131635823871\n2018-10-28 23:00:00,0.6551099171509991,-0.08452952377456309,0.5477411239605985\n2018-10-29 00:00:00,0.6337141568405046,-0.10841864131623576,0.5457083823880319\n2018-10-29 01:00:00,0.6242896137398387,-0.12267425013622793,0.5413761064088787\n2018-10-29 02:00:00,0.6159597781826236,-0.13874007208458047,0.5341591374711679\n2018-10-29 03:00:00,0.6143316418393773,-0.1477899055521119,0.527217862462652\n2018-10-29 04:00:00,0.6181564100294722,-0.1478190751725328,0.5241355521042891\n2018-10-29 05:00:00,0.6153001496327958,-0.15294192098436482,0.5220974433846891\n2018-10-29 06:00:00,0.6212165234713087,-0.14777744731349093,0.5217808092558576\n2018-10-29 07:00:00,0.611362197752778,-0.15291355713835442,0.5270799562109049\n2018-10-29 08:00:00,0.5927292995597622,-0.1689545194066195,0.5293296836106163\n2018-10-29 09:00:00,0.5837698575485167,-0.17822887179111363,0.5297879410861425\n2018-10-29 10:00:00,0.5745644482921368,-0.1829974783824047,0.5344484681606173\n2018-10-29 11:00:00,0.5718495630621484,-0.1844475309387047,0.5353555302348627\n2018-10-29 12:00:00,0.5769484634874252,-0.18031307161389754,0.5342976844389951\n2018-10-29 13:00:00,0.5821838126990085,-0.17666184123827397,0.5326592266230287\n2018-10-29 14:00:00,0.5821488716251801,-0.1768568707318547,0.5323544030483174\n2018-10-29 15:00:00,0.5784274735510276,-0.18296105353727493,0.5296564289673481\n2018-10-29 16:00:00,0.5868315385090273,-0.17466099106156174,0.5300490535053609\n2018-10-29 17:00:00,0.5636377196710167,-0.2026160411195026,0.5253325354320553\n2018-10-29 18:00:00,0.551850757704446,-0.22271691015251827,0.5172250482769778\n2018-10-29 19:00:00,0.5235230049519254,-0.25101882388762375,0.518186495637484\n2018-10-29 20:00:00,0.5119403856123936,-0.2706542738677894,0.5106331929104205\n2018-10-29 21:00:00,0.5139876813051649,-0.27446415347875014,0.5052688470669137\n2018-10-29 22:00:00,0.5109255982778012,-0.2786817917774455,0.5048830748638513\n2018-10-29 23:00:00,0.5176315738827559,-0.2697944653837464,0.5066776192343144\n2018-10-30 00:00:00,0.5386297543298404,-0.24880075144567515,0.5060303119966024\n2018-10-30 01:00:00,0.5330192354882376,-0.24264964778690556,0.5178410976447531\n2018-10-30 02:00:00,0.5396332237478482,-0.23281116112034184,0.5215456240338993\n2018-10-30 03:00:00,0.5456650848129037,-0.22014557293747128,0.5284835846128585\n2018-10-30 04:00:00,0.5347450434150985,-0.22937168905338834,0.5294551683271262\n2018-10-30 05:00:00,0.5455189685075421,-0.21628203499755044,0.5319575926962627\n2018-10-30 06:00:00,0.5513704846580014,-0.21818963955956155,0.5239307815051465\n2018-10-30 07:00:00,0.5642812198311888,-0.20628050037995416,0.5230059099885719\n2018-10-30 08:00:00,0.5810270141439934,-0.19061655389540677,0.5217782023661175\n2018-10-30 09:00:00,0.5744205517611688,-0.19156673812547906,0.5277405581467756\n2018-10-30 10:00:00,0.5851056937087197,-0.17814475983186995,0.5309224875827956\n2018-10-30 11:00:00,0.582124650313207,-0.17859768474934654,0.5333916154134307\n2018-10-30 12:00:00,0.564719736780434,-0.19074372899654146,0.5387679679374134\n2018-10-30 13:00:00,0.5621209957098149,-0.19435498685140606,0.5375028830064035\n2018-10-30 14:00:00,0.5441361498602004,-0.21223193976567428,0.5376843313135133\n2018-10-30 15:00:00,0.5503160128230525,-0.20828560958411435,0.5349583944540411\n2018-10-30 16:00:00,0.5430585554737594,-0.22123409942899772,0.528533623817444\n2018-10-30 17:00:00,0.5543018240765866,-0.21744556449823124,0.520777614715565\n2018-10-30 18:00:00,0.5849979926359797,-0.18899164153297518,0.5176744468318872\n2018-10-30 19:00:00,0.6034381099795155,-0.16755302225902519,0.5207106776577434\n2018-10-30 20:00:00,0.6082764327245159,-0.1566350789175817,0.527145879617946\n2018-10-30 21:00:00,0.6094479295491578,-0.1528885215464274,0.5291429564274779\n2018-10-30 22:00:00,0.6167757052131616,-0.15035943288960402,0.5241929327048945\n2018-10-30 23:00:00,0.6147345001463776,-0.15168309444641706,0.5249121224688134\n2018-10-31 00:00:00,0.6119961828428068,-0.15619662024667663,0.5228668750159996\n2018-10-31 01:00:00,0.6159818646785973,-0.15303772344736652,0.5217041580442461\n2018-10-31 02:00:00,0.6016575757438789,-0.16827817544402474,0.5206901860582716\n2018-10-31 03:00:00,0.5985189662093986,-0.17237731981842977,0.5199285242284596\n2018-10-31 04:00:00,0.6013298028623101,-0.1655676758232728,0.523725483770982\n2018-10-31 05:00:00,0.6162043096967241,-0.15408942991167787,0.5200412030959038\n2018-10-31 06:00:00,0.6199835421320237,-0.15150414828528147,0.5185097847352395\n2018-10-31 07:00:00,0.6311050378634642,-0.13954955505333996,0.5187978182763411\n2018-10-31 08:00:00,0.6407976666169386,-0.12648484151696063,0.5222690359971901\n2018-10-31 09:00:00,0.6562611555301362,-0.11275734250778965,0.5207397293414635\n2018-10-31 10:00:00,0.6598660084814504,-0.1071272519893609,0.5220304683796554\n2018-10-31 11:00:00,0.6620367280724027,-0.10067250338820417,0.5260160450040045\n2018-10-31 12:00:00,0.6802793105113399,-0.08070068256065784,0.528139331907709\n2018-10-31 13:00:00,0.6950604051504353,-0.06569984208229783,0.5288719370721671\n2018-10-31 14:00:00,0.6931562794402788,-0.06628088464919488,0.5316146312160278\n2018-10-31 15:00:00,0.6791780298010281,-0.07786183179361258,0.5348904343748223\n2018-10-31 16:00:00,0.677213984072701,-0.07726947136297276,0.5384897576852237\n2018-10-31 17:00:00,0.44903575867983364,-0.28119075876055494,0.5696942432340125\n2018-10-31 18:00:00,0.45469895945915345,-0.29482514704123897,0.5497814636848495\n2018-10-31 19:00:00,0.44836757791644855,-0.30291583445709197,0.5481922590344283\n2018-10-31 20:00:00,0.44099358323197974,-0.3114716911673399,0.5472172255994104\n2018-10-31 21:00:00,0.44513710291932895,-0.305415874878383,0.5491395183104789\n2018-10-31 22:00:00,0.4409228077242854,-0.30749841752821333,0.5518789751874719\n2018-10-31 23:00:00,0.4520492596394087,-0.2976820391103886,0.5510807414850506\n2018-11-01 00:00:00,0.4521865266867396,-0.29932675279361326,0.5501513468538314\n2018-11-01 01:00:00,0.4531690486873506,-0.30524725600500036,0.5439738568878529\n2018-11-01 02:00:00,0.453890357211932,-0.3113192699993729,0.5378440534033622\n2018-11-01 03:00:00,0.4607982072106524,-0.30742962077976876,0.5351475850552092\n2018-11-01 04:00:00,0.4562055971304546,-0.3141211445001678,0.5338960824587439\n2018-11-01 05:00:00,0.4560679341351751,-0.3169757307664824,0.5315949763745972\n2018-11-01 06:00:00,0.4654491276079523,-0.3120137594021628,0.5279094094090024\n2018-11-01 07:00:00,0.47840099186639495,-0.3032999457053018,0.5239769551530643\n2018-11-01 08:00:00,0.5027719805768731,-0.28183808281404615,0.5214481333611956\n2018-11-01 09:00:00,0.5079148571705107,-0.2775965763827939,0.521047877820502\n2018-11-01 10:00:00,0.5187194030244292,-0.2704632574228162,0.5177454037458754\n2018-11-01 11:00:00,0.5379062192734334,-0.26274339606167924,0.5064176579201128\n2018-11-01 12:00:00,0.5503132656154033,-0.25656451169470673,0.5000548587384206\n2018-11-01 13:00:00,0.5544660697910183,-0.2557336702856101,0.4965625997110541\n2018-11-01 14:00:00,0.5600268324951926,-0.25090988971434897,0.49547079548092343\n2018-11-01 15:00:00,0.5708412519416204,-0.23434655424401707,0.501060081764519\n2018-11-01 16:00:00,0.5622815182102564,-0.24477745182853927,0.4987874902744955\n2018-11-01 17:00:00,0.5656833552228027,-0.24571942658680274,0.4945991965282131\n2018-11-01 18:00:00,0.5807831078389232,-0.23199268986745594,0.4927918493046905\n2018-11-01 19:00:00,0.5941559479162943,-0.21952500816215964,0.49154397930191324\n2018-11-01 20:00:00,0.6043960885918696,-0.20699017867887717,0.4934501828003841\n2018-11-01 21:00:00,0.6076998637766553,-0.20224770708574957,0.4942974574697626\n2018-11-01 22:00:00,0.6195259764604449,-0.19873064983059763,0.4859656021308547\n2018-11-01 23:00:00,0.6406485738532172,-0.1765393716337394,0.4868444393946552\n2018-11-02 00:00:00,0.6451762595094062,-0.16882076436479462,0.489871507345283\n2018-11-02 01:00:00,0.6653590742842053,-0.1513699919185751,0.4872719902408752\n2018-11-02 02:00:00,0.6863450100865373,-0.13081109959718903,0.48686028191197234\n2018-11-02 03:00:00,0.6937924815942216,-0.12742833317349453,0.48263196862959534\n2018-11-02 04:00:00,0.7143309286760142,-0.10459457983834593,0.4847123096288211\n2018-11-02 05:00:00,0.7268018829403482,-0.09240271544427016,0.4841038513575933\n2018-11-02 06:00:00,0.7289247137101446,-0.09442940135810658,0.4794987853055261\n2018-11-02 07:00:00,0.7417805591088504,-0.08175352761272876,0.47915665987907563\n2018-11-02 08:00:00,0.749429862791653,-0.0794194169197016,0.4737729238222027\n2018-11-02 09:00:00,0.7683256897766666,-0.06047517733600593,0.4735671399342784\n2018-11-02 10:00:00,0.7835002108725685,-0.04337743321845246,0.4752838226226211\n2018-11-02 11:00:00,0.8009912990157317,-0.022607146777756326,0.4783482334328666\n2018-11-02 12:00:00,0.812789825759518,-0.010763783473754321,0.4780478865726595\n2018-11-02 13:00:00,0.8154478837926886,0.012518996279911845,0.47376390480552033\n2018-11-02 14:00:00,0.8133306230695626,0.013863649888041677,0.4751799209835442\n2018-11-02 15:00:00,0.8157131316693839,0.00802126868179024,0.4785985190798084\n2018-11-02 16:00:00,0.8147192956617993,0.006672834660291879,0.48106006681681945\n2018-11-02 17:00:00,0.8130118294419889,-0.0018077993724379615,0.4878376080530852\n2018-11-02 18:00:00,0.8076267423088072,-0.00804081682291286,0.48710873951754446\n2018-11-02 19:00:00,0.8092069380279767,-0.007170573364673763,0.48628601985809117\n2018-11-02 20:00:00,0.8111808209851835,-0.005105072307750117,0.4864023985526407\n2018-11-02 21:00:00,0.8161287548332323,0.0024172857465119013,0.48402443142626767\n2018-11-02 22:00:00,0.8112799433274017,0.018982201492573188,0.4718886548285325\n2018-11-02 23:00:00,0.8102988633944174,0.026340808722832135,0.46595695391757513\n2018-11-03 00:00:00,0.8035931506676021,0.03860317572780319,0.46047382692730326\n2018-11-03 01:00:00,0.7973755060117963,0.049253116083307874,0.45600507640707283\n2018-11-03 02:00:00,0.7977111993636947,0.04699994710470745,0.45787416052489566\n2018-11-03 03:00:00,0.7922932237149365,0.05483554012559771,0.45504728126297433\n2018-11-03 04:00:00,0.785470912339648,0.06356313186945016,0.4531995777696364\n2018-11-03 05:00:00,0.7801359194950482,0.07402965834914056,0.4474104890148838\n2018-11-03 06:00:00,0.7775813539423531,0.08100955531551937,0.44317923497230116\n2018-11-03 07:00:00,0.7678903681553508,0.099694945824447,0.43388478749953824\n2018-11-03 08:00:00,0.7642338866361114,0.10281611290682023,0.43470943971741305\n2018-11-03 09:00:00,0.7574085532331977,0.11129136689890619,0.4332948589545085\n2018-11-03 10:00:00,0.7534730206482769,0.11366882384716533,0.4351009469018985\n2018-11-03 11:00:00,0.7525244014979429,0.1142559994175263,0.43604229826526314\n2018-11-03 12:00:00,0.7472613428222373,0.11393653584098477,0.44180476355115317\n2018-11-03 13:00:00,0.7431390548529206,0.11076377267611152,0.44953842141314926\n2018-11-03 14:00:00,0.7384255978053401,0.1083381014432177,0.45693878191121673\n2018-11-03 15:00:00,0.7349670681746365,0.11195839157199775,0.4567285577825048\n2018-11-03 16:00:00,0.7361787984656744,0.11143241235869929,0.4563629260109998\n2018-11-03 17:00:00,0.7375390559973896,0.10934626378267794,0.4569016442997261\n2018-11-03 18:00:00,0.7357283704677757,0.11146866015229677,0.45688449850134455\n2018-11-03 19:00:00,0.7300287162716339,0.11945436559010046,0.45453058902887794\n2018-11-03 20:00:00,0.7245958694780651,0.11770117090761877,0.4621769428902428\n2018-11-03 21:00:00,0.7250290287038367,0.11319861587784867,0.4666945498477108\n2018-11-03 22:00:00,0.7224430245091349,0.1157374174394377,0.4669196925952893\n2018-11-03 23:00:00,0.7195411183725968,0.11651106672425462,0.4690682033031868\n2018-11-04 00:00:00,0.7199483512240513,0.10709411581258353,0.4783663425599503\n2018-11-04 01:00:00,0.7174894924809824,0.10692793284722878,0.4810330076366419\n2018-11-04 02:00:00,0.716564132240892,0.09646586344474736,0.49262895628963743\n2018-11-04 03:00:00,0.7152391462465275,0.09690251874595399,0.49316747712809783\n2018-11-04 04:00:00,0.7171215165183861,0.09564910529842967,0.4918662724074375\n2018-11-04 05:00:00,0.7168328497476814,0.09326622253144026,0.49488279612497094\n2018-11-04 06:00:00,0.7150534091310222,0.10385867513702439,0.4857308986605218\n2018-11-04 07:00:00,0.7147653375731283,0.09765172444634117,0.4922134659055755\n2018-11-04 08:00:00,0.7110046146174553,0.0973097290086361,0.495823015516953\n2018-11-04 09:00:00,0.7126495679202063,0.09170802337998572,0.49976481194604705\n2018-11-04 10:00:00,0.7117305181353839,0.08201775659190878,0.5096105730954744\n2018-11-04 11:00:00,0.7145034142233616,0.06637359205560509,0.5217429582094409\n2018-11-04 12:00:00,0.7177520485142483,0.05590273115119685,0.5286716148570191\n2018-11-04 13:00:00,0.7164399892021456,0.06267553242383037,0.5226539149084187\n2018-11-04 14:00:00,0.7270482317807974,0.03823716967398527,0.5366926612977948\n2018-11-04 15:00:00,0.7244169023202437,0.03903149778060791,0.538940100210898\n2018-11-04 16:00:00,0.7225758281088507,0.04258561719086391,0.5374912066914725\n2018-11-04 17:00:00,0.7197917692477491,0.041523644300404436,0.5410503461009996\n2018-11-04 18:00:00,0.7163192843280294,0.0389648156469972,0.5472783916467674\n2018-11-04 19:00:00,0.7079762306262378,0.05005027492197176,0.5442353587313652\n2018-11-04 20:00:00,0.7084875880508192,0.04179443624246213,0.5527043298853923\n2018-11-04 21:00:00,0.7155238963136298,0.034055559399948886,0.552959180584487\n2018-11-04 22:00:00,0.7136805508872766,0.036972605650651996,0.5508248883578679\n2018-11-04 23:00:00,0.7068049342803621,0.053976425614762576,0.5401712097094068\n2018-11-05 00:00:00,0.7055832435574279,0.0651237790892542,0.5301764571671597\n2018-11-05 01:00:00,0.7064778159014267,0.07899369150796405,0.5148650173394913\n2018-11-05 02:00:00,0.7015279132045208,0.09728346027424324,0.5015447347781847\n2018-11-05 03:00:00,0.70240032850007,0.1041053362922524,0.4938822453015219\n2018-11-05 04:00:00,0.6999369030327642,0.11047182316186842,0.4900561072192535\n2018-11-05 05:00:00,0.6971729466593705,0.10997746926768871,0.4932173749489787\n2018-11-05 06:00:00,0.7016875943806878,0.09918795148691127,0.4996429395953403\n2018-11-05 07:00:00,0.7067604229287688,0.09347000410720081,0.49959239013808243\n2018-11-05 08:00:00,0.7064200117413623,0.10323387115731573,0.49001240627615716\n2018-11-05 09:00:00,0.7102707374415255,0.10290906883044078,0.48592660405988\n2018-11-05 10:00:00,0.7109668991574927,0.10436199721861585,0.4836848145237668\n2018-11-05 11:00:00,0.7044769991435077,0.11146074032541382,0.48327773169565186\n2018-11-05 12:00:00,0.7026513573056566,0.11070453144562613,0.4857446887811333\n2018-11-05 13:00:00,0.7005376832527982,0.11648191617725809,0.48180421962849035\n2018-11-05 14:00:00,0.5513412083564962,-0.1376138836061137,0.6097315335351016\n2018-11-05 15:00:00,0.5641245824886291,-0.1437809390179746,0.5888580931737083\n2018-11-05 16:00:00,0.5698215245978737,-0.14695126966498678,0.5799527129851906\n2018-11-05 17:00:00,0.5763832719975592,-0.1442003244089498,0.5758907068863911\n2018-11-05 18:00:00,0.5879486351735936,-0.13367525001227307,0.5745934625536677\n2018-11-05 19:00:00,0.585343912604081,-0.14409457191528802,0.5667096233264997\n2018-11-05 20:00:00,0.5753610139831551,-0.1524009148367074,0.5684426865914828\n2018-11-05 21:00:00,0.571208981258165,-0.1536653552410162,0.5709964078989108\n2018-11-05 22:00:00,0.5657465282054176,-0.15929677935618825,0.5704325145435126\n2018-11-05 23:00:00,0.5573479931225541,-0.1705126736361521,0.567357014704986\n2018-11-06 00:00:00,0.5604498838661714,-0.16789829465080847,0.5672863350609002\n2018-11-06 01:00:00,0.5585489147125433,-0.17222852412272482,0.5654613354548851\n2018-11-06 02:00:00,0.5550337342391366,-0.17139261788122512,0.5702443409533571\n2018-11-06 03:00:00,0.5457326889883019,-0.17821064385983545,0.5726764411772594\n2018-11-06 04:00:00,0.560751180615845,-0.16973080352995665,0.5661501183037866\n2018-11-06 05:00:00,0.5555879783034541,-0.17051256812881435,0.570920765672915\n2018-11-06 06:00:00,0.5535590047565996,-0.1715528017911413,0.5724881243095429\n2018-11-06 07:00:00,0.5615002658377652,-0.16428457546562716,0.5722316128676737\n2018-11-06 08:00:00,0.5686551432369975,-0.16037025640554442,0.5687909480639494\n2018-11-06 09:00:00,0.5832538995496866,-0.14033122604857137,0.5738379538065903\n2018-11-06 10:00:00,0.5636577729119142,-0.15573541350713793,0.5784453421066535\n2018-11-06 11:00:00,0.5660996173874936,-0.1553368400049058,0.5761923414761385\n2018-11-06 12:00:00,0.5831245081276027,-0.1372409797539879,0.5770942656345452\n2018-11-06 13:00:00,0.5853831842762528,-0.13195126353116463,0.5799978697403316\n2018-11-06 14:00:00,0.6088470128363196,-0.10810994354541631,0.5797733345457858\n2018-11-06 15:00:00,0.6230278020556318,-0.09210377113173458,0.5813166398737857\n2018-11-06 16:00:00,0.6408001037490323,-0.06949792274477613,0.5858496520994126\n2018-11-06 17:00:00,0.6474885652110827,-0.056672077944189166,0.5914952936389188\n2018-11-06 18:00:00,0.6608486657493865,-0.04505407981730013,0.588957221141743\n2018-11-06 19:00:00,0.6752170715995841,-0.03026932285502921,0.5888018947400958\n2018-11-06 20:00:00,0.6861196866236258,-0.02008899494019306,0.5880065418041711\n2018-11-06 21:00:00,0.6905741591744985,-0.010748016670143856,0.5926983935877937\n2018-11-06 22:00:00,0.6881913787375468,-0.008890546482390994,0.5971384923756632\n2018-11-06 23:00:00,0.688242090621554,-0.010180200891638238,0.5956243698104651\n2018-11-07 00:00:00,0.6940320261961633,0.0021415156842785462,0.5978041145314704\n2018-11-07 01:00:00,0.6895226205966021,0.00830310889088309,0.5965973778442379\n2018-11-07 02:00:00,0.684481500175159,0.029754127548455488,0.5799735060270442\n2018-11-07 03:00:00,0.6865733640740384,0.02347793612981497,0.5845789837501998\n2018-11-07 04:00:00,0.6856129972575736,0.019564211060422703,0.5891530828773743\n2018-11-07 05:00:00,0.6812804206831861,0.03274511629263151,0.5801083885866055\n2018-11-07 06:00:00,0.6819130484690857,0.03449112501857474,0.5779420610760221\n2018-11-07 07:00:00,0.6813771077215639,0.0293051680562119,0.5844314446100269\n2018-11-07 08:00:00,0.6761764124198537,0.03085988137770631,0.5882154630990168\n2018-11-07 09:00:00,0.6695645947385822,0.029258090127281824,0.5967402847123039\n2018-11-07 10:00:00,0.66511042791642,0.038974073064508466,0.5919026146306999\n2018-11-07 11:00:00,0.6625299411487836,0.040551712421484504,0.5933319721376847\n2018-11-07 12:00:00,0.6584807325930935,0.03996467550652757,0.5983686292597482\n2018-11-07 13:00:00,0.653888107798338,0.03877458488335269,0.6045682939069362\n2018-11-07 14:00:00,0.6480114156457522,0.039603381856529875,0.61013765141793\n2018-11-07 15:00:00,0.6424996809357739,0.04379183003415315,0.6118419385925885\n2018-11-07 16:00:00,0.6410417847706842,0.056363702537676245,0.6005606852988775\n2018-11-07 17:00:00,0.6393030506875402,0.05909743219827553,0.5996668876900964\n2018-11-07 18:00:00,0.6358939327062769,0.07508180291581487,0.5866603318619849\n2018-11-07 19:00:00,0.6321505725233872,0.0695875700727893,0.5958418132541434\n2018-11-07 20:00:00,0.6289167168442377,0.07731678115018531,0.591003852208998\n2018-11-07 21:00:00,0.6295846518219441,0.08099033016711149,0.5866224780072179\n2018-11-07 22:00:00,0.6336087841355654,0.09136332077410836,0.5721565546396548\n2018-11-07 23:00:00,0.6356392078169469,0.0899177856353685,0.5712466702269321\n2018-11-08 00:00:00,0.6355192563800292,0.09756416176987721,0.5637847117574971\n2018-11-08 01:00:00,0.6370716688819192,0.10207029874022058,0.5574591073009647\n2018-11-08 02:00:00,0.6361624739598147,0.10129297571842973,0.5594007436122097\n2018-11-08 03:00:00,0.6353189959110425,0.1021525826189432,0.559519135648251\n2018-11-08 04:00:00,0.6358775271459878,0.10140483612317044,0.5597239329544931\n2018-11-08 05:00:00,0.6413020471679951,0.11533834319503895,0.5399882225409314\n2018-11-08 06:00:00,0.6414062481667577,0.11754418419968433,0.53793374130458\n2018-11-08 07:00:00,0.6415436479986695,0.12066949729129328,0.5343180530437319\n2018-11-08 08:00:00,0.6442950303571083,0.11756931332222233,0.5353312006892091\n2018-11-08 09:00:00,0.6443680799140378,0.11990543446034607,0.5332667083750083\n2018-11-08 10:00:00,0.6418924595434844,0.11593370062332121,0.5397427279156998\n2018-11-08 11:00:00,0.6418948853398857,0.11611284016536776,0.5394620735296938\n2018-11-08 12:00:00,0.6399597428969189,0.12211676209317977,0.5360721409880622\n2018-11-08 13:00:00,0.6431565116583511,0.1091850901216436,0.546425406810939\n2018-11-08 14:00:00,0.643307363005051,0.1020171008772311,0.5534214769275152\n2018-11-08 15:00:00,0.645203124406709,0.0892267590833891,0.564310354482266\n2018-11-08 16:00:00,0.6540144294944894,0.07799352629510348,0.56674243530602\n2018-11-08 17:00:00,0.6602634403996288,0.05183886744627963,0.586766077282638\n2018-11-08 18:00:00,0.6670042348176065,0.02882439669810513,0.6024042740087501\n2018-11-08 19:00:00,0.6643950533385148,0.02254816009742507,0.6111938800482576\n2018-11-08 20:00:00,0.6481580065907797,-0.019220623046204557,0.6308931445848563\n2018-11-08 21:00:00,0.6306063767968436,-0.04207823884591583,0.6250910146400512\n2018-11-08 22:00:00,0.6074800228471244,-0.06838123869686104,0.621797828573194\n2018-11-08 23:00:00,0.6115908937417059,-0.07583224450008305,0.6100483428923246\n2018-11-09 00:00:00,0.6001096803692272,-0.09178829546450014,0.6058587705476902\n2018-11-09 01:00:00,0.5968952897083666,-0.09606249682341056,0.6042529283256739\n2018-11-09 02:00:00,0.6197169291518516,-0.07615940344325721,0.6006890139612844\n2018-11-09 03:00:00,0.6157030756750934,-0.07660492994132617,0.6044108907702364\n2018-11-09 04:00:00,0.612985663119123,-0.0773523221274605,0.6063085347616375\n2018-11-09 05:00:00,0.5926949882521144,-0.09592866135640177,0.6076294481179028\n2018-11-09 06:00:00,0.5732445075367776,-0.12044244967568994,0.6025754101695919\n2018-11-09 07:00:00,0.5610323234803621,-0.14158368095812732,0.5940879736622887\n2018-11-09 08:00:00,0.5294175027514636,-0.17058306045429683,0.5967692315404832\n2018-11-09 09:00:00,0.5142308680837708,-0.1908766736645042,0.5920099755266166\n2018-11-09 10:00:00,0.5013789462780693,-0.20079822028514577,0.594852718535554\n2018-11-09 11:00:00,0.48271398414769356,-0.22367514491250945,0.5907941774024682\n2018-11-09 12:00:00,0.47218336029214086,-0.23005381463730243,0.5946267951863036\n2018-11-09 13:00:00,0.48359875390871004,-0.2101712684391136,0.6026913785598664\n2018-11-09 14:00:00,0.18503428245051234,-0.43499187961154073,0.6683006495544224\n2018-11-09 15:00:00,0.17735695236276405,-0.47891423355987933,0.6315341491977884\n2018-11-09 16:00:00,0.14374134805225627,-0.5200163091863407,0.6236911733290837\n2018-11-09 17:00:00,0.12442195732170969,-0.5437359798250541,0.618929470906479\n2018-11-09 18:00:00,0.09159331177394722,-0.5760961173943425,0.6192104780881056\n2018-11-09 19:00:00,0.03987891002969865,-0.633856627277213,0.6131008689126094\n2018-11-09 20:00:00,0.01576563178756175,-0.6737394061158927,0.597220209311074\n2018-11-09 21:00:00,-0.023945763089543215,-0.6932683082487606,0.569032223964539\n2018-11-09 22:00:00,-0.06177471648427855,-0.689408230603243,0.5346721739339771\n2018-11-09 23:00:00,-0.09154816190965845,-0.6885457353767045,0.5058061500607984\n2018-11-10 00:00:00,-0.12100176912342664,-0.6851916173536994,0.4796186393410123\n2018-11-10 01:00:00,-0.1576205773322235,-0.6864300665169651,0.44242946630946933\n2018-11-10 02:00:00,-0.18514904228372692,-0.6925608929841949,0.4093329249840102\n2018-11-10 03:00:00,-0.20840090943302828,-0.6920544116086642,0.3871716667227129\n2018-11-10 04:00:00,-0.24144220191574894,-0.6898353144545598,0.35635602112652665\n2018-11-10 05:00:00,-0.281249123415206,-0.690065470152968,0.3170894561845151\n2018-11-10 06:00:00,-0.29742418641252644,-0.6947361915124318,0.2969419286440651\n2018-11-10 07:00:00,-0.3122623078033526,-0.7030647962612023,0.27426561653766124\n2018-11-10 08:00:00,-0.33301171774327815,-0.705489595016954,0.25148400111638786\n2018-11-10 09:00:00,-0.35788001357273436,-0.7021479007765538,0.2304328670076414\n2018-11-10 10:00:00,-0.36536596315311354,-0.7036120107680297,0.22131459501104447\n2018-11-10 11:00:00,-0.38849742359059647,-0.6965937883450597,0.20575078106942127\n2018-11-10 12:00:00,-0.41071336106895084,-0.6975083742197324,0.1829737881232177\n2018-11-10 13:00:00,-0.4210617438860555,-0.7023654796401722,0.16808027985527885\n2018-11-10 14:00:00,-0.42793212110357687,-0.6991264215208006,0.16428550144255621\n2018-11-10 15:00:00,-0.4374619818268076,-0.693821356780553,0.16038131464328098\n2018-11-10 16:00:00,-0.4359317565909532,-0.6921277519712736,0.16351430405247758\n2018-11-10 17:00:00,-0.43351258977319457,-0.6876401087921027,0.17053813099484572\n2018-11-10 18:00:00,-0.43038625256544577,-0.6907361547520405,0.17065908872336513\n2018-11-10 19:00:00,-0.4281424076383008,-0.7003972875620453,0.16311675365290945\n2018-11-10 20:00:00,-0.44390663912941647,-0.7023059675062069,0.14628590121234455\n2018-11-10 21:00:00,-0.45210801872884787,-0.7104497729750289,0.13062124678565692\n2018-11-10 22:00:00,-0.45236240732702426,-0.7151175661489426,0.1265997846210653\n2018-11-10 23:00:00,-0.4569943880460394,-0.7140384213784979,0.12376608760312709\n2018-11-11 00:00:00,-0.4496016126207878,-0.720174787124613,0.12512447342006927\n2018-11-11 01:00:00,-0.44623278204658967,-0.7241887317468808,0.12451384849524405\n2018-11-11 02:00:00,-0.4390876627591386,-0.7221352551997389,0.13360969057243852\n2018-11-11 03:00:00,-0.4363230533949133,-0.7161544383179903,0.14229317848186976\n2018-11-11 04:00:00,-0.4379418834336463,-0.7110285238286547,0.14603053178074454\n2018-11-11 05:00:00,-0.4445133930701191,-0.705033424964735,0.14604035775440802\n2018-11-11 06:00:00,-0.44986620682952605,-0.703976670164076,0.14244358369532664\n2018-11-11 07:00:00,-0.4386066542858128,-0.7051780836171747,0.15276833093989817\n2018-11-11 08:00:00,-0.4194238812979695,-0.7096321606184866,0.1667584504076508\n2018-11-11 09:00:00,-0.4311077248739069,-0.7056360256083688,0.15895898748247575\n2018-11-11 10:00:00,-0.42168321502674977,-0.7056352827803548,0.16854969835364678\n2018-11-11 11:00:00,-0.4081585869431637,-0.7083257575146295,0.1796801629792378\n2018-11-11 12:00:00,-0.420125934545066,-0.7068358655093622,0.16925068340419377\n2018-11-11 13:00:00,-0.43741291291348494,-0.7061229912504102,0.1527996907958491\n2018-11-11 14:00:00,-0.4270546809061421,-0.7105558583045555,0.15844288029691822\n2018-11-11 15:00:00,-0.44390926999142055,-0.7066811126042297,0.14473639677503378\n2018-11-11 16:00:00,-0.4488891553863167,-0.7089040188392067,0.13810216540816173\n2018-11-11 17:00:00,-0.45460306529823014,-0.7029239589673196,0.1381395628431406\n2018-11-11 18:00:00,-0.4564177315864461,-0.7049747342970164,0.1339560943351257\n2018-11-11 19:00:00,-0.46023506293317995,-0.7059460995498347,0.1292724577712796\n2018-11-11 20:00:00,-0.467469476883305,-0.7035452107167216,0.12412750878159358\n2018-11-11 21:00:00,-0.4783831599297121,-0.700197336808087,0.11617359288384244\n2018-11-11 22:00:00,-0.4836920272473719,-0.7007618580727119,0.11085635614643262\n2018-11-11 23:00:00,-0.4870557485690896,-0.7041232514775573,0.10447520797212494\n2018-11-12 00:00:00,-0.47874713368637806,-0.7022295720534398,0.114549225226384\n2018-11-12 01:00:00,-0.47286513830830784,-0.6986355362179121,0.12364144225682949\n2018-11-12 02:00:00,-0.4831642275759646,-0.6896312484444553,0.1224049226265712\n2018-11-12 03:00:00,-0.48700461061102307,-0.686851197231405,0.12151470344873946\n2018-11-12 04:00:00,-0.49285090800341835,-0.6860791180930039,0.11680205939187496\n2018-11-12 05:00:00,-0.4986130409119247,-0.6858732366139795,0.11150546480251027\n2018-11-12 06:00:00,-0.5032038926959616,-0.6849046384111195,0.10817964701124257\n2018-11-12 07:00:00,-0.49377243006606003,-0.6914551821835284,0.11126377384034017\n2018-11-12 08:00:00,-0.4875724410619838,-0.6952325644907627,0.11352761037404943\n2018-11-12 09:00:00,-0.4691539496944377,-0.6934963523719249,0.1337203756073308\n2018-11-12 10:00:00,-0.4601037083470666,-0.6951630002640733,0.14104475232932157\n2018-11-12 11:00:00,-0.4619797243725151,-0.6922316318166023,0.14264403096287945\n2018-11-12 12:00:00,-0.46315783749938033,-0.6922466012257006,0.14219601576940422\n2018-11-12 13:00:00,-0.47706589455107234,-0.690265115404254,0.13073453624839063\n2018-11-12 14:00:00,-0.46976145103727934,-0.6894680663861638,0.1396693770510571\n2018-11-12 15:00:00,-0.4698953230192947,-0.6898251444707052,0.13972260989254104\n2018-11-12 16:00:00,-0.46960369792361967,-0.6948020886831481,0.13588123448241612\n2018-11-12 17:00:00,-0.4674385403395886,-0.6963002679191479,0.1368564025144945\n2018-11-12 18:00:00,-0.4697047998333092,-0.6973037301617394,0.13416767053853373\n2018-11-12 19:00:00,-0.4672631991515947,-0.6975959061632516,0.13665605915021486\n2018-11-12 20:00:00,-0.4530033636825946,-0.7024887825566972,0.14626775372858178\n2018-11-12 21:00:00,-0.45173122758711187,-0.7105927641469343,0.13946097900970214\n2018-11-12 22:00:00,-0.4447946847445711,-0.7260563996551102,0.13138346771662182\n2018-11-12 23:00:00,-0.4164596599951602,-0.7410913309607902,0.1446422719190353\n2018-11-13 00:00:00,-0.3958969934227062,-0.7443349006538864,0.16147523592010182\n2018-11-13 01:00:00,-0.3883769369157804,-0.7442567801753158,0.1693409751158265\n2018-11-13 02:00:00,-0.39759093287688824,-0.741138048742112,0.1637966482297129\n2018-11-13 03:00:00,-0.39515663265029943,-0.7493839097429734,0.15879864343645578\n2018-11-13 04:00:00,-0.3884023344715369,-0.7561866276281243,0.15936621740322074\n2018-11-13 05:00:00,-0.39336351607820785,-0.7660599857077154,0.14468453207699447\n2018-11-13 06:00:00,-0.3915291142026441,-0.7786081949289331,0.13461086363666344\n2018-11-13 07:00:00,-0.3822280728572694,-0.7986389411230775,0.12385486791408497\n2018-11-13 08:00:00,-0.025940187863494512,-1.1463882286196159,0.12386164035453953\n2018-11-13 09:00:00,0.14322449712348606,-1.0839145043011702,0.0638251237385222\n2018-11-13 10:00:00,0.23393561369234717,-0.960415938476198,0.09519684421811724\n2018-11-13 11:00:00,0.293044610827164,-0.8327151189913864,0.16364198081119283\n2018-11-13 12:00:00,0.3419869870050391,-0.7110551085842961,0.2362838038523618\n2018-11-13 13:00:00,0.30812061531759616,-0.6942996423429739,0.2875800883279015\n2018-11-13 14:00:00,0.31828172739017724,-0.667436892864976,0.3036763817377237\n2018-11-13 15:00:00,0.35294091046793075,-0.6219823579928224,0.31436175786868265\n2018-11-13 16:00:00,0.3670101781314755,-0.5920410261776785,0.32996602060418234\n2018-11-13 17:00:00,0.38847608878773615,-0.5671313995868213,0.33382085585423876\n2018-11-13 18:00:00,0.4117449886761652,-0.5304830633410921,0.34669999523880485\n2018-11-13 19:00:00,0.46851893199127537,-0.4613766545854523,0.3587301965043655\n2018-11-13 20:00:00,0.5101669341967515,-0.38769444808239933,0.39042055349741545\n2018-11-13 21:00:00,0.5365433938616113,-0.3330979941979627,0.4186013591570932\n2018-11-13 22:00:00,0.5537036131955221,-0.289648872709492,0.44475567985025066\n2018-11-13 23:00:00,0.5784099469908551,-0.2453128392340606,0.4643646963595344\n2018-11-14 00:00:00,0.5638995785426705,-0.2440086628063833,0.48049220854014596\n2018-11-14 01:00:00,0.5077238376093747,-0.28313358052225374,0.4979546412184108\n2018-11-14 02:00:00,0.4538041357967545,-0.33929157381786945,0.4961295850191606\n2018-11-14 03:00:00,0.42102345428975496,-0.3909183143861634,0.477340113243834\n2018-11-14 04:00:00,0.39138748845866717,-0.4303959940885334,0.46745638986143867\n2018-11-14 05:00:00,0.4048775023224256,-0.4261282744704909,0.45793228441587447\n2018-11-14 06:00:00,0.39557531522938877,-0.4337345755153358,0.4597554191304481\n2018-11-14 07:00:00,0.40508670636304595,-0.4218275504271267,0.46166157058035556\n2018-11-14 08:00:00,0.40018615995603396,-0.4162008440978129,0.47188818282360995\n2018-11-14 09:00:00,0.4115583782371145,-0.39457648328201406,0.48170039341893317\n2018-11-14 10:00:00,0.39575700297581284,-0.40954302446215085,0.4829970339580129\n2018-11-14 11:00:00,0.40187390163844067,-0.408274144692629,0.4775312712477494\n2018-11-14 12:00:00,0.3424720692652214,-0.46545907758402655,0.4799115680247309\n2018-11-14 13:00:00,0.3505404694012295,-0.46718739707990353,0.46989264967663513\n2018-11-14 14:00:00,0.3851278555712372,-0.4346555535465001,0.46754765448116803\n2018-11-14 15:00:00,0.4006916547377767,-0.4203831513969103,0.4666089160501722\n2018-11-14 16:00:00,0.42679268522843433,-0.38607021676973236,0.47480083672747053\n2018-11-14 17:00:00,0.4223923533373113,-0.37114752251449185,0.4945807234348556\n2018-11-14 18:00:00,0.44038553012794895,-0.3454987476302686,0.50223480683516\n2018-11-14 19:00:00,0.47301034912211243,-0.29875592873192997,0.5159975291057258\n2018-11-14 20:00:00,0.4862137468040568,-0.2729168453004413,0.5289482625713957\n2018-11-14 21:00:00,0.46633068167772396,-0.293921210272608,0.5281503397681047\n2018-11-14 22:00:00,0.464277102895981,-0.3019436359489125,0.5225725703493429\n2018-11-14 23:00:00,0.5100013622628458,-0.2695837190687407,0.5092736034724679\n2018-11-15 00:00:00,0.5361227969182453,-0.25211429602621205,0.500703175474614\n2018-11-15 01:00:00,0.5654244270564162,-0.221335906555355,0.5023710352160065\n2018-11-15 02:00:00,0.6017246340121112,-0.17379759540185796,0.5134270367671305\n2018-11-15 03:00:00,0.6163157409808735,-0.15235098231664249,0.5205206086255548\n2018-11-15 04:00:00,0.6450298587835338,-0.1299422679952765,0.5136940736910619\n2018-11-15 05:00:00,0.6551160717685277,-0.12565753339431623,0.5104118755166036\n2018-11-15 06:00:00,0.6444915931613586,-0.1283767355696353,0.5184434613535953\n2018-11-15 07:00:00,0.6317524478103648,-0.1381083332514188,0.521814578165441\n2018-11-15 08:00:00,0.61396921859311,-0.1573965614856603,0.5207016997541022\n2018-11-15 09:00:00,0.6183877618754768,-0.14929697844549916,0.5243542333011572\n2018-11-15 10:00:00,0.6237531968161513,-0.12764413870879335,0.5406778386074914\n2018-11-15 11:00:00,0.6150542581700286,-0.12439231764642175,0.5523523712740761\n2018-11-15 12:00:00,0.6130246267092024,-0.12494954988031556,0.5536935471040201\n2018-11-15 13:00:00,0.60438535601288,-0.13031912096393927,0.5571550455882434\n2018-11-15 14:00:00,0.5935083540430385,-0.1357056975787233,0.5627448465043903\n2018-11-15 15:00:00,0.583795671788686,-0.13988792471148537,0.5685221044463543\n2018-11-15 16:00:00,0.5844870854690954,-0.14558797008029878,0.5626605574330565\n2018-11-15 17:00:00,0.5705047768826872,-0.15694774660716926,0.5653211128613027\n2018-11-15 18:00:00,0.5509331555909847,-0.17045414352425364,0.5715133234368526\n2018-11-15 19:00:00,0.5403510201746372,-0.1810699789284291,0.5716476003657344\n2018-11-15 20:00:00,0.5320268975325327,-0.19525400852718824,0.5659185705585991\n2018-11-15 21:00:00,0.5267480950288329,-0.20834688715989974,0.558028034299311\n2018-11-15 22:00:00,0.5324939369658401,-0.21303353632461453,0.5472186326534121\n2018-11-15 23:00:00,0.5396325452314301,-0.2140258697515205,0.5390943134829955\n2018-11-16 00:00:00,0.5388448945227277,-0.22347927035698223,0.531153168529132\n2018-11-16 01:00:00,0.5552305128995269,-0.2146096420479363,0.5239896090088477\n2018-11-16 02:00:00,0.5743699211888935,-0.19449061006806004,0.5250076405705643\n2018-11-16 03:00:00,0.5798622066306867,-0.19375877748842413,0.5202793731244588\n2018-11-16 04:00:00,0.6077159372106568,-0.17656827882917078,0.5093385662556617\n2018-11-16 05:00:00,0.628906457081274,-0.15991325231345646,0.5045659648323577\n2018-11-16 06:00:00,0.655684958830504,-0.1400991315487187,0.49763982185181066\n2018-11-16 07:00:00,0.6775686308135089,-0.12628695754685287,0.4897404842040597\n2018-11-16 08:00:00,0.6868730815567096,-0.12156845223149532,0.4850255111875339\n2018-11-16 09:00:00,0.6735749247809943,-0.14100565223228445,0.47972966341253137\n2018-11-16 10:00:00,0.677289003876885,-0.14775364827528742,0.46973826699741106\n2018-11-16 11:00:00,0.6858113316164559,-0.1491658628804622,0.46022455545289986\n2018-11-16 12:00:00,0.7219204726844306,-0.1199002454404808,0.45387615177430246\n2018-11-16 13:00:00,0.7394141631570906,-0.09943454548989902,0.45737044227308665\n2018-11-16 14:00:00,0.7684583295248535,-0.06862094605749412,0.45938499553561385\n2018-11-16 15:00:00,0.7959734203560289,-0.029431841827799527,0.47121007213303945\n2018-11-16 16:00:00,0.7922641890446361,-0.02482692640225643,0.4796712516565093\n2018-11-16 17:00:00,0.817992957497779,0.0009199368081486066,0.4778524859927005\n2018-11-16 18:00:00,0.809379491338904,0.03088815917603741,0.4560868423991897\n2018-11-16 19:00:00,0.8025045439762608,0.05123764554330747,0.4427880668466046\n2018-11-16 20:00:00,0.7915435431057047,0.06571742050480933,0.43946637389273874\n2018-11-16 21:00:00,0.7900744221508024,0.07068058234010934,0.43583706310103304\n2018-11-16 22:00:00,0.7884398026892366,0.07590404565480946,0.43268998897957583\n2018-11-16 23:00:00,0.7911813592379057,0.08219607359738157,0.42380598198489994\n2018-11-17 00:00:00,0.7943640124597426,0.08465132467161694,0.41850124566916913\n2018-11-17 01:00:00,0.79646206921389,0.08431801636331619,0.4177079232246625\n2018-11-17 02:00:00,0.8036996645876587,0.08281618386668435,0.41255814289015624\n2018-11-17 03:00:00,0.8177914660179327,0.08359696901100289,0.39840537476264415\n2018-11-17 04:00:00,0.8155508335918481,0.08763986979593447,0.39685544086118024\n2018-11-17 05:00:00,0.8119941707160264,0.09119822726596696,0.3972911941962561\n2018-11-17 06:00:00,0.8108934225207644,0.08716825989361389,0.4031132078059238\n2018-11-17 07:00:00,0.8172231920827039,0.07252778706875727,0.41221672901069145\n2018-11-17 08:00:00,0.8169139953533557,0.06919474938875805,0.416139223273483\n2018-11-17 09:00:00,0.8202892270371227,0.061715371992849745,0.4208457595756367\n2018-11-17 10:00:00,0.8249380128743339,0.05922774014740664,0.4186055660637809\n2018-11-17 11:00:00,0.8294666739297005,0.05377485201678955,0.4193454827692072\n2018-11-17 12:00:00,0.8294137825727038,0.05967638680097889,0.4133642345724339\n2018-11-17 13:00:00,0.8329397748327512,0.0510289902063588,0.4188360284293166\n2018-11-17 14:00:00,0.8265299760544148,0.0674804343839895,0.408260833476838\n2018-11-17 15:00:00,0.8244012208846975,0.07150816881503773,0.40684033993420626\n2018-11-17 16:00:00,0.8220275830438549,0.07497917009272398,0.4051193099728188\n2018-11-17 17:00:00,0.8165178716111015,0.08297157329210932,0.401976591134517\n2018-11-17 18:00:00,0.8178255646393365,0.08286014554875092,0.4003748226956687\n2018-11-17 19:00:00,0.8134227485080331,0.07866409570194759,0.40792605973287255\n2018-11-17 20:00:00,0.8056694099057153,0.07607350611845672,0.417655176650907\n2018-11-17 21:00:00,0.8034345589359976,0.07172353299396596,0.42330769724073425\n2018-11-17 22:00:00,0.802820763043899,0.062165605164402206,0.4333712587549887\n2018-11-17 23:00:00,0.7964839626678408,0.05806488566035151,0.4435906863014324\n2018-11-18 00:00:00,0.7994156954852143,0.050892683700225934,0.44727878428566786\n2018-11-18 01:00:00,0.7953763107687416,0.05930360593874742,0.4427718565123364\n2018-11-18 02:00:00,0.795898996524792,0.06759621595417732,0.43351801801783885\n2018-11-18 03:00:00,0.7888100480701836,0.08076912240727951,0.4274313407926327\n2018-11-18 04:00:00,0.7823708609436864,0.09411887248976178,0.4200831626797409\n2018-11-18 05:00:00,0.7782278674085736,0.10171853039700324,0.4163030405087902\n2018-11-18 06:00:00,0.7758537347052125,0.11387499473688037,0.40595198673922045\n2018-11-18 07:00:00,0.7722686478483,0.11640884030550509,0.40705168185274093\n2018-11-18 08:00:00,0.7744030067690527,0.11764867239813377,0.403695321415564\n2018-11-18 09:00:00,0.7713495509373667,0.12279426046155255,0.4015712048127502\n2018-11-18 10:00:00,0.7697954314754342,0.12449686550871884,0.4011644743799262\n2018-11-18 11:00:00,0.7735434921489903,0.12026333522062475,0.40175626749390925\n2018-11-18 12:00:00,0.7759633656823182,0.10776328511017322,0.4112694778265706\n2018-11-18 13:00:00,0.7780691112066013,0.09524931117058413,0.4209651487928778\n2018-11-18 14:00:00,0.7787970952860104,0.08828541643903297,0.4264907592039322\n2018-11-18 15:00:00,0.7772279749034672,0.07887882603466657,0.43766482406939583\n2018-11-18 16:00:00,0.7774676053970516,0.07844604550213806,0.4380088167177916\n2018-11-18 17:00:00,0.7740642578266386,0.09301190147124276,0.42663057984018576\n2018-11-18 18:00:00,0.7698124281232741,0.1111326426940042,0.41205924476865596\n2018-11-18 19:00:00,0.7674514769118365,0.12060318567545207,0.40403972700877333\n2018-11-18 20:00:00,0.7590629940470447,0.12677586467865273,0.4064536661420824\n2018-11-18 21:00:00,0.7606584595053494,0.12137349442095675,0.4105186861989654\n2018-11-18 22:00:00,0.7629703240331398,0.1147612994345917,0.4147591406292687\n2018-11-18 23:00:00,0.7652277855351235,0.11207573078697637,0.4149818152957377\n2018-11-19 00:00:00,0.7605530670369826,0.10095790265827886,0.43033594965977956\n2018-11-19 01:00:00,0.7673866590826943,0.09407117173210021,0.43005000955326483\n2018-11-19 02:00:00,0.7740916390343935,0.08188786879722554,0.4352936731117928\n2018-11-19 03:00:00,0.7762599183529164,0.08234685646053982,0.4323384561623354\n2018-11-19 04:00:00,0.7746175750446852,0.0814215020695455,0.4350085243711327\n2018-11-19 05:00:00,0.7787812109876118,0.082583296558329,0.42915721224253783\n2018-11-19 06:00:00,0.7777603027243207,0.08991243493732227,0.42292752733257444\n2018-11-19 07:00:00,0.7746473423938892,0.09500815125828427,0.42014937224075194\n2018-11-19 08:00:00,0.772321341298857,0.10424151628234404,0.4128329814397821\n2018-11-19 09:00:00,0.7699138502414233,0.10967006204873195,0.40992990119627876\n2018-11-19 10:00:00,0.767533613428732,0.1177659625083876,0.4040469812684441\n2018-11-19 11:00:00,0.764023955237104,0.12436192894618384,0.40028704831423906\n2018-11-19 12:00:00,0.759678346964547,0.1209735046237851,0.4077896873159346\n2018-11-19 13:00:00,0.7578648136620221,0.12826169913613805,0.4018417216149657\n2018-11-19 14:00:00,0.7607187801551464,0.12571911019437385,0.40200311284841633\n2018-11-19 15:00:00,0.7659714378812855,0.11423560666201185,0.40775411664658645\n2018-11-19 16:00:00,0.7661620821600915,0.1052427846959493,0.416325067859348\n2018-11-19 17:00:00,0.7638688167633809,0.10746025875108366,0.4164806058131514\n2018-11-19 18:00:00,0.7675103262970162,0.10816532461128311,0.4125370093239071\n2018-11-19 19:00:00,0.7763885272803157,0.10411835848138505,0.407806071268742\n2018-11-19 20:00:00,0.7744283793282934,0.10878305746035319,0.40531579428367137\n2018-11-19 21:00:00,0.7774183665257787,0.10691949749577603,0.40427752951564516\n2018-11-19 22:00:00,0.7842425992751626,0.09922776412684926,0.4054995848113473\n2018-11-19 23:00:00,0.7877654828850374,0.09423000196173303,0.40724283340801465\n2018-11-20 00:00:00,0.7932792838364754,0.09033299998604631,0.40597297106809044\n2018-11-20 01:00:00,0.7989527255787271,0.076510601491757,0.414647694534774\n2018-11-20 02:00:00,0.6705459756939895,-0.09673224077701532,0.5179066557431196\n2018-11-20 03:00:00,0.6535719066000736,-0.118575603158005,0.5123248032265822\n2018-11-20 04:00:00,0.6275063544677517,-0.14533101017295796,0.5123692612964135\n2018-11-20 05:00:00,0.6031088134567766,-0.17116160860495874,0.5114872707894752\n2018-11-20 06:00:00,0.5913421349172551,-0.18501853395681916,0.5096904380789965\n2018-11-20 07:00:00,0.5838665406288636,-0.19201114804612998,0.5104453532382718\n2018-11-20 08:00:00,0.5746920297974334,-0.19960711380948595,0.5119589893094096\n2018-11-20 09:00:00,0.5672457129921459,-0.20501552247249374,0.5143317034044271\n2018-11-20 10:00:00,0.5584871736461604,-0.21091711118220377,0.51737231965309\n2018-11-20 11:00:00,0.549523708042744,-0.2174615003352994,0.5201014334335808\n2018-11-20 12:00:00,0.5380547081106086,-0.22590055179699858,0.5232213204218339\n2018-11-20 13:00:00,0.5116078911600123,-0.2489757673802973,0.5268507679944575\n2018-11-20 14:00:00,0.4919569335148617,-0.2648333865206085,0.5305046474554737\n2018-11-20 15:00:00,0.4675563662160153,-0.285749168422147,0.5341627430053723\n2018-11-20 16:00:00,0.4593417834078965,-0.2955411203061211,0.5325937834388893\n2018-11-20 17:00:00,0.4525263384849215,-0.3020474942459268,0.532873176602512\n2018-11-20 18:00:00,0.4296822499791817,-0.3244531788470361,0.5332663390010268\n2018-11-20 19:00:00,0.4209432343367619,-0.33417427439204617,0.5320919167236965\n2018-11-20 20:00:00,0.42783411626145373,-0.3283534253362281,0.5307989052251881\n2018-11-20 21:00:00,0.426588189155138,-0.32855633480686874,0.5315691262689407\n2018-11-20 22:00:00,0.4271893246629494,-0.32548060029235726,0.532796207739769\n2018-11-20 23:00:00,0.4332919360652229,-0.31644835422803835,0.5352031858690922\n2018-11-21 00:00:00,0.4306932725059704,-0.3152933853801953,0.5382870775428691\n2018-11-21 01:00:00,0.44444194731006703,-0.3009346581022856,0.5387646270595197\n2018-11-21 02:00:00,0.44957074079319603,-0.2952291365324432,0.5391321567926631\n2018-11-21 03:00:00,0.4607703905712969,-0.28119773262487296,0.5420493322003024\n2018-11-21 04:00:00,0.47108050496889725,-0.271102146628724,0.541621026225209\n2018-11-21 05:00:00,0.4766014417682918,-0.2627373308968479,0.5439951131590932\n2018-11-21 06:00:00,0.48405574113470523,-0.25744420195855133,0.5412682176799928\n2018-11-21 07:00:00,0.4940547259241673,-0.2533545636323996,0.5348224921238225\n2018-11-21 08:00:00,0.502429905910127,-0.2475514596271697,0.5319197787602946\n2018-11-21 09:00:00,0.49908908972898947,-0.24719550882052682,0.5352041282619577\n2018-11-21 10:00:00,0.49696760768180276,-0.2517039254365504,0.5323171288482097\n2018-11-21 11:00:00,0.5087390876181515,-0.24137851832852597,0.5304204813642868\n2018-11-21 12:00:00,0.5193218254547975,-0.22757550200151797,0.5332345947081347\n2018-11-21 13:00:00,0.5288252060839257,-0.21809485831738512,0.532671830685078\n2018-11-21 14:00:00,0.537555806683345,-0.21010065795080243,0.5313183166066828\n2018-11-21 15:00:00,0.5451696266962973,-0.2032811267194293,0.5300721215971463\n2018-11-21 16:00:00,0.5522496821144951,-0.19652312371785796,0.5293664660930643\n2018-11-21 17:00:00,0.5636624873700092,-0.18172169723321854,0.5321579578420896\n2018-11-21 18:00:00,0.5622347065752131,-0.1852905369445285,0.5299027378397737\n2018-11-21 19:00:00,0.5587681217402526,-0.19638607730347407,0.5219614877435543\n2018-11-21 20:00:00,0.548666196159018,-0.21205445622409444,0.5161302733805708\n2018-11-21 21:00:00,0.5602578344771463,-0.20429785633474343,0.512045260474741\n2018-11-21 22:00:00,0.5525120840310666,-0.21395308403985103,0.5101338703040957\n2018-11-21 23:00:00,0.55440216701059,-0.22309987120509517,0.4996479485985802\n2018-11-22 00:00:00,0.5540526621304687,-0.23234968556893976,0.4908815362528862\n2018-11-22 01:00:00,0.56346318652504,-0.23242976674362734,0.48138391481161275\n2018-11-22 02:00:00,0.5786734374559837,-0.2165302413499779,0.4817774559727463\n2018-11-22 03:00:00,0.5826373872018726,-0.20934739519386453,0.4846786289642453\n2018-11-22 04:00:00,0.5758951545570064,-0.20991047116880043,0.4909712529255806\n2018-11-22 05:00:00,0.5845073293822688,-0.2015403819002984,0.4906891924612712\n2018-11-22 06:00:00,0.5935257293792764,-0.1930817078364827,0.48990770496489056\n2018-11-22 07:00:00,0.6120865460873,-0.17574299951129257,0.48857267737404636\n2018-11-22 08:00:00,0.619394653164425,-0.1642687525585591,0.4926791098692963\n2018-11-22 09:00:00,0.6202670604410161,-0.1564795258527636,0.4995557816990194\n2018-11-22 10:00:00,0.6242364882766441,-0.14542687417117686,0.507221781909506\n2018-11-22 11:00:00,0.630753415740297,-0.13580199559916223,0.5109650771466906\n2018-11-22 12:00:00,0.6429081657077992,-0.1223876137243737,0.5125453652793791\n2018-11-22 13:00:00,0.646359027813143,-0.11525553061432527,0.5161504710116307\n2018-11-22 14:00:00,0.6588199578101247,-0.09902819707148781,0.520026432563045\n2018-11-22 15:00:00,0.661906324515579,-0.0913761314302328,0.5247589114071468\n2018-11-22 16:00:00,0.6667662652862588,-0.09070585523646527,0.5209982485694064\n2018-11-22 17:00:00,0.6789780305581387,-0.07734295488919622,0.5221535104784569\n2018-11-22 18:00:00,0.6800099974849286,-0.0717902305212152,0.526199960881186\n2018-11-22 19:00:00,0.6730382856619453,-0.07227764785589921,0.5327629736260465\n2018-11-22 20:00:00,0.673858224148912,-0.0700470259063414,0.5344008826669419\n2018-11-22 21:00:00,0.6652368162539082,-0.07703274046573283,0.5369169446409187\n2018-11-22 22:00:00,0.6617120868596542,-0.07969413389251354,0.5385459576338215\n2018-11-22 23:00:00,0.6356441255575243,-0.10520244527224988,0.539785006365786\n2018-11-23 00:00:00,0.6180008145226265,-0.12940182760392188,0.5338836402830485\n2018-11-23 01:00:00,0.6122392652690649,-0.14068754243986248,0.5285498302445574\n2018-11-23 02:00:00,0.613315617551412,-0.14598793959268852,0.5227731151504913\n2018-11-23 03:00:00,0.6241212316420892,-0.13349057203115977,0.5244087628689912\n2018-11-23 04:00:00,0.620828340902013,-0.13812020645803708,0.5236222371661814\n2018-11-23 05:00:00,0.6227650794342174,-0.13635085946111117,0.5237286057269658\n2018-11-23 06:00:00,0.6128136845823478,-0.14169125322292192,0.52879418398859\n2018-11-23 07:00:00,0.6178351913335054,-0.14022264087169103,0.5254753173741293\n2018-11-23 08:00:00,0.6234952980719017,-0.13975325998073457,0.5206835001779178\n2018-11-23 09:00:00,0.6107625524670337,-0.15469489216931076,0.5187771410158181\n2018-11-23 10:00:00,0.607813442021561,-0.16150489169801888,0.5153534124167815\n2018-11-23 11:00:00,0.6022403402009407,-0.17266681660936312,0.5106409496022773\n2018-11-23 12:00:00,0.6013123433665967,-0.1775854280558164,0.5070603722044073\n2018-11-23 13:00:00,0.5963114602116203,-0.19268635610436186,0.49684699834000323\n2018-11-23 14:00:00,0.6041580840800508,-0.19465575969708945,0.486300025800896\n2018-11-23 15:00:00,0.6159219191940905,-0.18294509759438995,0.48560491834962305\n2018-11-23 16:00:00,0.6194243057569173,-0.17496004404140872,0.4896631092951232\n2018-11-23 17:00:00,0.6277326782738983,-0.15931932830903978,0.49663424696459674\n2018-11-23 18:00:00,0.6319623571494342,-0.14473401001253575,0.5061153227224211\n2018-11-23 19:00:00,0.6421091780344699,-0.12797464361752153,0.5123854097250194\n2018-11-23 20:00:00,0.6576310981057332,-0.10648342137101673,0.5175980552741223\n2018-11-23 21:00:00,0.6659000111410511,-0.09621002408212692,0.5187693852952853\n2018-11-23 22:00:00,0.6549824705959364,-0.10650881989487718,0.5203457443533186\n2018-11-23 23:00:00,0.6423107008006145,-0.11693609934070796,0.5223792906534415\n2018-11-24 00:00:00,0.6262898946228944,-0.13111167827542045,0.5243644262483312\n2018-11-24 01:00:00,0.6254996810853103,-0.13685390907739958,0.5190314349040455\n2018-11-24 02:00:00,0.6322529351193067,-0.13112475131967247,0.5183180146871998\n2018-11-24 03:00:00,0.6203347002834302,-0.13696734177744505,0.5242187388640307\n2018-11-24 04:00:00,0.6056566426005483,-0.14850509399582967,0.5281510783665115\n2018-11-24 05:00:00,0.6015905010956093,-0.1550084566467948,0.5260102638427862\n2018-11-24 06:00:00,0.6108610386429244,-0.1454078318947854,0.526967056894661\n2018-11-24 07:00:00,0.6072092690168148,-0.14694283014525003,0.5292775622763731\n2018-11-24 08:00:00,0.6023289823138956,-0.1499530805803798,0.5315664956221671\n2018-11-24 09:00:00,0.5941313268866899,-0.1520996374279813,0.5372889756223611\n2018-11-24 10:00:00,0.5780404084267676,-0.16623309360111374,0.5391599488576764\n2018-11-24 11:00:00,0.573332862549715,-0.171463337505167,0.5384504332354223\n2018-11-24 12:00:00,0.5782282601534804,-0.16741825783529302,0.5367649061967033\n2018-11-24 13:00:00,0.5704325021931094,-0.1754716713647298,0.536705720891745\n2018-11-24 14:00:00,0.5651269243491323,-0.18960690175704034,0.5279969239221647\n2018-11-24 15:00:00,0.5754634877648135,-0.1872639293736842,0.520366845136803\n2018-11-24 16:00:00,0.5603431571071836,-0.20201848671228267,0.5213291946280417\n2018-11-24 17:00:00,0.5746758351792405,-0.18608883973487358,0.5230391955991011\n2018-11-24 18:00:00,0.5732130186342678,-0.18580294864057245,0.5254652647711758\n2018-11-24 19:00:00,0.5825824199633018,-0.1731424782927358,0.528388387296184\n2018-11-24 20:00:00,0.5934511880403889,-0.16474723267016944,0.5258903243032049\n2018-11-24 21:00:00,0.5927078726202323,-0.15915390592337378,0.5317794332986339\n2018-11-24 22:00:00,0.5746596544246603,-0.17506882815530123,0.5333176006461916\n2018-11-24 23:00:00,0.1612858289999075,-0.5890370892944158,0.5400116609032652\n2018-11-25 00:00:00,0.19706997552174593,-0.5968757047605932,0.49482723124724826\n2018-11-25 01:00:00,0.20169259396774855,-0.5917704945778305,0.49517942133699183\n2018-11-25 02:00:00,0.20004933365914182,-0.5878147185213881,0.5009317220098134\n2018-11-25 03:00:00,0.195187442595102,-0.5907076745270355,0.5033993567120963\n2018-11-25 04:00:00,0.19014505960285943,-0.5966500833112631,0.5028592318579038\n2018-11-25 05:00:00,0.19632709553091035,-0.5950818853743881,0.49924870480569455\n2018-11-25 06:00:00,0.20268186702497518,-0.5871187106239704,0.5013985547644171\n2018-11-25 07:00:00,0.2055922117099283,-0.5850675625119115,0.5008222780585762\n2018-11-25 08:00:00,0.19176492889954336,-0.5987777594289603,0.5011114130386038\n2018-11-25 09:00:00,0.19371788423215291,-0.5922376322944063,0.5060372284529352\n2018-11-25 10:00:00,0.19770431812033354,-0.5825602733795469,0.5126944496186712\n2018-11-25 11:00:00,0.18865221189255252,-0.5852292209085355,0.5197694178327141\n2018-11-25 12:00:00,0.18208028647718555,-0.5932836227218354,0.5185161873954607\n2018-11-25 13:00:00,0.17342941247572197,-0.6037910548883556,0.5171205941034113\n2018-11-25 14:00:00,0.17502074381847535,-0.607109599163159,0.5124091969868184\n2018-11-25 15:00:00,0.1848162346550293,-0.5996657096318408,0.5091668806496049\n2018-11-25 16:00:00,0.1972719640462963,-0.5880065145581993,0.5085379224085572\n2018-11-25 17:00:00,0.20556163620388146,-0.5783511692907819,0.5094370445117141\n2018-11-25 18:00:00,0.20683184135611793,-0.576360279868841,0.5102630590791616\n2018-11-25 19:00:00,0.21617690237220646,-0.5692350296602922,0.5080735646986017\n2018-11-25 20:00:00,0.22434448913775762,-0.5643697007229126,0.5046479172095645\n2018-11-25 21:00:00,0.225775185390558,-0.5640773644061968,0.5030003175139153\n2018-11-25 22:00:00,0.2235002406038854,-0.5628910016269467,0.506324338222792\n2018-11-25 23:00:00,0.23693682633428884,-0.5508289349789947,0.5051089077348387\n2018-11-26 00:00:00,0.23444736965048582,-0.5514169759418315,0.5071998173202669\n2018-11-26 01:00:00,0.23567332424480314,-0.5453744836838278,0.511947081349631\n2018-11-26 02:00:00,0.25382090802142576,-0.5223804986500651,0.5162616562835645\n2018-11-26 03:00:00,0.26439356684218057,-0.5042285038540704,0.523223465426334\n2018-11-26 04:00:00,0.2719930963244864,-0.49611145463522904,0.5225745566754315\n2018-11-26 05:00:00,0.2972016441979903,-0.46722830910002394,0.5253660295263382\n2018-11-26 06:00:00,0.31404297122703057,-0.44660480543648506,0.528938948649359\n2018-11-26 07:00:00,0.3311310628368948,-0.4264804648678009,0.5317071005841799\n2018-11-26 08:00:00,0.34820528596925354,-0.403217762775539,0.5374499051077642\n2018-11-26 09:00:00,0.36394587115502475,-0.3835104339542247,0.5412889323792067\n2018-11-26 10:00:00,0.36987207103338754,-0.3760838299992509,0.5429542149028678\n2018-11-26 11:00:00,0.3822208366074893,-0.3647321234701146,0.5418872635857215\n2018-11-26 12:00:00,0.39228390768090926,-0.35118031861080706,0.5448914336176275\n2018-11-26 13:00:00,0.3917889907222102,-0.34980428108276734,0.5461407665740918\n2018-11-26 14:00:00,0.4003848300286619,-0.3379982709954841,0.5485994569851913\n2018-11-26 15:00:00,0.40366359922456796,-0.33335757777446245,0.5498172327839669\n2018-11-26 16:00:00,0.4008136515495378,-0.33932677217931884,0.5468548697576933\n2018-11-26 17:00:00,0.41741793492069457,-0.3278924984834617,0.5415710221512641\n2018-11-26 18:00:00,0.4203601838521943,-0.32973520159161057,0.5370259752959017\n2018-11-26 19:00:00,0.41956723998838524,-0.33767830105752517,0.5301014816857536\n2018-11-26 20:00:00,0.4473694615634234,-0.3150935421602693,0.5247678347508182\n2018-11-26 21:00:00,0.469910713762279,-0.2915355635756162,0.5256733107641759\n2018-11-26 22:00:00,0.473446539341012,-0.28890344850840893,0.5249998715278794\n2018-11-26 23:00:00,0.4830635062059743,-0.2817960058588044,0.5227833648062548\n2018-11-27 00:00:00,0.4849952351443584,-0.2812489528864071,0.521622306366259\n2018-11-27 01:00:00,0.49035891814035315,-0.2743018318088248,0.52330114296821\n2018-11-27 02:00:00,0.4881809218300488,-0.27974211271580074,0.5207019434627074\n2018-11-27 03:00:00,0.491201913028514,-0.27728339205641833,0.5198948198854979\n2018-11-27 04:00:00,0.4997645855310191,-0.27143819732611435,0.5172801987938037\n2018-11-27 05:00:00,0.5135498264258743,-0.2573896008061185,0.5176642137689724\n2018-11-27 06:00:00,0.5271956399915239,-0.2411379650127843,0.5201354962244767\n2018-11-27 07:00:00,0.5416974677827373,-0.22177735793643452,0.5250408421230154\n2018-11-27 08:00:00,0.5518133594416933,-0.20742668987208118,0.5300533125242242\n2018-11-27 09:00:00,0.5611112837569003,-0.19529307354039235,0.5332876515245626\n2018-11-27 10:00:00,0.5680341014903802,-0.18900864138980936,0.5330850827211049\n2018-11-27 11:00:00,0.5851123381044273,-0.16918321319450422,0.5362055736695388\n2018-11-27 12:00:00,0.5853067879478534,-0.1631825467341078,0.541979050394648\n2018-11-27 13:00:00,0.5785944591609498,-0.16766185491493332,0.544538773193357\n2018-11-27 14:00:00,0.5691095159993159,-0.1789452456667328,0.5431944665140327\n2018-11-27 15:00:00,0.5605360198337961,-0.19101853263256643,0.5405189829907373\n2018-11-27 16:00:00,0.5513687517967443,-0.19956390670499816,0.5416275666470959\n2018-11-27 17:00:00,0.5497906030010286,-0.20480675130875425,0.5390685901611444\n2018-11-27 18:00:00,0.5467363243856203,-0.2103026923260283,0.5373739892793272\n2018-11-27 19:00:00,0.5601817039602497,-0.19975959317484326,0.5351808313550301\n2018-11-27 20:00:00,0.5472021882734764,-0.208962622725892,0.5395599599531524\n2018-11-27 21:00:00,0.5224033307323107,-0.2319947926570438,0.5422954152267684\n2018-11-27 22:00:00,0.5162372573892139,-0.23998342680324763,0.5406806986963386\n2018-11-27 23:00:00,0.516309343452633,-0.2433166993391621,0.5380623137918065\n2018-11-28 00:00:00,0.513313050187216,-0.24815103690381748,0.5369347046008346\n2018-11-28 01:00:00,0.5258441658712496,-0.24170698142547917,0.5314800474965635\n2018-11-28 02:00:00,0.5219363070742108,-0.2454789273039529,0.5325059449116453\n2018-11-28 03:00:00,0.5278202732821814,-0.24300417242941016,0.5293360410440798\n2018-11-28 04:00:00,0.5353708595573861,-0.23745506006658634,0.5278109466066399\n2018-11-28 05:00:00,0.5454136471991863,-0.23108707014864865,0.5239349418853402\n2018-11-28 06:00:00,0.5478969282535247,-0.2276524938839106,0.5251941451524365\n2018-11-28 07:00:00,0.5326802635203508,-0.24066179338180713,0.5274144895379649\n2018-11-28 08:00:00,0.5151494150097068,-0.25717348579594174,0.5280892283208412\n2018-11-28 09:00:00,0.5204616824934112,-0.25493732594529506,0.5246956411418618\n2018-11-28 10:00:00,0.5353577813417832,-0.23898596632035862,0.525212909458165\n2018-11-28 11:00:00,0.5271585475332311,-0.24765706948194152,0.524365608019829\n2018-11-28 12:00:00,0.5376035675312945,-0.23352079491676,0.5277068131641244\n2018-11-28 13:00:00,0.5447859914628082,-0.2242083559835519,0.5295084898320359\n2018-11-28 14:00:00,0.5625798057519746,-0.20200158906768517,0.5330779306844247\n2018-11-28 15:00:00,0.5720589633067446,-0.1904423843755498,0.5343381216606027\n2018-11-28 16:00:00,0.5525054608489955,-0.20231957215083712,0.5417521825603979\n2018-11-28 17:00:00,0.5466748473405876,-0.2020806036779391,0.5473278469626893\n2018-11-28 18:00:00,0.5260808938536129,-0.21620125704059798,0.5535706428236066\n2018-11-28 19:00:00,0.5072964381044021,-0.23790568484359825,0.5508818741829675\n2018-11-28 20:00:00,0.4895178362947167,-0.25918520417825786,0.54821573634214\n2018-11-28 21:00:00,0.4822393242626604,-0.2724537007942812,0.5425393867072232\n2018-11-28 22:00:00,0.46837452602489316,-0.2888548288057323,0.540404761836937\n2018-11-28 23:00:00,0.47155690786264604,-0.29164702372242174,0.5340920171357011\n2018-11-29 00:00:00,0.4822870018813395,-0.2796266583080418,0.5351207457387996\n2018-11-29 01:00:00,0.478353656857104,-0.2786487892611659,0.540097306274358\n2018-11-29 02:00:00,0.4733771478458578,-0.2768785631190649,0.5467969348155873\n2018-11-29 03:00:00,0.4689716554881243,-0.27703244588062653,0.5515877303535085\n2018-11-29 04:00:00,0.47167316091583694,-0.27163062407130606,0.5546790247126508\n2018-11-29 05:00:00,0.48576432756284427,-0.25802535709671104,0.5538586461771985\n2018-11-29 06:00:00,0.48988248094308184,-0.2533930204424539,0.5541368360422472\n2018-11-29 07:00:00,0.4984679275098841,-0.2443413784572798,0.5544382639090568\n2018-11-29 08:00:00,0.498956010510764,-0.2455271270880978,0.5531551993972097\n2018-11-29 09:00:00,0.5176751647804674,-0.2315651867294512,0.5481726102466391\n2018-11-29 10:00:00,0.5116474824026966,-0.2385721589407977,0.5472932758863521\n2018-11-29 11:00:00,0.5100939207994208,-0.24461750153612494,0.5430239357676105\n2018-11-29 12:00:00,0.49909891876325496,-0.2604420887276275,0.5385560454150357\n2018-11-29 13:00:00,0.508938807921528,-0.24934687861935007,0.5394085063836612\n2018-11-29 14:00:00,0.5119677733292046,-0.24595727169487272,0.5397109961239516\n2018-11-29 15:00:00,0.5162797241221285,-0.2385854364928605,0.5424411548543474\n2018-11-29 16:00:00,0.5044437172633909,-0.24725003769476822,0.5456619205183303\n2018-11-29 17:00:00,0.4969289121945958,-0.25953296461831166,0.5416862802388783\n2018-11-29 18:00:00,0.5138454611787504,-0.24256324037921656,0.5412065423161116\n2018-11-29 19:00:00,0.5078046802071768,-0.2463216330188196,0.5434378872380787\n2018-11-29 20:00:00,0.48933267440725886,-0.2471037091899074,0.561238506113054\n2018-11-29 21:00:00,0.47708700231940016,-0.24887415213868244,0.5721427492073873\n2018-11-29 22:00:00,0.4565449943452261,-0.26597922570395244,0.5758660494013205\n2018-11-29 23:00:00,0.45745198360181943,-0.271503545952706,0.5689687989183008\n2018-11-30 00:00:00,0.46528903356693335,-0.2639014098466181,0.5685555142757445\n2018-11-30 01:00:00,0.46651857399532404,-0.26465147558468194,0.566475206783584\n2018-11-30 02:00:00,0.4653503937556704,-0.2604231681983632,0.5717546084766906\n2018-11-30 03:00:00,0.46818639031001374,-0.25539674582982724,0.5739925581675619\n2018-11-30 04:00:00,0.4829723059073306,-0.24296972902719918,0.571346123005505\n2018-11-30 05:00:00,0.47472817192822536,-0.250489491306599,0.5729215385196015\n2018-11-30 06:00:00,0.474905270832775,-0.2527366504645489,0.5703446533561015\n2018-11-30 07:00:00,0.4528513750395406,-0.26774556220271123,0.5772147175636361\n2018-11-30 08:00:00,0.41887162134854905,-0.29887496315235623,0.5799123265031777\n2018-11-30 09:00:00,0.395314455330478,-0.32555835400453775,0.5772348082722556\n2018-11-30 10:00:00,0.38243158876358213,-0.3403262712839637,0.5754121683812006\n2018-11-30 11:00:00,0.3648898004145383,-0.3648312444652705,0.5686437662106439\n2018-11-30 12:00:00,0.3724266564624705,-0.366851742086177,0.559143822775818\n2018-11-30 13:00:00,0.34868107612828075,-0.38405799345204994,0.5657771884218845\n2018-11-30 14:00:00,0.35283356480574807,-0.3828183809910235,0.5620989834026522\n2018-11-30 15:00:00,0.3277240844284116,-0.3866042776718719,0.5829744300668234\n2018-11-30 16:00:00,0.33329499858554595,-0.3878278369924221,0.5755398646346945\n2018-11-30 17:00:00,0.3355472931602835,-0.3879577499384576,0.572924773930315\n2018-11-30 18:00:00,0.3486443303982046,-0.3771758748408279,0.5704626146539848\n2018-11-30 19:00:00,0.350824353604703,-0.37595134156060916,0.5695106799597456\n2018-11-30 20:00:00,0.3501450806345659,-0.369451519873488,0.5767557389025253\n2018-11-30 21:00:00,0.34364407025729493,-0.3693055439412621,0.5846170647109611\n2018-11-30 22:00:00,0.3299460474939504,-0.38694284620584973,0.5813340764851631\n2018-11-30 23:00:00,0.32017283306213573,-0.40415769555498426,0.5736070375538685\n2018-12-01 00:00:00,0.3191776238986961,-0.4039521686257376,0.574492979105306\n2018-12-01 01:00:00,0.33173599033910495,-0.39012017876790567,0.5753246273909485\n2018-12-01 02:00:00,0.32216676193050553,-0.39804827659146375,0.5766918345158362\n2018-12-01 03:00:00,0.33506664824567234,-0.38375302485439994,0.577819500422075\n2018-12-01 04:00:00,0.353233714625328,-0.36548011559977434,0.5773486974525962\n2018-12-01 05:00:00,0.35813296712512643,-0.3543677667587232,0.5830113757184221\n2018-12-01 06:00:00,0.36155663300082136,-0.3499439875885909,0.5836794648717798\n2018-12-01 07:00:00,0.3825130516362324,-0.3293739779299935,0.5833221832353824\n2018-12-01 08:00:00,0.36548699398782447,-0.33979642090737794,0.590088782794814\n2018-12-01 09:00:00,0.36899534770505854,-0.34113507610325106,0.5854647987525866\n2018-12-01 10:00:00,0.3798841073679323,-0.3302399515136256,0.5855628999671527\n2018-12-01 11:00:00,0.38100546939887125,-0.32444784283143724,0.5903920514563759\n2018-12-01 12:00:00,0.3798058545541714,-0.3227050374389123,0.5934021889201397\n2018-12-01 13:00:00,0.3970727692037784,-0.3053004353975799,0.5937220580648706\n2018-12-01 14:00:00,0.3944748373218069,-0.29891709049043,0.6029786168314935\n2018-12-01 15:00:00,0.3914326012002483,-0.3028526553995385,0.6024776286686004\n2018-12-01 16:00:00,0.403054037951,-0.3014812280595362,0.5926985352648562\n2018-12-01 17:00:00,0.3705794257793956,-0.33953715384496347,0.5874085582487254\n2018-12-01 18:00:00,0.37246905298793387,-0.34173051210600597,0.5824915321438981\n2018-12-01 19:00:00,0.35085073149636214,-0.35783956292292257,0.5881287342665739\n2018-12-01 20:00:00,0.35239417004606555,-0.3512140048306648,0.5933729358183147\n2018-12-01 21:00:00,0.3698769076150854,-0.3323863670873901,0.5948024458187355\n2018-12-01 22:00:00,0.36756662677251123,-0.3336751974718124,0.5959865202605031\n2018-12-01 23:00:00,0.3820857573992692,-0.3195680400232432,0.5954357781308027\n2018-12-02 00:00:00,0.38453548510146746,-0.3163315680161226,0.5958427519022981\n2018-12-02 01:00:00,0.3823864247681899,-0.32413057515298066,0.5903659373631753\n2018-12-02 02:00:00,0.37736391728271684,-0.3373810646982664,0.5817128759242034\n2018-12-02 03:00:00,0.3837953492013683,-0.3338227094408014,0.578888135979379\n2018-12-02 04:00:00,0.37330946260272246,-0.34812889153664356,0.5751160369206145\n2018-12-02 05:00:00,0.37251335276301606,-0.35150292230604685,0.5727578118926668\n2018-12-02 06:00:00,0.3546905788658562,-0.36538234310105866,0.5770341976113499\n2018-12-02 07:00:00,0.34247849538382086,-0.37480181744995067,0.5799635879286399\n2018-12-02 08:00:00,0.3266149867034559,-0.39482319106231023,0.5764039679320131\n2018-12-02 09:00:00,0.32283276941897804,-0.40289240681202576,0.5725952679755832\n2018-12-02 10:00:00,0.31992953742901736,-0.4045562835619565,0.5738220338764565\n2018-12-02 11:00:00,0.3115912793655015,-0.40962528718497065,0.5768509312374246\n2018-12-02 12:00:00,0.3095897420210082,-0.40473584654134115,0.5831350182508124\n2018-12-02 13:00:00,0.3186045974071352,-0.3958930575264982,0.5828745105548029\n2018-12-02 14:00:00,0.33080375651092697,-0.38600322872196585,0.580464291278896\n2018-12-02 15:00:00,0.3366936459236177,-0.3768155830373232,0.5833699912807849\n2018-12-02 16:00:00,0.3393208000028629,-0.3672094115526648,0.5899816183590109\n2018-12-02 17:00:00,0.31141434377194793,-0.3940336148334983,0.5911194028735389\n2018-12-02 18:00:00,0.30298658786864013,-0.40855578604865134,0.5841146747820102\n2018-12-02 19:00:00,0.2977810049504288,-0.42262927361718816,0.5748630427741056\n2018-12-02 20:00:00,0.3099644242550591,-0.4131076058368562,0.5716945694109073\n2018-12-02 21:00:00,0.2975899237641958,-0.4270673490995332,0.5700514345420451\n2018-12-02 22:00:00,0.29495001316332353,-0.4310471619703539,0.5680583467593325\n2018-12-02 23:00:00,0.2864384817936937,-0.4365106217639999,0.5706107761174756\n2018-12-03 00:00:00,0.28895018649431653,-0.43713838873172295,0.5671374726597083\n2018-12-03 01:00:00,0.2912784224696872,-0.43859936244785536,0.5618245713132514\n2018-12-03 02:00:00,0.29264983675617773,-0.43357781541508505,0.5648553416935442\n2018-12-03 03:00:00,0.2833534383379406,-0.44151736248460693,0.5659181292069478\n2018-12-03 04:00:00,0.26322447010175243,-0.45776805442997515,0.5696613181853651\n2018-12-03 05:00:00,0.2538020519210358,-0.4688787078927555,0.5684841991056858\n2018-12-03 06:00:00,0.25279504335636793,-0.4758917096609158,0.5629819756756099\n2018-12-03 07:00:00,0.2533773545675356,-0.481554994519703,0.5572879748050823\n2018-12-03 08:00:00,0.24089172379677282,-0.4887288677738361,0.5632957307783735\n2018-12-03 09:00:00,0.2481336606758854,-0.47821088722346994,0.5672581608925293\n2018-12-03 10:00:00,0.24168958554076422,-0.47785722502447864,0.5747484649414627\n2018-12-03 11:00:00,0.24747808573118807,-0.466305586369651,0.5809709747350416\n2018-12-03 12:00:00,0.1298831128237423,-0.787551069274519,0.38779030401266396\n2018-12-03 13:00:00,0.17972355811002672,-0.8481718950434601,0.27643868709903596\n2018-12-03 14:00:00,0.1958481582407195,-0.8685768902610869,0.23987641865981127\n2018-12-03 15:00:00,0.2134662691942376,-0.8556178049432158,0.23511058745614008\n2018-12-03 16:00:00,0.20154241922873814,-0.8642358932646902,0.23823063931372748\n2018-12-03 17:00:00,0.1908340370097274,-0.8810283947637438,0.23196856357719375\n2018-12-03 18:00:00,0.19897989284223502,-0.87309813513195,0.2315645199514562\n2018-12-03 19:00:00,0.16667738913884278,-0.9030477827655846,0.2343867446694423\n2018-12-03 20:00:00,0.17318455845039035,-0.9059927202570548,0.22528816988058006\n2018-12-03 21:00:00,0.18621205751719763,-0.8905156827016311,0.22821806659770824\n2018-12-03 22:00:00,0.13479506301891744,-0.9418833371981169,0.2291470430992675\n2018-12-03 23:00:00,0.1360610732221962,-0.9467451524290845,0.22330160318596248\n2018-12-04 00:00:00,0.09874356713061667,-0.9806294241174899,0.22706397253626795\n2018-12-04 01:00:00,0.09922764186054443,-0.9642691528804526,0.24264565546652883\n2018-12-04 02:00:00,0.06688313251064135,-0.9749795307061241,0.26535156466830945\n2018-12-04 03:00:00,0.041512270182399905,-0.9773153449630411,0.2885125289122266\n2018-12-04 04:00:00,0.013370160869453768,-1.007187358499511,0.2875769526504551\n2018-12-04 05:00:00,-0.009313489081489533,-1.0240528317744764,0.2745933501842726\n2018-12-04 06:00:00,-0.03971917550265601,-1.0319352180627726,0.23577979504617178\n2018-12-04 07:00:00,-0.06632660400856236,-1.0534875661368979,0.18807381377194493\n2018-12-04 08:00:00,-0.04596735647788362,-1.1094795882514392,0.1526033192491553\n2018-12-04 09:00:00,-0.020990750139539566,-1.1594480817928148,0.1271919222320837\n2018-12-04 10:00:00,0.022491358547437074,-1.1688508306326533,0.1153831538221676\n2018-12-04 11:00:00,0.0741871072001649,-1.1157328329879468,0.11620263707473397\n2018-12-04 12:00:00,0.0875366340410233,-1.0903457321782641,0.12851404062494107\n2018-12-04 13:00:00,0.09887355412291589,-1.0651130233282802,0.14225183508256975\n2018-12-04 14:00:00,0.10483147427094976,-1.0478736299339768,0.15351774436275167\n2018-12-04 15:00:00,0.12433972794526005,-1.0165225390704806,0.16559393489337088\n2018-12-04 16:00:00,0.14051314884212607,-0.991574243678289,0.17405556427446456\n2018-12-04 17:00:00,0.17800007312700492,-0.9326052590586266,0.1948512149576471\n2018-12-04 18:00:00,0.204400374600179,-0.8834512304254438,0.21692476579953743\n2018-12-04 19:00:00,0.23591910003355246,-0.838577658173329,0.23006059273411633\n2018-12-04 20:00:00,0.2665773052188588,-0.785409846681655,0.2530134981170729\n2018-12-04 21:00:00,0.2996743391245552,-0.7298967313823197,0.2757487185425904\n2018-12-04 22:00:00,0.3490339383761328,-0.6751750590540866,0.28117220607561005\n2018-12-04 23:00:00,0.37389657629611395,-0.6414958160413354,0.29035659026157706\n2018-12-05 00:00:00,0.39189243431638693,-0.6095121789443332,0.30387914366992463\n2018-12-05 01:00:00,0.4380574405908914,-0.5550096332069763,0.31258252505975076\n2018-12-05 02:00:00,0.4554481143696529,-0.5149031777383984,0.3356719006859451\n2018-12-05 03:00:00,0.47492322193419867,-0.4866698358092533,0.3443008757429532\n2018-12-05 04:00:00,0.4961904002535567,-0.4502852638506515,0.3597935494600775\n2018-12-05 05:00:00,0.47559204084784185,-0.46012006505313013,0.37139013993669767\n2018-12-05 06:00:00,0.4795149894472396,-0.4580026787510324,0.36971947397764016\n2018-12-05 07:00:00,0.47697664236400145,-0.4654234502170922,0.36485384743828664\n2018-12-05 08:00:00,0.46806382608748665,-0.48217186262582845,0.3569221067830635\n2018-12-05 09:00:00,0.8243626402159183,-0.10766983795469527,0.37500288549494576\n2018-12-05 10:00:00,0.7361623676578894,-0.1263301879729999,0.4466868515028777\n2018-12-05 11:00:00,0.7025909403662781,-0.1609803072318551,0.44625292017749735\n2018-12-05 12:00:00,0.6678115177627191,-0.20942095736456817,0.4330214670484541\n2018-12-05 13:00:00,0.6517435637978771,-0.248147030835069,0.40996804008252874\n2018-12-05 14:00:00,0.6783338323110959,-0.2337247834160448,0.3976882501822554\n2018-12-05 15:00:00,0.6819025014659396,-0.22655206806610323,0.40102367488660895\n2018-12-05 16:00:00,0.7277332273460381,-0.17530184034268462,0.4058452671624369\n2018-12-05 17:00:00,0.7486951385698658,-0.13820638765212404,0.4207692276050967\n2018-12-05 18:00:00,0.7646707587396189,-0.11374001134200254,0.42940451817620556\n2018-12-05 19:00:00,0.770737343729627,-0.10024405790109402,0.43629227984094426\n2018-12-05 20:00:00,0.7759311487740868,-0.09925316775343573,0.43167805801367765\n2018-12-05 21:00:00,0.784696782629827,-0.09356367183677393,0.428363157707868\n2018-12-05 22:00:00,0.7777171886614004,-0.10541718125169992,0.42330741490443147\n2018-12-05 23:00:00,0.7822248636536241,-0.09640621740229319,0.42782334166959385\n2018-12-06 00:00:00,0.7814635139159009,-0.10143979252196991,0.42365362036219656\n2018-12-06 01:00:00,0.7790070946407471,-0.11277961393011965,0.41511898745890957\n2018-12-06 02:00:00,0.8096574582378749,-0.08856777977796193,0.40859091203255987\n2018-12-06 03:00:00,0.8197577922674789,-0.07222230836729945,0.41479423335797844\n2018-12-06 04:00:00,0.7903623981900708,-0.08114707556224597,0.4360656883932742\n2018-12-06 05:00:00,0.7650793642634837,-0.112136541673552,0.4307875144304907\n2018-12-06 06:00:00,0.7376759499318343,-0.14436898422791308,0.4264836159559471\n2018-12-06 07:00:00,0.7201681817454554,-0.17081381642836518,0.41802663768399984\n2018-12-06 08:00:00,0.7025803205666973,-0.19031323623668225,0.41587927224748145\n2018-12-06 09:00:00,0.695785351249067,-0.2008773788850354,0.41202314399948503\n2018-12-06 10:00:00,0.6960148007730586,-0.19393512034604543,0.4184108884339829\n2018-12-06 11:00:00,0.6928754875313302,-0.19748886118392037,0.41812214486217075\n2018-12-06 12:00:00,0.695380401947124,-0.1999987282535399,0.41280148952542245\n2018-12-06 13:00:00,0.7104192930579604,-0.1863804847451142,0.4112721313733536\n2018-12-06 14:00:00,0.7181462306344265,-0.1856508490546535,0.40436330139827037\n2018-12-06 15:00:00,0.7106899360557201,-0.19728947932784557,0.4003331589306775\n2018-12-06 16:00:00,0.7239964159345265,-0.19422987634333777,0.39014657139873654\n2018-12-06 17:00:00,0.7171993856234925,-0.2027947043904177,0.3883327878008548\n2018-12-06 18:00:00,0.7111559959836352,-0.20374927862730552,0.39343791297959196\n2018-12-06 19:00:00,0.7050411306846227,-0.2087836188370207,0.39468775280207224\n2018-12-06 20:00:00,0.7196774575956756,-0.19900978256717128,0.38979592464369767\n2018-12-06 21:00:00,0.706662213988374,-0.21179062299966436,0.39067488665169453\n2018-12-06 22:00:00,0.7265612391534424,-0.182731744923635,0.3991674313742866\n2018-12-06 23:00:00,0.7476239366017773,-0.15411490632420943,0.40664683641143834\n2018-12-07 00:00:00,0.7513936244347003,-0.13513105771346023,0.42205247501339993\n2018-12-07 01:00:00,0.7665326154242672,-0.12036396873598278,0.42191684266471263\n2018-12-07 02:00:00,0.7826128473723654,-0.09567786923280445,0.43086092277775956\n2018-12-07 03:00:00,0.8142841936911062,-0.05867496039407682,0.43610784618689524\n2018-12-07 04:00:00,0.828689132885091,-0.038800291216396485,0.44122220492640385\n2018-12-07 05:00:00,0.8528179877690811,0.004606324215562767,0.4510339381884927\n2018-12-07 06:00:00,0.8261769451830422,0.09842550965425544,0.3845913048253978\n2018-12-07 07:00:00,0.8353374539131462,0.09726211059895956,0.3785389036138915\n2018-12-07 08:00:00,0.8348861298657687,0.10491570863771377,0.37146870916232066\n2018-12-07 09:00:00,0.8313388536397732,0.10889767914664536,0.3709289642919526\n2018-12-07 10:00:00,0.8279227195804276,0.11443554690114481,0.36887362315777034\n2018-12-07 11:00:00,0.825616668247646,0.12005042847289457,0.3651716654964999\n2018-12-07 12:00:00,0.8204080865315695,0.12362044984620348,0.36668825950941203\n2018-12-07 13:00:00,0.8230365405796862,0.12897213097968632,0.3585811417072384\n2018-12-07 14:00:00,0.8349894947569564,0.12494602016197845,0.34977702725796417\n2018-12-07 15:00:00,0.8417562239099065,0.1261682361547942,0.34124485495663576\n2018-12-07 16:00:00,0.8396756267372729,0.12779205846742928,0.3410605721194035\n2018-12-07 17:00:00,0.8284864908765961,0.13733770423808128,0.3423960381183481\n2018-12-07 18:00:00,0.8209286978739249,0.14592607340542785,0.3412296046626336\n2018-12-07 19:00:00,0.8197126085299533,0.1451803503632381,0.3430759273871339\n2018-12-07 20:00:00,0.8190250305760869,0.1495499036902542,0.33896978392301386\n2018-12-07 21:00:00,0.8216905660853955,0.14539196804680213,0.3402607085341779\n2018-12-07 22:00:00,0.8159883509098147,0.144675717047689,0.34636350941944305\n2018-12-07 23:00:00,0.8143096745801974,0.1490164956588286,0.34334061479962935\n2018-12-08 00:00:00,0.8073683041412764,0.16209478613635814,0.3374226415417548\n2018-12-08 01:00:00,0.8056818552111537,0.17322892254121686,0.32794756048238716\n2018-12-08 02:00:00,0.8005552402049086,0.18172514685455315,0.32482312538652375\n2018-12-08 03:00:00,0.7974774997679319,0.19026315829106974,0.31965449744317614\n2018-12-08 04:00:00,0.7986513028891161,0.19670948209083353,0.31252708337645646\n2018-12-08 05:00:00,0.8027045117911971,0.1942211504441551,0.31177707853669556\n2018-12-08 06:00:00,0.8052809482576847,0.19904880613968118,0.3041920967501789\n2018-12-08 07:00:00,0.8070821673873049,0.19162660158194975,0.30948868542894875\n2018-12-08 08:00:00,0.799500771277212,0.19488292636399135,0.31315496938011217\n2018-12-08 09:00:00,0.7979079065793695,0.1942684902362724,0.3147789704943867\n2018-12-08 10:00:00,0.7986764106888358,0.1902524985566225,0.31801971247107896\n2018-12-08 11:00:00,0.7955893510813214,0.19518614425187922,0.3160986373439607\n2018-12-08 12:00:00,0.7961354137098023,0.1963267748819134,0.31421840569230186\n2018-12-08 13:00:00,0.7962504720615535,0.18725747895079128,0.32250020933246354\n2018-12-08 14:00:00,0.7936058973204836,0.1882154185011994,0.3237162109160819\n2018-12-08 15:00:00,0.7878009984665838,0.1979600036815641,0.31945670394006753\n2018-12-08 16:00:00,0.7896021039687143,0.19865098446237736,0.3175006801569326\n2018-12-08 17:00:00,0.7897958320111345,0.19779991491130486,0.3184562119881433\n2018-12-08 18:00:00,0.7930610350753017,0.1897107313100961,0.323319116715353\n2018-12-08 19:00:00,0.7963777122120896,0.1873609934063146,0.3229322374094615\n2018-12-08 20:00:00,0.7919688392989256,0.196833998386148,0.31814178249733543\n2018-12-08 21:00:00,0.7893774584707645,0.19971488950496308,0.31902648237469744\n2018-12-08 22:00:00,0.7908143269830495,0.1942873894482509,0.32422261574051076\n2018-12-08 23:00:00,0.7956002317780956,0.1873199015700256,0.32720778587855376\n2018-12-09 00:00:00,0.793332250124366,0.17949260192535743,0.3375350724678482\n2018-12-09 01:00:00,0.7885011040833299,0.1849023837964404,0.336300502982642\n2018-12-09 02:00:00,0.7906505649252337,0.18337314968688284,0.33518822473107046\n2018-12-09 03:00:00,0.7930622458544827,0.18180208322418479,0.3339324756024732\n2018-12-09 04:00:00,0.7892915299395566,0.18175597050407,0.337220838411072\n2018-12-09 05:00:00,0.7839980055458203,0.18806856795312046,0.3358265766515567\n2018-12-09 06:00:00,0.7860128012136859,0.18307930005549627,0.3392853038515331\n2018-12-09 07:00:00,0.7931426098587919,0.18392762108176755,0.3303439040588103\n2018-12-09 08:00:00,0.792940132913368,0.1841563047433242,0.3302346734260786\n2018-12-09 09:00:00,0.7944714062318468,0.18045314108846508,0.3327025392453996\n2018-12-09 10:00:00,0.7954183891987152,0.17922363410758257,0.33326656961065876\n2018-12-09 11:00:00,0.795093741764999,0.1809505981722648,0.3323963281385399\n2018-12-09 12:00:00,0.7987722066781809,0.1831389461911547,0.32635960480812976\n2018-12-09 13:00:00,0.8011709483529651,0.18139946145625369,0.32542446361184213\n2018-12-09 14:00:00,0.7956906488722181,0.1862212644886434,0.32595893770895745\n2018-12-09 15:00:00,0.7980715416604677,0.18337509638444163,0.3267695466007122\n2018-12-09 16:00:00,0.7990143591198536,0.1829998654007067,0.3260735309555303\n2018-12-09 17:00:00,0.7966511569991548,0.18465024635646637,0.3267633918411395\n2018-12-09 18:00:00,0.7929580582087333,0.19520455714786725,0.31998224951496596\n2018-12-09 19:00:00,0.7921164894648858,0.19432904421465824,0.32177477525603\n2018-12-09 20:00:00,0.7880255427717517,0.20160860174576445,0.31830498883212094\n2018-12-09 21:00:00,0.7884428095738036,0.2029249948260757,0.3165413174367408\n2018-12-09 22:00:00,0.7868839001162792,0.20589091784174904,0.315274002818367\n2018-12-09 23:00:00,0.7811664792163633,0.2103138402819167,0.3165475191977004\n2018-12-10 00:00:00,0.7836050301920592,0.2007175709862785,0.32440261995587333\n2018-12-10 01:00:00,0.7817702711096269,0.19828177091187194,0.32855535290035404\n2018-12-10 02:00:00,0.7777745645488205,0.19587357966641217,0.33507492132011424\n2018-12-10 03:00:00,0.7800285168681726,0.18692562982418393,0.34277388051259977\n2018-12-10 04:00:00,0.7792309030907905,0.1859318707363554,0.34500407740577754\n2018-12-10 05:00:00,0.7793531903199162,0.1833305079906895,0.3477472724196464\n2018-12-10 06:00:00,0.7798094362100542,0.18538947428070027,0.34562923770839066\n2018-12-10 07:00:00,0.7724421632760743,0.19402047244769244,0.34405273090509647\n2018-12-10 08:00:00,0.7691622155061779,0.20061751668978803,0.34023876042463713\n2018-12-10 09:00:00,0.771402561842948,0.1982608572004279,0.3397115907748847\n2018-12-10 10:00:00,0.7691946348007542,0.20597486806653173,0.33367530881418594\n2018-12-10 11:00:00,0.7636699011553061,0.21765417813255294,0.3269912428207626\n2018-12-10 12:00:00,0.7578930040838099,0.22465241166853475,0.32578287138544615\n2018-12-10 13:00:00,0.7555512292223804,0.22617700340326952,0.3268690334920584\n2018-12-10 14:00:00,0.7546310265350386,0.2296325025361265,0.3246536944326071\n2018-12-10 15:00:00,0.7644827421529693,0.2246191489433554,0.3198733724773385\n2018-12-10 16:00:00,0.7732088030550539,0.21995977751607898,0.31567144357698146\n2018-12-10 17:00:00,0.7674694994556509,0.22385903614832164,0.3171151058843581\n2018-12-10 18:00:00,0.7617127670444745,0.22854394260112926,0.3186057959799675\n2018-12-10 19:00:00,0.755177702451217,0.2338872656014353,0.31933973889491374\n2018-12-10 20:00:00,0.7523913715412901,0.2383706784627458,0.317341735493173\n2018-12-10 21:00:00,0.7525005558188184,0.23792776284304204,0.317150634950555\n2018-12-10 22:00:00,0.7482323215171607,0.23917231689058813,0.3194579753853607\n2018-12-10 23:00:00,0.7417188655872425,0.24381887043029368,0.3201535608153568\n2018-12-11 00:00:00,0.7404818191425792,0.24240110696895031,0.3222894749678935\n2018-12-11 01:00:00,0.6584090573032557,0.22281989517504694,0.4020103824854055\n2018-12-11 02:00:00,0.6573441273696208,0.2172304814221797,0.4092101913443258\n2018-12-11 03:00:00,0.6591838870412509,0.21118575369782566,0.41358375668161157\n2018-12-11 04:00:00,0.6565078468191445,0.20875260884151386,0.41892259293386447\n2018-12-11 05:00:00,0.6545110153601341,0.21144573750943846,0.41865564778085473\n2018-12-11 06:00:00,0.6499034152367809,0.2156806152036343,0.41906399447050147\n2018-12-11 07:00:00,0.6503350289392067,0.2114403002835352,0.4231216066636097\n2018-12-11 08:00:00,0.6478473475446892,0.21159436343204063,0.4260558901026402\n2018-12-11 09:00:00,0.645103276353734,0.21430553517821208,0.4265737357380815\n2018-12-11 10:00:00,0.6464210452595962,0.20759061594081712,0.4321956658425081\n2018-12-11 11:00:00,0.6443132683251281,0.20227862359233773,0.43986765029436975\n2018-12-11 12:00:00,0.6395471046099657,0.20044793155330307,0.44654024499210115\n2018-12-11 13:00:00,0.6382111703662223,0.1902022366682928,0.4581989559175945\n2018-12-11 14:00:00,0.6389480958655722,0.18726018591217689,0.4600682659421379\n2018-12-11 15:00:00,0.6404488204771449,0.18045273771625955,0.46525758509069254\n2018-12-11 16:00:00,0.6380777856518569,0.1731493683643963,0.4752564652881933\n2018-12-11 17:00:00,0.637185737637092,0.17245750443900706,0.4769190680027156\n2018-12-11 18:00:00,0.6373165694444728,0.16707101719192022,0.48242511542629773\n2018-12-11 19:00:00,0.6369775514468459,0.16233456323331344,0.48768073789705046\n2018-12-11 20:00:00,0.6347237667736072,0.17072567824059234,0.48125936189353563\n2018-12-11 21:00:00,0.6403586167527451,0.16588918625466692,0.48030252487591685\n2018-12-11 22:00:00,0.642982914522599,0.15871628573334573,0.48457396352169013\n2018-12-11 23:00:00,0.6458087309792908,0.15292218246982367,0.48651833562561936\n2018-12-12 00:00:00,0.6464368250789907,0.14777475852881608,0.49013309711286\n2018-12-12 01:00:00,0.646997216698367,0.14355123176776344,0.49346560946827306\n2018-12-12 02:00:00,0.650095533870584,0.13510288534736398,0.4988678347382824\n2018-12-12 03:00:00,0.6518001306367011,0.1300612682833945,0.5014311217214944\n2018-12-12 04:00:00,0.6548910502676164,0.11930258239901823,0.5089239847471067\n2018-12-12 05:00:00,0.6578180312974419,0.11466524549980259,0.5100532757372681\n2018-12-12 06:00:00,0.6575797976062849,0.11517441039570787,0.5089187098234479\n2018-12-12 07:00:00,0.6611114953815707,0.10494188327952918,0.5146015492938715\n2018-12-12 08:00:00,0.6604755394739769,0.10130971932917707,0.5179206874035079\n2018-12-12 09:00:00,0.6586478647071667,0.09658157492304896,0.5240048289158499\n2018-12-12 10:00:00,0.6598663770559644,0.09419417104660156,0.5249698009976463\n2018-12-12 11:00:00,0.6605953732755568,0.09471816812224193,0.5231659492068602\n2018-12-12 12:00:00,0.6588736454540117,0.10378497830013574,0.5153698452010729\n2018-12-12 13:00:00,0.6563758213973954,0.10975334631067978,0.5117319031691514\n2018-12-12 14:00:00,0.6560225077143703,0.11813310956980501,0.5029932117619645\n2018-12-12 15:00:00,0.6561506888152157,0.1183263846393676,0.5026027486197019\n2018-12-12 16:00:00,0.6574997755707626,0.11666323715688129,0.5028736619863847\n2018-12-12 17:00:00,0.6576690176706188,0.11956679104886057,0.49997932447898447\n2018-12-12 18:00:00,0.6588253117483471,0.12010464376028068,0.4981289070941704\n2018-12-12 19:00:00,0.6628051748729119,0.11523164077328422,0.4991734346425559\n2018-12-12 20:00:00,0.6651131698689431,0.11454766847948855,0.4980066341309093\n2018-12-12 21:00:00,0.6682163121228597,0.11738627959898931,0.49221039912056946\n2018-12-12 22:00:00,0.6700776473373906,0.11527493686032532,0.4925668998158682\n2018-12-12 23:00:00,0.6694800194351833,0.11517247369401377,0.4933492164618492\n2018-12-13 00:00:00,0.6733787349758036,0.10899377549534794,0.4962696307087031\n2018-12-13 01:00:00,0.6753648560709917,0.11184600139319477,0.49160337374329555\n2018-12-13 02:00:00,0.6775870981680333,0.10457047439502935,0.49707594332076244\n2018-12-13 03:00:00,0.680541820180123,0.10010815601272689,0.49859907767010814\n2018-12-13 04:00:00,0.6856630510857235,0.0918444872931951,0.5019063117885519\n2018-12-13 05:00:00,0.6874510642182878,0.08518258773177415,0.5065464592505542\n2018-12-13 06:00:00,0.6915793529164813,0.08063915543284886,0.5069546241288541\n2018-12-13 07:00:00,0.6936518610475174,0.0791851911856785,0.5064604619977954\n2018-12-13 08:00:00,0.6951461689259509,0.07778178454150579,0.506294054503029\n2018-12-13 09:00:00,0.6929809773984036,0.08485339340716291,0.5015025380689048\n2018-12-13 10:00:00,0.6904313798305601,0.09264257324151014,0.4960716434881242\n2018-12-13 11:00:00,0.689485840440981,0.09492216454976964,0.49510174317389705\n2018-12-13 12:00:00,0.6907335189789154,0.09412217334886588,0.49521238932914424\n2018-12-13 13:00:00,0.6883197756449844,0.09459868583897577,0.49740511842932006\n2018-12-13 14:00:00,0.6831944585809087,0.09796992191227896,0.4989721763323909\n2018-12-13 15:00:00,0.6834278640194591,0.09351676437881708,0.5029784562479207\n2018-12-13 16:00:00,0.6826796646871751,0.08677808269272944,0.509947524199203\n2018-12-13 17:00:00,0.6800348324446774,0.08376063958121542,0.5148966167451633\n2018-12-13 18:00:00,0.679760583773669,0.0738948748627814,0.524460710670869\n2018-12-13 19:00:00,0.6767147769646626,0.06962979289114175,0.5316501915415561\n2018-12-13 20:00:00,0.6736736356732966,0.06929439935600448,0.5349203907236899\n2018-12-13 21:00:00,0.6707824240026179,0.06707996342101548,0.5401639305562698\n2018-12-13 22:00:00,0.6758440246161111,0.05188126746204427,0.5503016572112839\n2018-12-13 23:00:00,0.6730900477078132,0.048785325825562435,0.55554514321939\n2018-12-14 00:00:00,0.6757970227562555,0.04338586684512398,0.5578186970791716\n2018-12-14 01:00:00,0.6794331036217061,0.047778711277691566,0.5503711459153827\n2018-12-14 02:00:00,0.6791401329348326,0.05270159378011041,0.5454220305630775\n2018-12-14 03:00:00,0.6755652942642864,0.05476061887559925,0.5459196493771886\n2018-12-14 04:00:00,0.6734260770716384,0.057692132432742585,0.5449389262521424\n2018-12-14 05:00:00,0.6738437276132454,0.057330519860638744,0.5448008550040284\n2018-12-14 06:00:00,0.6748524428852465,0.05805830145344466,0.5430706772209727\n2018-12-14 07:00:00,0.6760623530667399,0.04710905048713359,0.552803747894929\n2018-12-14 08:00:00,0.6786708445530952,0.044824637052785034,0.5519099281454627\n2018-12-14 09:00:00,0.6780217775944759,0.044108601521258985,0.5536192387838084\n2018-12-14 10:00:00,0.6774778573217698,0.05379802186307807,0.5438752962789727\n2018-12-14 11:00:00,0.6740954277217344,0.06039449647363941,0.5402658725073483\n2018-12-14 12:00:00,0.6707544790382857,0.0654432663849668,0.538105589640305\n2018-12-14 13:00:00,0.6705162117486095,0.07026001534325425,0.5334446531963902\n2018-12-14 14:00:00,0.667839316826527,0.07747102137263662,0.5286810948805662\n2018-12-14 15:00:00,0.6660763713419288,0.07369040429303901,0.5352186015549487\n2018-12-14 16:00:00,0.6683950344866398,0.07706479259111572,0.5289713354872484\n2018-12-14 17:00:00,0.6696149917421281,0.07991112149829077,0.524839320045668\n2018-12-14 18:00:00,0.6728853962478436,0.08436918814622375,0.5164788633856497\n2018-12-14 19:00:00,0.6698583474167022,0.09150633115540849,0.5124761689955601\n2018-12-14 20:00:00,0.6689440722057783,0.0882617996169134,0.516942254019579\n2018-12-14 21:00:00,0.6744881738725681,0.07907104559417515,0.5205380374870483\n2018-12-14 22:00:00,0.6780987729878433,0.07515576084592053,0.5206538559632358\n2018-12-14 23:00:00,0.6774268318168962,0.06959480557503955,0.5268568241555703\n2018-12-15 00:00:00,0.6756264298819041,0.06513070465644569,0.5329431277656584\n2018-12-15 01:00:00,0.6788275474215124,0.0551001542950009,0.5396801228373502\n2018-12-15 02:00:00,0.6818517556642011,0.04816945400519182,0.5433947492519229\n2018-12-15 03:00:00,0.6801288893992743,0.04559277104529039,0.5476238799814663\n2018-12-15 04:00:00,0.678659555035326,0.03976210363805907,0.5550769547065805\n2018-12-15 05:00:00,0.6822499329924419,0.036647074603555437,0.5548084312676819\n2018-12-15 06:00:00,0.6827542439466441,0.04021647557671684,0.5507742335861239\n2018-12-15 07:00:00,0.6794680827719909,0.04579802952830486,0.5480186709864083\n2018-12-15 08:00:00,0.6796090161282622,0.050592280430207796,0.5434092171866483\n2018-12-15 09:00:00,0.6819320023304706,0.0419800591518268,0.5499274048766073\n2018-12-15 10:00:00,0.6842087194475847,0.04446427188728145,0.5455315785147953\n2018-12-15 11:00:00,0.6830988287741363,0.04126538116989291,0.5505046185532737\n2018-12-15 12:00:00,0.6802853985096547,0.036307198718058535,0.5587426342441268\n2018-12-15 13:00:00,0.6801084647228177,0.032318804305369306,0.5627250891735536\n2018-12-15 14:00:00,0.6789009227758952,0.03895227330892163,0.5572075011415506\n2018-12-15 15:00:00,0.6779096053261208,0.04949390054045661,0.5476225231190538\n2018-12-15 16:00:00,0.6760246759821452,0.061909169309289365,0.5373844441358625\n2018-12-15 17:00:00,0.6751287040850448,0.07398152893165755,0.5263030359493299\n2018-12-15 18:00:00,0.6780704681182191,0.07453598917171679,0.5237714079329259\n2018-12-15 19:00:00,0.6808096441149089,0.07462946722105603,0.5216438868318202\n2018-12-15 20:00:00,0.6822679070533988,0.0711841841811322,0.5247311838650657\n"
  },
  {
    "path": "requirements.txt",
    "content": "pandas==0.23.4\ntorch==1.0.0\nempyrical==0.5.0\ntorchvision==0.2.1\nseaborn==0.9.0\nfuture==0.17.1\nmatplotlib==3.0.2\ntqdm==4.30.0\nnumpy==1.15.4"
  },
  {
    "path": "shared.py",
    "content": "import matplotlib\nmatplotlib.use('Agg')\nimport numpy as np\nimport pandas as pd\nimport empyrical as emp\nimport matplotlib.pyplot as plt\nimport seaborn as sns\ncmap = sns.diverging_palette(220, 10, as_cmap=True)\nimport torch\nimport torch.nn as nn\nimport torch.nn.functional as F\nimport torch.optim as optim\nfrom adamw import AdamW\nfrom torchvision import datasets\nimport os, time, pdb, math, random\nimport _pickle as cPickle\nfrom multiprocessing import Process, Queue, JoinableQueue\nimport torch.multiprocessing as _mp\nmp = _mp.get_context('spawn')\n\nos.environ[\"CUDA_VISIBLE_DEVICES\"] = '0'\ntorch.manual_seed(0)\ntorch.cuda.manual_seed(0)\ntorch.backends.cudnn.deterministic = True\ntorch.backends.cudnn.benchmark = True\n\n# Import pickled data required for the training and testing\n#X_train -> contains an observation of the environment, which consists of 512 features, at each round.\n#y_train -> contains log returns returns of each asset within the portfolio at the end of each round\nwith open(root+'dataset/y_train.pkl', 'rb') as f: y_train = cPickle.load(f)\nwith open(root+'dataset/y_test.pkl', 'rb') as f: y_test = cPickle.load(f)\n\n# Use AUDUSD, NZDUSD pairs and cash only as the portfolio\ntraincurs = []\ntestcurs = []\ncurr = [0, 3, 10]\nbase = [10, 10, 10]\nfor i in range(len(curr)):\n    traincurs.append((y_train[:, curr[i]] - y_train[:, base[i]]).reshape(-1, 1))\n    testcurs.append((y_test[:, curr[i]] - y_test[:, base[i]]).reshape(-1, 1))\ny_train = np.concatenate(traincurs, axis=1)\ny_test = np.concatenate(testcurs, axis=1)\n\ny_train = torch.from_numpy(y_train)\ny_test = torch.from_numpy(y_test)\nwith open(root+'dataset/X_train.pkl', 'rb') as f: X_train = cPickle.load(f)\nwith open(root+'dataset/X_test.pkl', 'rb') as f: X_test = cPickle.load(f)\n\ntrain_dataset = torch.utils.data.TensorDataset(X_train, y_train)\ntest_dataset = torch.utils.data.TensorDataset(X_test, y_test)\ntrain_loader = torch.utils.data.DataLoader(train_dataset, \n    batch_size = 1, shuffle = False)\ntest_loader = torch.utils.data.DataLoader(test_dataset, \n    batch_size = 1, shuffle = False)\n\nassets = ['AUDUSD', 'NZDUSD', 'USDUSD']\n\n# Function for calculating risk-measures and plotting results\ndef plot_function(epoch_weights):\n    ew = np.concatenate(epoch_weights).reshape(-1, len(assets))\n    comm = np.sum(np.abs(ew[1:] - ew[:-1]), axis=1)\n    ret = np.sum(np.multiply(ew, y_test.numpy()), axis=1)[1:]\n    ind = pd.date_range(\"20180101\", periods=len(ret), freq='H')\n    ret = pd.DataFrame(ret - comm * cost, index = ind)\n    ret.to_csv(root+'outputs/hourly_returns.csv')\n    exp = np.exp(ret.resample('1D').sum()) - 1.0\n    ggg = 'Drawdown:', emp.max_drawdown(exp).values[0], 'Sharpe:', emp.sharpe_ratio(exp)[0], \\\n    'Sortino:', emp.sortino_ratio(exp).values[0], 'Stability:', emp.stability_of_timeseries(exp), \\\n    'Tail:', emp.tail_ratio(exp), 'ValAtRisk:', emp.value_at_risk(exp)\n    ttt = ' '.join(str(x) for x in ggg)\n    print(ttt)\n    plt.figure()\n    np.exp(ret).cumprod().plot(figsize=(48, 12), title=ttt)\n    plt.savefig(root+'graphs/cumulative_return', bbox_inches='tight', pad_inches=0)\n    plt.close()\n    ret = ret.resample('1W').sum()\n    plt.figure(figsize=(48, 12))\n    pal = sns.color_palette(\"Greens_d\", len(ret))\n    rank = ret.iloc[:,0].argsort()\n    ax = sns.barplot(x=ret.index.strftime('%d-%m'), y=ret.values.reshape(-1), palette=np.array(pal[::-1])[rank])\n    ax.text(0.5, 1.0, ttt, horizontalalignment='center', verticalalignment='top', transform=ax.transAxes)\n    plt.savefig(root+'graphs/weekly_returns', bbox_inches='tight', pad_inches=0)\n    plt.close()\n    ew_df = pd.DataFrame(ew[1:], index = ind, columns =  assets)\n    ew_df.to_csv(root+'outputs/portfolio_weights.csv')\n    ew_df = ew_df.resample('1D').mean()\n    #tr = np.diff(ew.T, axis=1)\n    plt.figure(figsize=(48, 12))\n    ax = sns.heatmap(ew_df.diff().T, cmap=cmap, center=0, robust=True, xticklabels=False)\n    ax.text(0.5, 1.0, ttt, horizontalalignment='center', verticalalignment='top', transform=ax.transAxes)\n    plt.savefig(root+'graphs/transactions', bbox_inches='tight', pad_inches=0)\n    plt.close()\n    ew_df = ew_df.resample('1D').mean()\n    plt.figure(figsize=(48, 12))\n    ax = sns.heatmap(ew_df.T, cmap=cmap, center=0, xticklabels=False, robust=True)\n    ax.text(0.5, 1.0, ttt, horizontalalignment='center', verticalalignment='top', transform=ax.transAxes)\n    plt.savefig(root+'graphs/portfolio_weights', bbox_inches='tight', pad_inches=0)\n    plt.close()\n"
  }
]